@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#5b4943;
}

#swirl {
	width:100%;
	height:216px;
	background-image:url(../images/site/topswirl.jpg);
	background-repeat:repeat-x;
	
}

#contentDiv {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-30px;
}

p {
	color:#ffffff;
	font-size:14px;
}

h1 {
	color:#d8b069;
	font-size:18px;
	font-weight:normal;
}

#footer {
	padding-bottom:20px;
}