body {
	background-color:#000000;
	}
	
#container { 

	width:1000px;
	height:autopx;
	background-color:#000000;
	padding:20px;	
	overflow:auto;
}
#header {
		background-color:#000000;
		background-image:url("headers/aprilheader_brass.png");
		background-repeat:no-repeat;
		width:1000px;
		height:100px;
		border-bottom:4px solid #383636;	
}



img.transparent{
	border:none;
	float:left;
	width:430px;
}

/*_________MENU___________*/
#menubar{
font-weight:bold;
font-family: Lucida Grande;
generic-family:sans-serif;
width: 100%;
position:relative;
top:40px;	
font-size: 13px;
}

#menubar a{text-decoration:none;
		color:#824E1E;
}     
#menubar a:visited {color: #824E1E;}  
#menubar a:hover {color: #E3B466;}
#menubar a:active {color: #824E1E;}

#menubar ul{
padding:0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align:right;
}

#menubar ul li{
display: inline;
}

#menubar ul li a{
color:#824E1E;
padding:0; /*top padding is 6px, bottom padding is 4px*/
margin-right: 25px; /*spacing between each menu link*/
text-decoration: none;
}

#menubar ul li a:{
border-bottom: 1px solid #824E1E;
}

#menubar ul li a{text-decoration:none;
		color:#824E1E;}  
/*_________MENU___________*/


/*_________FOOTER_________*/
#footer {
	background-color:#000000;
	font-family: Lucida Grande;
	generic-family:sans-serif;
	color:E3B466;
	width:1000px;
	height:20px;
	margin-top:20px;
	position:relative;
	bottom:0px;
	font-size: 13px;
}
#footer a{text-decoration:none;
		color:#824E1E;
}     
#footer a:visited {color: #824E1E;
}  
#footer a:hover {color: #625E59;
}
#footer a:active {color: #824E1E;}
/*_______FOOTER____________*/

#text{
	font-size: 14px;
}
#text a{text-decoration:none;
		color:#824E1E;
}     
#text a:visited {color: #824E1E;}  
#text a:hover {color: #625E59;}
#text a:active {color: #824E1E;}

/*_______GRAPHIC & TEXT_____*/
#graphic.left{
	float:left;
	vertical-align: center;
	text-align:right; 
	width:460px;
	height:autopx;
	margin: 20px;
	clear: left;
}

#text.right{
	float: right;
	background-color:#000000;
	font-family: Lucida Grande;
	generic-family:sans-serif;
	color:#E3B466;
	width: 460px;
	height:autopx;
	text-align:left;
	margin: 20px;
	clear: right;
}	



/*_________________*/

#text.left{
	float: left;
	background-color:#000000;
	font-family: Lucida Grande;
	generic-family:sans-serif;
	color:#E3B466;
	width: 460px;
	height:autopx;
	text-align:right;
	margin: 20px;
	clear: left;
}




#graphic.right{
	float:right;
	vertical-align: center; 
	text-align: left;
	width:460px;
	height:autopx;
	margin: 20px;
	clear: right;
}	

/*______center_______*/
#text.center{
	background-color:#000000;
	font-family: Lucida Grande;
	generic-family:sans-serif;
	color:#E3B466;
	width: 460px;
	height:autopx;
	text-align:left;
	padding: 20px;
	clear: left;
}
#text.center a{text-decoration:none;
		color:#824E1E;
}     
#text.center a:visited {color: #824E1E;}  
#text.center a:hover {color: #383636;}
#text.center a:active {color: #824E1E;}

#graphic.center{
	vertical-align: center; 
	height:autopx;
	margin: 20px;
	float:center;
}  

/*_______GRAPHIC & TEXT_____*/


/*_________text_headers_____*/

#textheader.typed{
		text-align:center;
		width:460px;
		padding: 20px;
		font-family: Lucida Grande;
		generic-family:sans-serif;
		color:#E3B466;
		}

#textheader{
		width: 460px;
		height: 50px;
		text-align: center;
		padding: 20px;
}
/*_____text_headers________*/

/*_____photo gallery_______*/
#gallery1 {
	padding: 10px;
	width: 900px;
}
	#gallery1 ul { list-style: none; }
	#gallery1 ul li { display: inline; }
	#gallery1 ul img {
		border: 3px solid #383636;
	}
	#gallery1 ul a:hover img {
		border: 3px solid #824E1E;
		color: #824E1E;
	}
	#gallery1 ul a:hover { color: #824E1E; }
	
#gallery2 {
	padding: 10px;
	width: 900px;
}
	#gallery2 ul { list-style: none; }
	#gallery2 ul li { display: inline; }
	#gallery2 ul img {
		border: 3px solid #383636;
	}
	#gallery2 ul a:hover img {
		border: 3px solid #824E1E;
		color: #824E1E;
	}
	#gallery2 ul a:hover { color: #824E1E; }	
	
#gallery3 {
	padding: 10px;
	width: 900px;
}
	#gallery3 ul { list-style: none; }
	#gallery3 ul li { display: inline; }
	#gallery3 ul img {
		border: 3px solid #383636;
	}
	#gallery3 ul a:hover img {
		border: 3px solid #824E1E;
		color: #824E1E;
	}	
	
#gallery4 {
	padding: 10px;
	width: 900px;
}
	#gallery4 ul { list-style: none; }
	#gallery4 ul li { display: inline; }
	#gallery4 ul img {
		border: 3px solid #383636;
	}
	#gallery4 ul a:hover img {
		border: 3px solid #824E1E;
		color: #824E1E;
	}
/*_____photo gallery_______*/	


