body {
	padding: 0; 
	margin: 0;
	font-family: verdana;
	font-size: 10px;
	background: #6f6f6f url('images2/page-bg.jpg') repeat-x;
}

input, table {
	font-size: 12px;
}

#container {
	width: 960px;
	margin: auto;
	background-color:  black;
}

#header { 
	margin-left: auto;
	margin-right: auto;
	height: 118px;
	padding: 0;
	background: #000000 url('images2/header_bg.gif') no-repeat;
}


#logo {
	margin-top: 5px; 
	margin-left: 10px; 
	border: none;
}

#navigation {
	padding-top: 20px;
	padding-left: 0px;
	line-height: 20px;
	font-size: 14px;
	font-weight: regular;
}

#navigation a:hover{
	color: #9EC8DB;
	font-weight: regular;
   	text-decoration: none;
    }
	
#photos {
	height: 285px; 
	background-color: white;
}

#content {
	margin-left: auto; 
	margin-right: auto;  
	font-size: 120%;
	color: #9EC8DB;
	padding-bottom: 40px;
	background: #000000 url('images2/content_bg.gif') repeat-y;
}

#content h1 {
    
	font-weight: normal;
	margin-bottom: 10px;
	text-align: left;
	color: #408bae;
	margin-top: 0px;
	font-family: 'Arial'; 
	font-size: 20px; 
	line-height: 50px; 
	font-weight: normal;
}

#content h2 {
	font-size: 13px;
}

#content-inner {
	width: 65%; 
	float: right; 
	min-height: 160px; 
	margin-left: -20px;
	margin-right: 55px;
	margin-top: -350px;
}

#videos {
	font-size: 16px; 
	padding-top: 35px; 
	padding-left: 0px; 
	float: left;
}

#footer-inner {
	width: 960px; 
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a:link, a:visited {
	color: #408bae;
	text-decoration: none;
}

img {
	border-color: #408bae;
}

a:hover {
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: white;
}

hr {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	height: 1px;
	color: #E6E6E6;
	background-color: #E6E6E6;
	margin-top: 15px;
}