body {background-image: url(images/bg.png);
	background-repeat: repeat;
	padding-top: 10px;
	padding-bottom: 30px; 
}

#container {
	
}
#wrapper {
	background-color: #979d6d;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
#header {
	background-image: url(header-bg.jpg);
	background-repeat: no-repeat;
	margin: 10px;
	height: 138px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#maincontent {
	background-color: #a16445;
	margin: 5px;
	float: right;
	width: 75%;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	overflow: auto;
}
#contentinner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #E8E1DE;
	margin: 5px;
	padding: 5px;
	color: #003058;
	line-height: 16px;
}
#sidebar {
	width: 20%;
	float: left;
	background-color: #A16445;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}
#sidebarnav {
	background-color: #ead4bd;
	margin: 5px;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #003058;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	float: left;
	height: 30px;
	width: 900px;
	margin-top: 5px;
	position: relative;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #092f54;
	border: medium outset #996;
	width: 225px;
}
.captions {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #003058;
	clear: both;
	float: right;
	margin-right: 35px;
	text-align: center;
}
.question {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003058;
}

