@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background:url(images/background.jpg) #FFFFFF center fixed;
	font-family:Georgia;
	color:#000;
	text-align:center;
	font-size:62.5%;
}
#pagewidth {
	width: 943px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}
#header {
	height: auto;
	position: relative;
	background: url(images/header.png) #281F0E no-repeat;
	width: 100%;
}
#header .logo {
	position:absolute;
	margin-left:3px;
	margin-top:1px;
}
#rcorner {
	position:relative;
	text-align:left;
	margin-left:620px;
	color:#FFF;
	font-size:19px;
	width:320px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
}
#rcorner .small {
	font-size:13px;
}
#rcorner a {
	color:#F9C;
}
#rcorner a:hover {
	color:#9FF;
}
#rcorner a:visited {
	color:#F9C;	
}
#vnav {
	position: relative;
	width: 100%;
}
#leftcol {
	width: 165px;
	float: left;
	position: relative;
}
#twocols {
	width: 82%;
	float: right;
	position: relative;
}
#rightcol {
	margin-top:-13px;
	width: 200px;
	float: right;
	position: relative;
}
#maincol {
	margin-top:-30px;
	background-color: #FFFFFF;
	float: left;
	display: inline;
	position: relative;
	width: 70%;
	z-index:1;
}
#container {
	margin:1.6em;
	width:100%;
	height:100%;
	position:absolute;
	left: 1px;
}
.clearfix: after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
 @media print {
#leftcol {
	display: none;
}
#rightcol {
	display: none;
}
#twocols, #maincol {
	width: 100%;
	float: none;
}
}

