@charset "utf-8";
/* CSS Document */

html, body {height: 100%;}

body {top:0; left:0; margin: 0px; padding: 0px; background:#666666;}

#top_bar {
	width: 1015px;
	height:30px;
	background-color:#000000;
	background-image:url(../images/bg_topbargradient.gif);
	padding:5px;
}

#nav_bar {
	width:1024px;
	height:30px;
	margin-top:-5px;
	background-color:#333333;
	padding-top:5px;
	color:#CCCCCC;
}

#nav_bar a, a:hover, a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
}

#home_container {
	top:0; 
	border-left: #000000 solid 1px; 
	border-right: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	width: 1024px; 
	margin-left: auto; 
	margin-right: auto;
	background-color:#CCCCCC;
	height: 1000px;
}

#content_page_container {
	top:0; 
	border-left: #000000 solid 1px; 
	border-right: #000000 solid 1px;
	border-bottom: #000000 solid 1px;
	width: 1024px; 
	margin-left: auto; 
	margin-right: auto;
	background-color:#CCCCCC;
}


#sub_content_container {
	clear:left;
	width:1015px;
	padding:5px;
}

#sub_content_container a, a:visited {
	color:#CC0000;
	text-decoration:none;
}

#sub_content_container a:hover {
	color:#CC0000;
	text-decoration:underline;
}

#bottom_bar {
	width: 1014px;
	height:150px;
	background-color:#000000;
	background-image:url(../images/bg_bottombargradient.gif);
	padding:5px;
}

#photo_video_nav {
	width: 200px;
	height:45px;
	background-color:#000000;
	background-image:url(../images/bg_bottombargradient.gif);
	padding:5px;
	border:1px solid #808080;
	color:#FFFFFF; font-size:14px;
}

#footer {
	clear:both;
	width: 1015px;
	height:100px;
	padding:5px;
	margin-left: auto; 
	margin-right: auto;	
}

#credits {
	clear:both;
	width: 1015px;
	height:100px;
	padding:5px;
	margin-left: auto; 
	margin-right: auto;	
	color:#CCCCCC;
	text-align:center;
}

#credits a, a:visited, a:active, a:hover {
	color:#CCCC00;
}
