* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(images/background.jpg);
	line-height: 14pt;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center top;
	background-color: #344222;
}
#wrapper {
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	top: 0px;
	background-color: #f2f2e6;
}
#faux {
	margin-bottom: 0px;
	overflow: auto;
	width: 100%;
	background-image: url(images/back4col.gif);
}
#header {
	color: #333;
	width: 880px;
	margin: 0px;
	top: 0px;
	clip: rect(0px,0px,0px,0px);
	height: 150px;
	font-size: 10px;
	line-height: normal;
	background-color: #F5F5E9;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headertextbox {
	width: 200px;
	float: right;
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
a:link {
	color: #333333;
}
a:visited {
	color: #663300;
}
#navigation {
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#leftcolumn {
	display: inline;
	color: #333;
	padding: 0px;
	width: 205px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#leftmiddle {
	float: left;
	color: #333;
	padding: 0px;
	width: 205px;
	display: inline;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#rightmiddle {
	display: inline;
	position: relative;
	color: #333;
	padding: 0px;
	width: 205px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#rightcolumn {
	display: inline;
	position: relative;
	color: #333;
	padding: 0px;
	width: 205px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#footer {
	width: 900px;
	clear: both;
	color: #333;
	padding: 0px;
	background-color: #99975D;
	margin: 0px;
}
.clear { clear: both; background: none; }
.red {
	color: #F00;
}

