body {
	background-color: #737062;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 10pt;
	color: #828282;
}

h1 {
	color: #706d5f;
	font-size: 16pt;
	font-weight: normal;
	margin: 10px 0px;
}

p {
	margin: 0px;
	padding: 0px;
}
a{
	color: #6a654c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/back_container.jpg');
}

	#header {
		width: 800px;
		height: 165px;
		background-image: url('../images/back_header.jpg');
		background-repeat: no-repeat;
	}
		.logo {
			position: relative;
			left: 78px;
			top: 24px;

		}
		
		#social{
			width: 67px;
			float: right;
			position: relative;
			top: 6px;
			right: 80px;
		}
		
		#menu {
			width: 620px;
			height: 45px;
			position: relative;
			top: 52px;
			left: 4px;
			background-image: url('../images/back_menu.jpg');
			background-repeat: no-repeat;
			margin-left: 91px;

			text-align: center;
			font-weight: bold;
			font-size: 12pt;
			color: #dfdbc6;
			padding-top: 15px
	
		}
			.menu_item { 
				margin: 0px 30px;
				position: relative;
				top: 5px;
			}
		
	
	#site {
	padding: 25px 96px;
	
	}
	
		#best {
			background-color: #737062;
			width: 617px;
			height: 305px;
			font-family: Tahoma;
			color: #ffffff;
			overflow: hidden;
		}
		
		#best h2 {
			font-weight: normal;
			margin: 0px 0px 20px 0px;
			padding: 0px;
			font-size: 18pt;
		}
		
		#best p {
			margin: 0px;
			padding: 0px;
		}
			.best_left {
				float: left;
				height: 345px;
				width: 391px;
				padding: 30px;
				
			}
			
			.best_right {
				float: right;
				height: 283px;
				width: 134px;
				background: url('../images/back_best_right.jpg') no-repeat 100% 0%;
				padding: 11px;
			}
			.best_right_bottom{
				position: relative;
				top: 180px;
				left: -10px;
			}
			
	#footer {
		width: 800px;
		height: 150px;
		background-image: url('../images/back_footer.jpg');	
	}
	
#wame {
	width: 100%;
	text-align: center;
	font-size: 8pt;
	color: #bab6a8;
	position: relative;
	top: -60px;
}
#wame a{
	color: #bab6a8;
	text-decoration: none;
}
