/* CSS Document */
body{
	padding:0px;
	margin:0px;
	background:url(/images/bg.gif) repeat-x #FEEDB7;
	color:#919191;
	font-size:14px;
	}
img, ul, li, h1, h2, h3, p, div{
	padding:0;
	margin:0;
	}
a {
	color: #0066CC;
}
a:hover {
	color: #666;
}
/*-------------------main frame------------*/
#main{
	width:800px;
	margin:0 auto 0 auto;
	}
/*---------------------header------------*/
#header{
	width:800px;
	position:relative;
	}
#header img{
		padding: 6px 0 0 0;
	}
#header h1{
	position:absolute;
	top:86px;left: 50px;
	font-weight:800;
	font-size:40px;
	}
#header h1 a {
	text-align: center;
	color:#FFFFFF;
	text-decoration: none;
}
/*-------------------body---------------*/
#body{
	width:800px;
		}
#bottom_table{
	width:100%;
	background-color:#ffc;
	color:#666;
	margin:0 auto 0 auto;
	float:left;
	padding:32px 0;
	}
#bottom{
	width:800px;
	margin:0 auto 0 auto;
	background-color:#FFFBEF;
}
/*---------------------------top_menu--------------*/

#top_menu{
	width:800px;
	float: left;
	padding: 0 0 20px 0;
}

#top_menu li {
	float: left;
	list-style: none;
	width: 158px;
	text-align: center;
	height: 24px;
	padding: 1px;
}

#top_menu a {
	display: block;
	line-height: 24px;
	background:url(/images/see_details_bgh.gif) repeat-x;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

#top_menu a:hover {
	background:url(/images/see_details_bg.gif) repeat-x;
}

/*---------------------------leftdiv--------------*/

#leftdiv{
	width:497px;
	float:left;
	}
#leftdiv h2{
	width:497px;
	height:40px;
	display:block;
	font-size:28px;
	color:#AB8F4A;
	padding:22px 0 0 0;
	text-align: center;
	font-weight:800;
	}
#leftdiv p{
	width:433px;
	padding:0 39px 0 23px;
	line-height:17px;
	margin-top:20px;
	font-size:14px;
	}
/*------------------right--------*/
#right{
	width:300px;
	float:left;
	}

#csv {
	width:300px;
	padding: 65px 0 5px 0;
	text-align: left;
	float: left;
}


#csv dl {
	width:300px;
	line-height: 16px;
}

#csv dt {
	padding: 0 3px 0 0;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}


#csv dd {
	padding: 0 10px 0 0 ;
	font-size: 12px;
	display: inline;
	font-weight: bold;
}


/*---------------------------menu--------------*/

.menu {
	width: 800px;
	float: left;
	padding: 20px 0;
}
.menu td {
	float: left;
	list-style: none;
	width: 156px;
	text-align: center;
	padding: 1px;
}
.menu a {
	line-height: 22px;
	display: block;
	background:url(/images/see_details_bgh.gif) repeat-x #665a2e;
	color: #fff;
	text-decoration: none;
}
.menu a:hover {
	background:url(/images/see_details_bg.gif) repeat-x #918054;
}
/*-----------------------end body-------------*/

/*---------------------------footer--------------*/
#footer{
	width:100%;
	height:100px;
	background-color:#A99661;
	float:left;
	border-bottom:#FFFFFF 4px solid;
	color:#FFFFFF;
	}
#footer_div{
	width:520px;
	margin:0 auto 0 auto;
	}
#footer_div ul{
	width:530px;
	display:block;
	list-style-type:none;
	padding:19px 0 0 0;
	position:absolute;
	}
#footer_div ul li{
	display:block;
	float:left;
		}
#footer_div ul li a{
	font-size: 18px;
	display: block;
	color:#FDFDFD;
	text-decoration:none;
	padding:0 8px 0 8px;
	}
#footer_div ul li a:hover{
	text-decoration:underline;
	}
#footer_div p{
	padding:60px 0 0 0;
	text-align: center;
	font-size: 16px;
	color:#FAFAFA;
	font-weight:normal;
	height:14px;
	}

