body {
	padding: 0; 
	margin: 0;
	font-family: verdana;
	font-size: 10px;
	background: #6f6f6f url('images/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('images/header_bg.gif') no-repeat;
}


#logo {
	margin-top: 5px; 
	margin-left: 10px; 
	border: none;
}

#navigation {
	height: 35px;
	padding-top: 72px;
	padding-left: 20px;
}

ul#nav {
    padding: 0;
    margin: 0;
    font-size: 90%;
    list-style: none;
    margin-top: 0px;
	width: 80%;
	color: white;
    }
ul#nav li {
    float: left;
    padding: 0;
    }
ul#nav li a {
    float: left;
    display: block;
    padding: 0px 10px 0px 10px;
	margin-top: 11px;
	margin-bottom: 5px;
    text-decoration: none;
    color: white;
    font-weight: bold;
	border-right: solid white 1px;
    }

ul#nav li a:hover, ul#nav li.selected {
	color: #989898;
    }
	
#photos {
	height: 285px; 
	background-color: white;
}

#content {
	border-top: solid #408bae 10px;
	margin-left: auto; 
	margin-right: auto;  
	font-size: 110%;
	color: white;
	padding: 10px;
	background: #000000 url('images/content_bg.gif') repeat-y;
}

#content h1 {
    
	font-weight: normal;
	margin-bottom: 25px;
	text-align: left;
	color: white;
	margin-top: 0px;
	font-family: 'Lucida Sans Unicode'; font-size: 24px; line-height: 25px; font-weight: normal;
}

#content h2 {
	font-size: 120%;
}

#content-inner {
	width: 65%; 
	float: right; 
	min-height: 160px; 
	padding: 30px;
}

#videos {
	font-size: 16px; 
	padding-top: 35px; 
	padding-left: 25px; 
	float: left;
}

#footer {
	margin: auto; 
	font-size: 90%;  
	color: white;
	/*height: 40px;*/
	background: #000000 url('images/content_bg.gif') repeat-y;
}

#footer-inner {
	width: 230px; 
	border-top: solid #408bae 10px; 
	padding: 20px;
}

a:link, a:visited {
	color: #408bae;
	text-decoration: none;
	font-weight: bold;
}

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;
}