@charset "UTF-8";
/* CSS Document */

<style type="text/css">
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
}
body {
	margin: 0px;
	background-image: url(images/bkgnd.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#header {
	background-image: url(images/header.png);
	margin: 0px;
	height: 138px;
	background-repeat: no-repeat;
	float: none;
	width: 800px;
}
#sidebar {
	background-image: url(images/sidebar.png);
	background-repeat: no-repeat;
	width: 144px;
	min-height: 510px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#content {
	padding: 0px;
	float: left;
	width: 630px;
	margin: 0px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.header {
	padding: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #AF5D35;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}
#footer {
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 12px;
	float: left;
	width: 800px;
}
</style>
