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

body {
	background-image: url(../images/bgd.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#wrapper {
	height: auto;
	width: 768px;
	background-color: #FFFFFF;
}
#header {
	height: auto;
	width: 768px;
}

#content2 {
	height: auto;
	width: 768px;
	float: left;
	background-color: #FFFFFF;
}
#centercontent {
	height: auto;
	width: 700px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
#navbar {
	height: auto;
	width: 768px;
}
#leftcontent {
	float: left;
	height: auto;
	width: 220px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 20px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #83A867;
}
#rightcontent {
	float: left;
	height: auto;
	width: 420px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 20px;
	margin-left: 10px;
}
#footer {
	height: auto;
	width: 768px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

