@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #000000;
	background-color: #e5e5e5;
}
.headtxt {
	float: left;
	padding-left: 60px;
	padding-bottom: 42px;
}

.maincontent {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
	width: 813px;
	padding-top: 27px;
	padding-left: 20px;
	padding-right: 20px;
}
.maincontent2 {
	background-image: url(../images/content_bg2.jpg);
	background-repeat: repeat-y;
	background-position: top;
	width: 756px;
	padding-left: 57px;
	padding-right: 40px;
}
.leftside {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.divider {
	margin-top: 35px;
	margin-bottom: 35px;
}

.footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 74px;
	color: #FFFFFF;
}
.footer  a:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer   a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer   a:hover {
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.style1 {
	color: #663300;
	font-weight: bold;
}
.style2 {color: #FFFFFF}
.style3 {
	font-size: 12px;
	color: #be6800;
}
