body {
	background-color: #e3cf9e;
	margin: 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
body, td, th, h3, h6 {
	color: #330000;
	line-height: 150%;} 
	
p, td, tr, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150% }	
	
ul, ol { 
	padding: 0 15px 15px 40px;
}
.white {
	color: white;
	}
	
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;}	
	
strong {
font-weight: bold; }

h1, h2, h4, h5 {
  color: #660000;}
  
 h1{
 	font-family: Arial, Helvetica, sans-serif;
  	font-size: 16px;
	}
h1.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #330000;	
	font-weight: normal;
	border-bottom: 1px solid #330000;
	padding-bottom: 15px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
  	line-height: 140%;
	text-transform: uppercase;
	color: maroon;
  	font-weight: bold;}

.headersecond {
	padding-top: 30px;
	border-top: 1px dotted #990000;
}
a:link {
	color: #330000;
	text-decoration: underline;
	}
	
a:visited {
	color: #330000;
	text-decoration: underline;}

a:hover {
	color: #ff6600;
	text-decoration: none;}

.sidebarleft {
	background-color: #663300; 
	padding: 10px;}
	
.copyright {
	font-size: 10px;
	color: #330000;
	padding: 0px 10px 0px 10px; 
	}
.clearfloat {
	clear: both;
	line-height: 0px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
.padding10 {
	padding: 10px;	
}
.padding15 {
	padding: 15px;	
}
.padding20 {
	padding: 20px;	
}
.centeralign {
	text-align: center;	
}
.rightalign {
	text-align: right;	
}
.box {
	width: 90%;
	height: auto;
	margin: 5px auto;
	padding: 10px;
	background: #ffffff;
	font-size: 12px;
	border: 2px dashed brown;
}
#photogallery {	
}
#photogallery img{
	border: 1px solid #411308;
	padding: 1px;
}
.sidebarRight{
	float: right;
	margin: 10px 10px 10px 10px ;
	padding: 10px;
	border: 1px solid brown;
	width: 180px;
	height: auto;
}
img {
	border: 0; }
	
.imageborder {
	border: 1px solid #330000; }
.imageborderright {
	border: 1px solid #330000;
	float: right;
	margin: 0px 0px 5px 15px;
	 }
.imageborderleft {
	border: 1px solid #330000;
	float: left;
	margin: 0px 15px 5px 0px;
	 }

.imagequote {
	margin: 8px 8px 8px 20px;
	padding: 8px 8px 5px 20px;}

.small {
	font-size: 10px; }
	
.flashleft {
	float: left;
	width: 338px;
	height: 231px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../images/bg_flash.gif);
	background-repeat:no-repeat; 
	}
	
.flashright {
	float: right;
	width: 338px;
	height: 231px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px; 
	padding: 13px;
	background-image: url(../images/bg_flash.gif);
	background-repeat:no-repeat; 
}

/********************************************** LAYOUT STYLES ************************************************/
#container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: transparent;
	}
<!--[if lt IE 7]>
	#container {
		height:100%;
	}
-->

/* Header styles */
#header {
	position: relative;
	clear:both;
	float:left;
	width:100%;
	height: 220px;
	padding:0px;
	background-color: transparent;
	}
#header #logo{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1000;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	background-color: #ddd;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#breadcrumbs {
	clear:both;
	background:#eee;
	margin:0;
	padding:10px 15px !important;
	font-size: 80%;
}
/* 'top menu */
#topmenu {
	clear:both;
	background:#666;
	text-align:left;
}
#submenu {
	position: absolute;
	right: 350px;
	top: 80px;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 85%;
}
#submenu ul{
	margin: 0;
	padding: 0;
	list-style:none;
	color: #666;
	text-transform:uppercase;
}
#submenu li{
	display: inline;
	padding-left: 10px;
}
/*************************************************** MAIN CONTENT **********************************************/
#maincontent {
	}
#sidebar1 {
	float: left;
	width: 230px;
	height: auto;
	background-color: transparent;	
}
#centercolumn {
	float: left;
	width: 720px;
	height: auto;
	background-color: transparent;		
}
#sidebar2 {
	display: none;
	float: left;
	width: 200px;
	height: auto;
	background-color: transparent;	

}
#membershiplogos {
	float: left;
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

/* Footer styles */
#footer {
	bottom:0;
	clear:both;
	float:left;
	width:100%;
	background:transparent;
	border-top:1px solid #000;
}
#footer p {
	padding: 10px 10px;
	margin:0;
}
#footer .left {
	float: left;
	mind-width: 100px;
	}
#footer .right {
	float: right;
	mind-width: 100px;
	text-align: right;
	}
	
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
.nav {
	display: none;
}
ul, li {
	margin: 0;
	padding: 0;	
}
ul.nav {
	list-style: none; 
	border-top: 0px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 0px solid #666; 
	text-align: left;
	padding: 0px 5px 0px 15px
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 5px;
	display: block; 
	width: 180px;
	text-decoration: none;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #330000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: transparent;
	color: #ff6600;
}

