body {
	background-color: #D2B95A;
	margin:0;
	padding:0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #645A4B;
}

a:link {color: #663;}
a:visited {color: #996}
a:hover {}
a:active {color: #663}

ul {margin: 0; padding: 0 0 0 1.5em;}
li {margin: 0 0 0.5em 0; padding: 0;}

h1 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-variant: small-caps;
	letter-spacing: 0.10em;
	color: #554123;
	border-bottom: solid 1px #554123;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #554123;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	padding:0;
	width:760px;
	height: auto;
	text-align: center;
	background-image: url(../../images/bg_container.jpg);
	background-repeat: repeat-y;
}

div#content {
	margin-left: auto;
	margin-right: auto;
	padding:0;
	width:712px;
	height:auto;
	background-image: url(../../images/bg_content.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #666633;
	line-height: 1.5em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

.quote2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666633;
	line-height: 1.25em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.subnav {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 11px;
	line-height: 1.5em;
	list-style-image: url(../images/icon_subnav.gif) ;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.5em;
	color: #645A4B;
}

.error{
	border: solid rgb(255,0,0);
	text-align: center;
}	
