@charset "utf-8";
* {
	padding:0px;
	margin:0px;
}

img {
	border:none;
}

body {
	background-image: url(img/top-link-bg.gif);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#333333;		
}

.maindiv {
	width:980px;
	margin:0px auto;
}

.maindiv h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#3a261a;
	padding-top:30px;
	text-align:center;
	font-style:italic;
	font-weight:normal;
}

.maindiv p{
	font-size:13px;
	padding-top:30px;
	text-align:center;
	line-height:20px;
	padding-bottom:10px;
}

.maindiv p a{
	text-decoration:none;
	color:#333333;
}

.maindiv p a:hover{
	text-decoration:underline;
	color:#3a261a;
}

.top {
	width:980px;
	margin:0px auto;
	color:#ceb98e;
}

.top li{
	font-size:16px;
	float:left;
	list-style:none;
	padding:35px 20px 0px 20px;
}

.top li a{
	text-decoration:none;
	color:#ceb98e;
}

.top li a:hover{
	text-decoration:underline;
	color:#ceb98e;
}

.top-left {
	width:356px;
	float:left;
}

.logo {
	width:268px;
	float:left;
}

.top-right {
	width:356px;
	float:right;
}

.banner {
	width:980px;
	margin:0px auto;
	padding-top:20px;
}

.tab-left {
	float:left;
	width:304px;
	margin-top:34px;
	margin-right:34px;
}

.tab-right {
	float:right;
	width:304px;
	margin-top:34px;
}

.tabcen-left {
	float:left;
	width:473px;
	margin-top:34px;
	margin-right:34px;
}

.tabcen-right {
	float:right;
	width:473px;
	margin-top:34px;
}

.bottom {
	background-image:url(img/bottom-bg.jpg);
	background-repeat:repeat-x;
	margin-top:25px;
}

.bottom-div {
	width:980px;
	margin:0px auto;
	padding-top:50px;
	color:#ffffff;
	font-size:12px;
}

.bottom-div-left {
	float:left;
}

.bottom-div-right {
	float:right;
}

.bottom-div p{
	padding:5px;
}

.bottom-div p a{
	color:#3a261a;
	text-decoration:none;
}

.bottom-div p a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.clear {
	clear:both;
}
