@charset "utf-8";
/* CSS Document */
*
{

}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;

	color: # 0000000;
	top: 3px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D6D6D6;
	margin-top: 15px;
	
}

#content{
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background-color: #ffffff;
}


#header{
	width: 900px;
	height: 110px;
	text-align: center;
	background-color: #E4dbdc;
	}
	
	#header_top {
	width: 900px;
	background: url(images/bg_left_top.jpg);
	height: 3px;
	background-repeat: repeat-x;
	top: 1px;
	}
	
		
#photo{
	padding-top: 15px;
	width: 900px;
	height: 465px;
	text-align: center;
}

#photo_left {
	width:2px;
	background: url(images/bg_menu.jpg);
	height: 480px;
	background-repeat:repeat;
	float:left;
			}
#photo_right {
	width:2px;
	background: url(images/bg_menu.jpg);
	height: 480px;
	background-repeat:repeat;
	float:right;
			}

#text{
	width: 900px;
	height: 20px;
	text-align: center;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	color: #FFF;
	font-size: 19px;
	background-color: #4E3E27;
	font-style: normal;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	}

#navigator{
	text-align: center;
	width: 900px;
	height: 300px;
	background-color: #E4DBDC;
	padding-top: 12px;
	
}

#navigator_top {
	width: 900px;
	background: url(images/bg_left_top.jpg);
	height: 3px;
	background-repeat: repeat-x;
	
}
	
#navigator_bottom {
	width: 900px;
	background: url(images/bg_left_top.jpg);
	height: 3px;
	background-repeat: repeat-x;
	
}
#menu{
	width: 800px;
	height: 40px;
	background-repeat: repeat-x;
	margin_left: 50px;
	/* [disabled]margin-right: 50px; */
	margin-left: 50px;
	text-align: center;
	background-image: url(images/bg_menu.jpg);
	margin-top: 40px;
	
}

#menu ul {
	list-style: none;
	padding-left: 23px;
		}

#menu li {
	
	display: inline; 
	
}

#menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 150px;
	height: 30px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}

#menu a:hover{
	width: 150px;
	height: 25px;
	background-color: #4e3e27;
	text-decoration: none;
	font-size: 14px;
	
}
	
#footer {
	height: 110px;
	clear: both;
	background: url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	padding-top: 80px;
	padding-left: 200px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #464646;
}

#footer a {
	color: #464646;
	font-weight: normal;
}

#bot{
	background: url(images/bot.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
