@charset "UTF-8";
body {
	text-align: center;
	background-color: #CC9966;
	font-family: "century gothic", helvetica, arial, sans-serif;
	color: #FFFFFF;
}
#container {
	width: 760px;
	background-position: center;
	padding: 0px;
	height: auto;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border: 3px solid #FFFFFF;
	background-color: #ccffcc;
  } 
#topbar {
	background-color: #CC9933;
	height: 25px;
	width: 755px;
	position: absolute;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	vertical-align: middle;
	clear: both;
}
#header {
	background-color: #FFFFFF;
	background-image: url(images/septheader.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 185px;
	width: 760px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
#container #content h1 {
	font-size: 45px;
	line-height: 15px;
}
#content {
	background-color: #FFFFCC;
	height: auto;
	width: auto;
	text-align: left;
	font-family: "century gothic", helvetica, arial, sans-serif;
	color: #000000;
	background-position: center;
	vertical-align: middle;
	padding: 15px;
	margin: 0px;
}

#navigation {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	background-color: #CC9933;
	padding: 2px;
	text-align: center;
	color: #990033;
	width: 756px;
}
#navigation a:link {
	color: #990033;
	text-decoration: none;
}
#navigation a:hover {
	color: #CC3366;
	text-decoration: none;
}
#navigation a:visited:hover {
	color: #CC3366;
	text-decoration: none;
}
#navigation a:visited {
	color: #990033;
	text-decoration: none;
}
#sidebar {
	float: left;
	background-color: #339933;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#headerbottom {
	background-color: #339833;
	height: 10px;
	width: 760px;
	clear: both;
}
#footer {
	background-color: #CC9933;
	text-align: center;
	height: 100px;
	width: 760px;
	color: #990033;
}
.feature {
	font-size: 45px;
	font-weight: bold;
}
.contentindent {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 50px;
}

