@import url("navigation.css");

html, 
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font: 0.95em/1.45em helvetica, arial;
	text-align: left;
	color: #FFF;
	background-color: #000;
	}
	
a,
img { border: none; }

a { color: #FFF; text-decoration: underline; }

a:hover { color: #c10a0a; text-decoration: none; }

br { clear: both; }

h1 { line-height: 0em; font-weight: bold; }

h2 { color: #FF0000; line-height: 1.45em; border-bottom: 1px solid #FF0000; }

.quote { color: #FFF; font-size: 130%; }

.source { color: #FF0000; font-size: 70%; }
	
#container {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	}
		
#header {
	width: 960px;
	height: 120px;
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	background: #000 url(../images/general/background-header.jpg) no-repeat top;
	}
	
#flash-intro {
	width: 960px;
	height: 500px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #000;
	}

#content {
	width: 920px; /*ACTUAL WIDTH 960px*/
	height: auto;
	margin: 0;
	padding: 30px 20px;
	float: left;
	background: transparent url(../images/general/background-content.jpg) no-repeat top;
	}
	
.still-images {
	width: 920px;
	height: 195px;
	margin: 30px 0 0 0;
	padding: 0;
	float: left;
	background-color: transparent;
	}
		
.still-images img {
	width: 215px;
	height: 195px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #FF0000;
	}
	
.still-images .space { margin: 0 20px 0 0; }
		
#footer {
	width: 960px;
	height: 58px;
	margin: 0;
	padding: 0;
	float: left;
	border-top: 2px #FFF solid;
	background-color: #000;
	}
	
#footer p { text-align: center; color: #FF0000; font-size: 200%; text-transform: uppercase; }
	
#footer img { float: left; }

#footer .logos { margin: 18px 5px 0 0; }
	
	