* 	{
margin: 0;
padding: 0;
	}
	
body  {
  font-family:Times New Roman, Times, serif;
  text-align:center;
  background:#F6F2E2;
  }

 body /* Mozilla Firefox alignment */ 
{ 
text-align: -moz-center; 
} 

p {
	margin:0;
	border:0;
	padding:0;
	text-align:left;
	font-size:13px;
	line-height:17px;
	letter-spacing:.03em;
	}

h1 {
	font-weight:700;
	margin:0;
	border:0;
	text-align:left;
	font-size:16px;
	color:#384B29;
	}

h2 {
	font-weight:700;
	margin:0;
	border:0;
	}

a:link {
	text-decoration:none;
	border-bottom: 1px dotted #000000;
	margin:0;
	color:#804538;	
}

a:visited {
	text-decoration:none;
	border-bottom: 1px dotted #804538;
	margin:0;
	color:#000000;	
}

a:active {
	text-decoration:none;
	border-bottom: 1px dotted #000000;
	margin:0;
	color:#804538;
	}

a:hover {
	text-decoration:none;
	border:0;
	margin:0;
	color:#000000;
	}

a.white:link {
	text-decoration:none;
	border:0;
	margin:0;
	color:#ffffff;
	font-weight:500;
	font-size:16px;
    border-bottom: 1px dashed #ffffff;
	}

a.white:visited {
	text-decoration:none;
	border:0;
	margin:0;
	color:#ffffff;
	font-weight:500;
	font-size:16px;
	border-bottom: 1px dashed #ffffff;
	}

a.white:active {
	text-decoration:none;
	border:0;
	margin:0;
	color:#ffffff;
	font-weight:500;
	font-size:16px;
	border-bottom: 1px dashed #ffffff;
	}

a.white:hover {
	text-decoration:none;
	border:0;
	margin:0;
	color:#EBE7D2;
	font-weight:500;
	font-size:16px;
	border-bottom: 1px dashed #ffffff;
	}
	
	#page  {
margin:0;
background: #ffffff url(images/page.jpg) repeat-y;
width:850px;
text-align:left;
	}
	
		#page2  {
margin:0;
background: #ffffff;
width:850px;
text-align:left;
	}
	
#header  {
margin:0;
height:292px;
background: #ffffff url(images/southerbybluffs.jpg) no-repeat;
 	}
	
#menu  {
height:33px;
background: #ffffff url(images/menu.jpg) no-repeat;
 	}
	
	#menu p {
padding:6px;
text-decoration:none;
	border:0;
	margin:0;
	color:#ffffff;
	font-weight:500;
	font-size:16px; 
	text-align:center;
	}
  
#content-primary  {
float:right;
margin:10px;
width:630px;
background: #ffffff;
height:auto;
clear:both;
	}
	
#content-primary img {
display:block;
float: right;
padding: 3px;
border:3px solid #ebe7d2;
margin:10px;
}

#content-primary2  {
float:right;
margin:10px 0 10px 0;
width:630px;
background: #ffffff;
clear:both;
	}
	
#content-primary2 img {
float: right;
margin:0;
padding:0;
}

#content-primary3  {
float:right;
margin:10px;
width:630px;
background: #ffffff;
height:auto;
clear:both;
	}
	
#content-secondary  {
float:left;
margin:10px;
width:180px;
text-align:right;
	}
	
#content-secondary  p {
text-align:center;
	}
	
#footer  { 
background:#384B29;
position:relative;
clear:both;
	}
	
#footer p {
padding:5px;
	}
	
	#content-primary ul {
	list-style-type:none;
	}
	
	#content-primary li {
	list-style-type:none;
	float: left;
	width: 250px;
	margin: 10px;
	font-family:Times New Roman, Times, serif;
	color:#384b29;
	font-size:16px;
	font-weight:500; 
		}
		
fieldset {
	margin:1.5em 0 0 0;
	width:65%;
	}
	
	label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: left;
	}
	
	fieldset ol {
	list-style: none;
	padding: 1em 1em 0 1em;
	}

fieldset li {
	text-align:left;
	font-size:12px;
	line-height:20px;
 	padding:5px;
	font-weight:500;
	}
	
	.clear  {
clear:both;
	}