body {
	background-color:#212121;
	margin:0;
		font-family:Arial, Helvetica, sans-serif;
}

h1 {

	font-size:25px;
	color:#0A0A5B;
	border-bottom:solid 1px #0A0A5B;
	margin-bottom:4px;
}

h2 {
	font-size:20px;
	color:#0A0A5B;
	border-bottom:solid 1px #0A0A5B;
	margin-bottom:4px;
}

h3 {
	font-size:17px;
	color:#0A0A5B;
	margin-bottom:0px;
}

p {
	margin-top:0px;
	font-size:15px;
}

a {
	color:blue;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#header_bg {
	background-image:url(head_bg.jpg);
	width:100%;
	height:85px;
}

#header_bg #logo {
	width:400px;
	float:left; 
	background-image:url(logo.jpg);	
	width:626px;
	height:85px;
}

#header_bg #links {
	padding-top:45px; 
	padding-right:102px; 
	float:right; 
	text-align:right; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:15px; 
	color:white;
}

#header_bg #links a {
	color:white;
}

#body_wrapper {
	background-color:white;
	width:1000px;
	margin:0 auto;
	position:relative;
	top:-20px;
}

#body_wrapper_gallery {
	background-color:#212121;
	width:1000px;
	margin:0 auto;
	position:relative;
	top:-20px;
}

#body_top_bar {
	width:100%;
	height:26px;
	background-image:url(topbar_bg.jpg);
}

#body_content {
	padding-top:30px;
}

#body_content #body_picture {
	border:solid 1px black;
	margin:0 auto;
	width:841px;
	height:314px;
	background-image:url(home_pic.jpg);
	display:none;
}

#body_content #body_picture #bottom_gradient {
	height:315px;
	background-image:url(home_photo_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:453px;
	float:left;
	text-align:right;
	color:black;
}

#body_content #body_picture #bottom_gradient #gallery_link {
	margin-top:293px;
	 margin-right:8px;
	  font-family:Arial, Helvetica, sans-serif;
	   font-weight:bold;
	    font-size:17px;
}

#body_content #body_picture #bottom_caption {
	height:314px;
	background-image:url(home_photo_caption.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:388px;
	float:left;
}

#body_content #body_content_wrapper {
	width:841px;
	margin:30px auto 60px auto;
}

#body_content #body_content_wrapper #body_content_news_wrapper{
	margin-left:20px;
	margin-right:20px;
	margin-top:-10px;
	margin-bottom:-30px;
	font-family:Arial;
	text-align:left;
}
	
#body_content #about_footer {
	margin-left:20px;
	margin-right:20px;
	margin-bottom:8px;
	margin-top:-25px;
	font-family:Arial;
	font-size:13px;
	text-align:left;
}

#footer {
	width:1000px;
	height:55px;
	background-image:url(bottombar_bg.jpg);
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	padding-top:10px;
}

#footer #slogan {
	margin-right:12px;
	color:#FFFFFF;
	font-size:14px;
}

#footer #digits {
	margin-right:12px;
	font-family:Arial Black;
	color:#EDF2C8;
	font-weight:bold;
	font-size:23px;
	position:relative;
	top:-2px;
}
#footer #copyright {
	margin-left:12px;
	font-family:Arial;
	color:#EDF2C8;
	font-size:10px;
	position:relative;
	text-align:left;
	top:-15px;
}