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

*{
	margin:0 auto;
	padding:0px;
}
Body{
	margin:0 auto;
	padding:0px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro"
}
img{
	border:none;
}
#MainContainer{
	width:958px;
	background:#fbecc3;
	padding:0px;
	margin-top:16px;
}
#TabArea{
	width:528px;
	height:33px;
	float:left;
	padding-left:430px;
}
#Btn{
	width:129px;
	height:23px;
	float:left;
	background:url('images/tab.jpg') no-repeat;
	text-align:center;
	padding-top:10px
}
#Clear{
	clear:both;
}
.Btn a{
	color:#a85a55;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
.Btn a:hover{
	color:#a85a55;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	outline:none;
}
#HeaderArea{
	width:958px;
	height:171px;
	float:left;
}
#HeaderTop{
	width:958px;
	height:140px;
	float:left;
	background:url('images/header.jpg') no-repeat;
}


#ContentArea{
	width:958px;
	float:left;
}
#LeftSidebar{
	width:125px;
	float:left;
	padding:37px 13px 40px 14px;
}
#LeftSidebar ul{
	list-style-type:none;
	padding:0px;
}
#LeftSidebar ul li{
	width:125px;
	float:left;
}

#LeftSidebar ul li a{
	color:#dd9854;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
#LeftSidebar ul li a:hover{
	color:#ac733a;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	outline:none;
}


#RightSidebar{
	width:805px;
	float:left;
}
.Line{
	width:125px;
	height:1px;
	float:left;
	background:#f6d599;
	margin-top:8px;
	margin-bottom:8px;
}
#BannerArea{
	width:805px;
	height:200px;
	float:left;
}
#Content{
	width:775px;
	float:left;
	padding:0px 18px 50px 12px;
	
}
.Red{
	color:#d13e16;
	font-size:15px;
	font-weight:bold;
}
#FooterArea{
	width:958px;
	height:51px;
	margin:0 auto;
}
#FooterAreaL{
	width:500px;
	height:41px;
	float:left;
	padding:10px 0px 0px 5px;
}
#FooterAreaL ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#FooterAreaL ul li{
	display:inline;
}
#FooterAreaL ul li a{
	color:#f9b30d;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
#FooterAreaL ul li a:hover{
	color:#f1c259;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	outline:none;
}
.Divider{
	color:#f9b30d;
	font-size:12px;
	font-weight:bold;
}


.Foot{
	color:#f9b30d;
	font-size:12px;
	font-weight:bold;
}

#FooterAreaR{
	width:447px;
	height:41px;
	text-align:right;
	float:left;
	padding:10px 5px 0px 0px;
}
#Title{
	width:778px;
/*	height:29px;
*/	padding:0px 38px 0px 141px;
	margin-top:8px;
}
#ContactInformation{
	width:821px;
	height:88px;
	padding:0px 69px 0px 67px;
}
#ContactInformationL{
	width:400px;
	height:59px;
	float:left;
	padding:15px 0px 14px 0px;
}
#ContactInformationR{
	width:180px;
	height:55px;
	float:right;
	padding:33px 0px 0px 0px;
	text-align:right;
}

.title{
	color:#ac5d5c;
	font-size:35px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
}
.contact{
	color:#b36a66;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif, "Myriad Pro";
/*	font-weight:bold;
*/	font-style:italic;
}



