@import url("navigation.css");

html, 
body {
	background: #ffd800 url(../images/general/site_back.jpg) no-repeat fixed center top;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font: 0.95em/1.45em helvetica, arial;
	text-align: left;
	color: #000;
	}
	
a,
img { border: none; }

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

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

br { clear: both; }

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

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

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

.source { color: #a04401; font-size: 70%; }

.terms { font-size: 70%; line-height: 1.3em; color: #999; }
	
#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: url(../images/general/background-header.jpg) no-repeat top;
	}
	
#flash-intro {
	width: 957px;
	height: 500px;
	margin: 0;
	padding: 0 0 0 3px;
	float: left;
	}

#content {
	width: 920px; /*ACTUAL WIDTH 960px*/
	height: auto;
	margin: 0;
	padding: 30px 20px;
	float: left;
	background: transparent url(../images/general/background-content.png) repeat-y 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: #f5f2cd;
	}
	
.still-images .space { margin: 0 20px 0 0; }
		
#footer {
	width: 960px;
	height: 165px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: transparent;
	}
	
#footer-info {
	width: 960px;
	height: 58px;
	margin: 0;
	padding: 0;
	top: -110px;
	position: relative;
	z-index: 2;
	border-top: 1px #a04401 solid;
	background-color: #362d0f;
	}
	
#footer #packshots {
	width: 145px;
	height: 165px;
	position: relative;
	z-index: 3;
	left: 810px;
	background-color: transparent;
	}
	
#footer p { 
	text-align: center; 
	color: #ffffff; 
	font-size: 280%; 
	text-transform: uppercase; 
	margin-bottom:0;
	margin-left:0;
	margin-right: 145px;
	margin-top:30px;
	}
	
#footer img { float: left; }

#footer .logos { margin: 8px 55px 0 0; }
	
	