body {
	font: 100% Helvetica, Verdana, Arial, sans-serif;
	background: #000000 url(../img/background.png) repeat-y scroll center center;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #414141;
}
div {
	margin:0;
	padding:0;
}
hr{margin: 10px 0 1px 0; padding:0;}
a img {border:0;}
a:link {
	color: #5b0c0c;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a:visited {
	color:#5b0c0c;
	text-decoration:none;
}
a:active {
	text-decoration: none;
}
#container {
	width: 777px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
	
}
#header {
		padding: 0 10px 0 20px;
}
#nav_logo{
	margin:25px 0 15px 10px;
}
#nav_main{
	margin-top:-23px;
}
#nav_main a:link {
	color: white;
	text-decoration: none;
}
#nav_main a:visited {
	color: white;
	text-decoration: none;
}
#nav_main a:hover {
	color: white;
	text-decoration: none;
}
#nav_main a:active {
	text-decoration: none;
}
#nav_menu_background{
	margin:0 0 0 10px;
}
#search{
	text-align:right;
	margin: -10px 40px 10px 0;
}
#mainContent {
	margin: 35px 0 0 0;
	padding: 0 35px;
	background: #FFFFFF;
}
#gallery_nav{ 
	width:142px; 
	height:375px; 
	overflow:auto; 
	margin:0 5px;
	float:left;
}
#gallery_nav a img {margin-bottom:3px;}
#footer {
	font-size:70%;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
.float_left{
	float:left;
	margin:0 8px 8px 0;
}
.float_right{
	
	float:right;
	margin:0 0 8px 8px;
}
.clear_float{
	clear:both;
}
.center{
	text-align:center;
}

#line_image {
	width:375px; 
	height:375px; 
	float:left;
}
#sw_image {
	width:500px; 
	height:500px; 
	float:left;
}
#line_blurb {
	padding-left:385px;
}
.wrapper{font-size:90%;}
.percent80{font-size:80%;}
.opaque {opacity: .60;}
.tbl_headline{color:white; background-color:#8d8e90}
.tbl_content{color:#414141; background-color:#EEE}



/* Print Only */
@media print {
.noprint, #nav_main, #nav_menu_background, #footer {display:none !important;}
}
