/* header */

#header {
	background-image:url("../images/header_ab_bg.jpg");
  	width:766px;
  	height:131px;
	color: #e0d9c2;
	position:relative;
	margin-bottom:10px;
	}

#header #clear_logo {
	position:absolute;
	top:14px;
	left:63px;
  	width:150px;
  	height:85px;
  	border:0px solid #ccc;
	}


/* main menu */

#header #main_menu {
	position:absolute;
	top:72px;
	left:250px;
  	width:495px;
  	height:28px;
  	border:0px solid #ccc;
	font-size:11px;
	font-family:arial;
	color: #663102;
	text-transform:uppercase;
	text-align:center;
	}

#header #main_menu a {
	color: #663102;
	text-decoration:none;
	font-weight:bold;
	}

#header #main_menu a:hover {
	color: #894509;
	text-decoration:none;
	}

#header #top_menu {
	position:absolute;
	top:15px;
	left:560px;
  	width:150px;
  	height:28px;
  	border:0px solid #ccc;
	font-size:10px;
	font-family:arial;
	color: #fff;
	text-align:left;
	}

#header #top_menu a {
	color: #fff;
	text-decoration:none;
	}

#header #top_menu a:hover {
	color: orange;
	text-decoration:none;
	}



/* footer */

#footer {
	clear: both;
	width: 100%;
	color:#666;
	}

#footer p{padding:14px 14px 14px 14px; margin: 0; color: #666; text-align:center;}
#footer a{color: #666;text-decoration: none;}
#footer a:hover{color: #000;text-decoration: underline;}


