html {
	background: #e3e3e3 url(../images/bg.jpg) center bottom repeat-x fixed;
	text-align: center;
	padding: 10px;
	}
	
body, div.header, div.wrapper, div.footer {
	width: 900px;
	padding: 0px 20px;
	}
	
body {
	margin: 0 auto;
	text-align: left;
	}
	
div.reset {
	clear: both !important;
	}
	
div.header {
	height: 150px;
	background: url(../images/header.png) center no-repeat;
	}
	
div.wrapper {
	background: url(../images/wrapper.png) center top repeat-y;
	}
	
.subdue {
	color: #808080;
	}
	
.nav {
	width: 900px;
	text-align: center;
	border-top: solid 1px #e3e3e3;
	border-bottom: solid 1px #e3e3e3;
	}
		
.nav li {
	display: inline;
	padding: 0px 10px;
	font: normal bold 12px Verdana, serif;
	}
	
a, a:link,  a:visited {
	color: #18385e;
	font-weight: bold;
	text-decoration: none;
	}
	
a:active, a:hover {
	color: #BF7F31;
	text-decoration: underline;
	}
	
.content {
	float: left;
	width: 550px;
	margin: 10px 25px;
	font: normal normal 12px Calibri, Arial, sans-serif;
	color: #000000;
	}
	
.l-sidebar, .r-sidebar {
	float: left;
	width: 135px;
	text-align: left;
	font: normal bold 10px Verdana, serif;
	color: #000000;
	}
	
.l-sidebar {
	margin: 10px 0px 10px 15px;
	}
	
.r-sidebar {
	margin: 10px 15px 10px 0px;
	}
	
.l-sidebar ul, .r-sidebar ul {
	list-style-type: none;
	}
	
.l-sidebar li, .r-sidebar li {
	margin: 10px 0px 10px -35px;
	}
	
.bottom_images {
	text-align: center;
	}
	
.bottom_images img {
	border: 0;
	margin: 0px 15px;
	}
	
div.footer {
	height: 50px;
	background: url(../images/footer.png) center top no-repeat;
	padding-top: 20px;
	text-align: right;
	font: normal bold 9px Verdana, sans-serif;
	color: #000000;
	}
	
div.footer ul {
	float: right;
	margin: 0px -10px;
	}
	
div.footer li {
	display: inline;
	padding: 0px 10px;
	}
	
div.footer a, div.footer a:link, div.footer a:visited {
	color: #000000;
	text-decoration: underline;
	}
	
div.footer a:active, div.footer a:hover {
	color: #ffffff;
	text-decoration: none;
	}