img {
	padding:0px;
	margin:0px;
	border:0px;
}

.clear{
	float:none;
	clear:both;
	line-height:6px;
}

body {
	background-image:url('../images/page_background.jpg');
	background-attachment:fixed;
	background-color:#a2aea4;
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
}

#main_div{
	width: 636px;
	margin-right: auto;
	margin-left: auto;
	margin-top:15px;
	margin-bottom:0px;
}

#header {
	margin:0px;
	padding:0px;
}

#menu_container{
	height:25px;
	background-color:#4f1310;
	padding:0px;
	color:white;
	margin-top:-4px;
}

#level1{
	display:block;
	list-style-type:none;
	height:25px;
	padding:0px;
	margin:0px;
	padding-left:13px;
}

#level1 li{
	display:inline;
	height:25px;
	position: relative;
	float:left;
}

#level1 li a{
	display:block;
	height:20px;
	float:left;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	color:white;
	text-decoration:none;
}

#level1 li a:hover{
	background-color:#a2aea4;
	color:black;
	text-decoration:none;
}

#level1 li ul{
	z-index: 100;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-color: #4f1310;
	border-style: solid;
	margin:0px;
	padding:0px;
	top:25px;
	left: -999em;
	width: 140px;
	position: absolute;
}

#level1 li:hover ul, #level1 li.sfhover ul {
	margin-right: 0px;
	padding-right: 0px;
	left: auto;
}
#level1 li ul li{
	padding: 0px;
	margin: 0px;
}
#level1 li ul ul{
	z-index: 100;
	position: absolute;
	margin:0px;
	margin-left: 140px;
	margin-top:-26px;
}
#level1 li:hover ul ul, #level1 li:hover ul ul ul, #level1 li.sfhover ul ul, #level1 li.sfhover ul ul ul, #level1 li.sfhover ul ul ul ul {
	left: -999em;
}

#level1 li:hover ul, #level1 li li:hover ul, #level1 li li li:hover ul, #level1 li li li li:hover ul, #level1 li.sfhover ul, #level1 li li.sfhover ul, #level1 li li li.sfhover ul, #level1 li li li li.sfhover ul{ /* lists nested under hovered list items */
	left: auto;
}

#level1 li ul a{ 
	width: 135px; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
	text-decoration: none; 
	color: #4f1310; 
	padding-left: 5px; 
	padding-bottom: 0px;
	padding-right: 0px; 
	padding-top: 5px; 
	margin: 0px; 
	display: block; 
	background-color: white; 
	height:20px;
}
                                                                                                                                          
#level1 li ul a:hover{ 
	color: #000000; 
	background-color: #a2aea4;
}	             
 

#level1 li ul li{ 
	border-color: #4f1310; 
	border-style: solid; 
	border-left-width: 0px; 
	border-bottom-width: 0px; 
	border-right-width: 0px; 
	border-top-width: 1px; 
	padding: 0px; 
	margin: 0px; 
}

#content_main{
	background-image:url('../images/content_back.jpg');
	color:black;
	height:auto !important;
	height:250px;
	min-height:250px;
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:-4px;
}

#content_top{
}

#content_bottom{
}

#footer_bar{
	text-align:center;
	font-size:10px;
}

#footer_bar a{
	color:black;
	text-decoration:unerline;
}

#footer_bar a:hover{
	color:#182D19;
	font-weight:bold;
}

#content_main a{
	color:#4f1310;
	text-decoration:underline;
}

#content_main a:hover{
	color:#182d19;
}

#left_bar{
	width:150px;
	float:left;
	padding-top:5px;
}

#right_content{
	width:460px;
	float:right;
}

h1,h2,h3,h4,h5{
	margin-top:0px;
}

.more_link{
	text-align:right;
	padding-right:10px;
}

.gallery_images{
	border:1px solid #4f1310;
	padding:3px 0px;
	margin-bottom:9px;
}

.gallery_images h3, .members_listing h3{
	padding-left:5px;
	margin-bottom:2px;
}

.galdiv h1{
	margin-bottom:2px;
}

.galdiv {
	padding-left:3px;
}

.galdiv .left{
	text-align:left;
}

.galdiv .right{
	text-align:right;
}

.galdiv .middle{
	text-align:center;
}

.galdiv table{
	padding-right:8px;
	padding-left:2px;
}	

.pageNav{
	margin-bottom:6px;
}