@charset "utf-8";
body
{
	margin: 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
	min-width: 800px;
	background: url(images/bg-fade.jpg) top left repeat-x #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin:0 auto;
	width: 800px;
	position:relative;
	top: 20px;
	text-align: left;
	background-color:#FFF;
	border: 1px solid #9C7519;
}

img { border: none; }
h2 { color: #9C7519; font-size: 18px; }
h3 { color: #9C7519; font-size: 15px; }
li { list-style-image: url(images/li.gif); }
p { font-size: 13px; }

#content a:link, #content a:visited, #content a:active, #content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9C7519;
	text-decoration: underline;	
	padding-right: 30px;
	font-weight: bold;
}

#header {
	position: absolute;
	margin-top: -2px;
	margin-left: -1px;
	height: 100px;
}
.swirl {
	position: absolute;
	left: 622px;
}

#menu {
	z-index: 10;
	position: relative;
	top: -25px;
	left: 40px;
	height: 20px;
	width: 700px;
}
#menu a:link, #menu a:visited, #menu a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #9C7519;
	text-decoration: none;
	padding-right: 30px;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: underline;	
}

#rightnav
{
float: right;
width: 298px;
margin: 0;
margin-top: 140px;
}

#content
{
margin-left: 0px;
border-left: 17px solid #9C7519;
margin-right: 200px;
margin-top: 99px;
padding: 1em;
max-width: 36em;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: ##333;
background-color: #FFF;
text-align:center;
}

#rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
#footer a:active, #footer a:link, #footer a:visited {
	color:#9C7519;
	text-decoration:none;
}
#footer a:hover {
	text-decoration: underline;	
}
