@charset "UTF-8";
/* CSS Document */

body  {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #772225;
}
#wrapper {
	margin:0px auto;
	width: 960px;
	background-color: #ffffff;
}
#header {
	width:960px;
	margin: 0px;
}
#navbar {
	width:960px;
	margin: 0px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #996633;
	font-weight:bold;
}
a  {
	color: white;
	text-decoration: none;
}
#nav {
	padding: 0;
	list-style: none;
}
#navbar .cell1 {
	background: #996633;
	float: left;
	width: 160px;
	height: 26px;
	padding: 15px 0px 0px 0px;
}
#navbar .cell2 {
	background: #cc0000;
	float: left;
	width: 160px;
	height: 26px;
	padding: 15px 0px 0px 0px;
}
#navbar .cell3 {
	background: #993300;
	float: left;
	width: 160px;
	height: 34px;
	padding: 7px 0px 0px 0px;
}
#navbar .cell4 {
	background: #cc9933;
	float: left;
	width: 160px;
	height: 26px;
	padding: 15px 0px 0px 0px;
}
#navbar .cell5 {
	background: #333300;
	float: left;
	width: 160px;
	height: 26px;
	padding: 15px 0px 0px 0px;
}
#navbar .cell6 {
	background: #003366;
	float: left;
	width: 160px;
	height: 34px;
	padding: 7px 0px 0px 0px;
}
#content {
	width:960px;
	font-size: 10px;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #996633;
}
#content .content1 {
	background-color: #996633;
	float: left;
	width: 160px;
	height: 110px;
	padding: 0px 0px 0px 0px;
}
#content .content2 {
	background-color: #cc0000;
	float: left;
	width: 160px;
	height: 110px;
	padding: 0px 0px 0px 0px;
}
#content .content3 {
	list-style: square;
	background-color: #993300;
	float: left;
	width: 160px;
	height: 110px;
	padding: 0px 0px 0px 0px;
}
#content .content4 {
	background-color: #cc9933;
	float: left;
	width: 160px;
	height: 110px;
	padding: 0px 0px 0px 0px;
}
#content .content5 {
	background-color: #333300;
	float: left;
	width: 160px;
	height: 110px;
	padding: 0px 0px 0px 0px;
}
#content .content6 {
	background-color: #003366;
	float: left;
	width: 160px;
	height: 110px;
	padding: 0px 0px 0px 0px;
}
#content ul  {
	float: left;
	list-style-type: square;
	width: 140px;
	padding-left: 20px;
	padding-top: 30px;
	margin: 0 0 0 0;
	height: 80px;
	text-transform:uppercase;
	line-height: 20px;
	display: inline;
}
#photos {
	width:960px;
	height: 330;
	padding: 0;
}
img.floatleft { 
    float: left; 
    margin-right: 10px; 
}
img.floatright { 
    float: right; 
    margin-left: 10px; 
}
#maincontent {
	width: 960px;
	margin: 0px;
	clear: both;
	background-color: #ffffff;
}
#leftnav {
	font-size: 10px;
	margin: 0px;
	text-align: left;
	text-transform: uppercase;
	color: #000000;
	float: left;
	width: 160px;
	background-color: #ffffff;
}
#rightcontent {
	font-size: 12px;
	text-align: left;
	color: #000000;
	width: 759px;
	float: right;
	margin: 0px;
	padding: 20px;
	border-left:solid #000000 1px;
	background-color: #ffffff;
}
#rightcontent h2  {
	font-size: 14px;
	color: #003366;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
#rightcontent p  {
	line-height: 18px;	
}
#rightcontent a  {
	color: #003366;	
}
#rightcontent ul  {
	margin: 0px;
}
#rightcontent li  {
	margin: 0px;
	list-style-type: square;
	padding-bottom: 5px;
}
#rightcontent ol  {
	margin: 0px;
}
#rightcontent ol li  {
	margin: 0px;
	list-style-type: decimal;
	padding-bottom: 5px;
}
img.border {
	border: none;
	padding: 0px 0px 10px 10px ;
}
#leftnav h2  {
	font-size: 11px;
	color: #993300;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
#leftnav a  {
	color: #000000;
}
#leftnav ul  {
	margin: 0px;
	padding-bottom: 30px;
}
#leftnav li  {
	margin: 0px;
	list-style-type: square;
	padding-bottom: 5px;
}
#footer {
	width:960px;
	text-align: center;
	line-height: 2.4em;
	clear: both;
	font-size: .9em;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	z-index: 50;
}
