@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #968c7c;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: small;
	scrollbar-face-color:#968c7c;
	scrollbar-arrow-color:#e2d9c8;
	scrollbar-track-color:#e2d9c8;
}

table.main {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 600px;
	height: px;
	background-color: #e2d9c8;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	border: none;
}

#container  {
	width: 833px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	height: 648px;
	background-image:url(images/background_03.jpg);
	margin-top: 10px;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 590px;
	height: 480px;
	left: 200px;
	top: 30px;
	display: block;
	position: relative;
	overflow: auto;
	font-size: small;
	text-align: center;
}

#menu {
	height: 120px;
	width: 440px;
	position: relative;
	left: 380px;
	top: 10px;
	display: block;
	text-align:center;
}
#menu2 {
	margin-left: auto;
	margin-right:auto;
	padding: 0px;
	height: 1.1em;
	width: 500px;
	position: relative;
	left: 10px;
	top: 0px;
	display: block;
	text-align:center;
}

#vasensarake {
   float: center;
   width: 40%;
	 margin: 5px;
}


img.index {
	border: double;
	border-color: #3e2a28;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	 
}
#design {
	margin: 3px;
	padding: 10px;
	float: left;
	height: 105px;
	width: 174px;
	border: double #3f2a29;
	z-index: 3;
	overflow: hidden;
	position: absolute;
	left: 315px;
	bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-style: normal;
	line-height: 10pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #e2d9c8;
}
#update {
	margin: 3px;
	padding: 10px;
	float: left;
	height: 105px;
	width: 174px;
	border: double #3f2a29;
	z-index: 3;
	overflow: hidden;
	position: absolute;
	left: 105px;
	bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: 10pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #e2d9c8;
}

#saluki {
	margin: 3px;
	padding: 10px;
	float: left;
	height: 40px;
	width: 320px;
	border: double #3f2a29;
	z-index: 3;
	overflow: hidden;
	position: relative;
	left: 115px;
	top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	line-height: 10pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #e2d9c8;
}

#contact {
	margin: 0px;
	padding: 10px;
	float: left;
	height: 170px;
	width: 175px;
	border: double #3f2a29;
	z-index: 3;
	overflow: hidden;
	position: relative;
	left: 20px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 10pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #e2d9c8;
}