body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url( ../images/body-bg.jpg );
	background-position: center;
	background-repeat: repeat-y;
	background-color: #362616;
}

body, td, div
{
	color: #000000;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10pt;
}

#container
{
	background-image: url( ../images/container-bg.jpg );
	background-position: center;
	background-repeat: no-repeat;
}

#wrapper
{
	width: 718px;
	text-align: left;
	margin: 0 auto;
}

#header
{
	margin-top: 23px;
}

#header img
{
	border: none;
}

#content .heading
{
	font-size: 12pt;
	color: #c68932;
	border-bottom: dotted 1px black;
	margin-bottom: 5px;
}

#home #content-wrapper
{
	background-image: url( ../images/home-bg.gif );
	background-repeat: no-repeat;
	height: 328px;
	padding: 50px 100px 0px 115px;
}

#home #content input
{
	border: none;
}

#home #content div.field
{
	margin-bottom: 3px;
}

#home #content input.submit, #content a.boxLink
{
	background-color: #c68932;
	color: #fbf7f1;
	cursor: pointer;
}

#home #content #signup p
{
	margin: 3px auto;
}

#home #content #signup form
{
	margin-top: 0px;
}

#content a.boxLink
{
	padding: 1px 8px;
}

#content a
{
	color: #b46c19;
	text-decoration: none;
}

#content a:hover.link
{
	text-decoration: underline;
}

#home #content #signup
{
	float: right;
	width: 230px;
}

#home #content #search, #home #content #symetric, #home #content #archive
{
	margin-right: 300px;
}

#home #content #symetric
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#home #content #symetric img
{
	border: none;
}

#footer
{
}

#logos
{
	text-align: center;
}

#logos img
{
	border: none;
}

div#text {
	margin: 25px auto 0px auto;
	text-align: center;
	width: 718px;
}

div#text, div#leftText, div#rightText {
	color: #fefefe;
	font-size: 9pt;
	font-family: Times New Roman, Times, serif;
}

div#text p {
	margin-bottom: 5px;
}

div#leftText p, div#rightText p {
	color: #fbead2;
	margin: 0px;
}

div#leftText {
	float: left;
	margin-right: 20px;
	text-align: right;
	width: 349px;
}

div#leftText a {
	color: #fbead2;
	text-decoration: none;
}

div#rightText {
	text-align: left;
}