* {
	margin:0;
	padding:0;
	}

a {
	border:none;
	text-decoration:none;
	}

body {
	background:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px/14px;
	}

div#container {
	margin:20px auto;
	width:805px;
	border:1px solid #f4ca2c;
	}
	
div#header {
	background:#000 url(images/header.jpg) no-repeat;
	height:89px;
	width:805px;
	}

div#header h1 a {
	height:0;
	padding-top:89px;
	display:block;
	width:805px;
	overflow:hidden;
	}

div#content {
	width:805px; 
	}

/*div#content object {
	border-bottom:10px #f4ca2c solid;
	height:440px;
	}*/

div#footer {
	background:#000 url(images/footer.jpg) no-repeat;
	height:60px;
	width:805px;
	}

div#footer h1 {
	height:0;
	padding:60px;
	overflow:hidden;
	}
	

div#footer ul#menu {
	list-style:none;
	width:805px;
	}
	
div#footer ul#menu li {
	float:left;
	width:161px;
	margin:0;
	padding:0;
	}
	
div#footer ul#menu li a {
	display:block;
	height:0;
	padding-top:60px;
	overflow:hidden;
	}	
	
div#footer ul#menu li#story {background: url(images/story.jpg) no-repeat top center;}
div#footer ul#menu li#video {background: url(images/video.jpg) no-repeat top center;}
div#footer ul#menu li#map {background: url(images/map.jpg) no-repeat top center;}
div#footer ul#menu li#graphics {background: url(images/graphics.jpg) no-repeat top center;}
div#footer ul#menu li#timeline {background: url(images/timeline.jpg) no-repeat top center;}

div#footer ul#menu li#story a:hover {background: url(images/story.jpg) no-repeat center -60px;}
div#footer ul#menu li#video a:hover {background: url(images/video.jpg) no-repeat center -60px ;}
div#footer ul#menu li#map a:hover {background: url(images/map.jpg) no-repeat center -60px;}
div#footer ul#menu li#graphics a:hover {background: url(images/graphics.jpg) no-repeat center -60px;}
div#footer ul#menu li#timeline a:hover {background: url(images/timeline.jpg) no-repeat center -60px;}

	

p.floatleft {
	float:right; 
	width:400px;
	border-bottom:#54a5cf solid 1px;
	margin-left:10px;
	}

p.floatleft {
	font-size:14px;
	font-style:italic;
	}

div#content div#story {
	padding:10px;
	background:#fff;
	height:450px;
	overflow:scroll;
	}

div#content div#story p {
	margin-bottom:10px;
	}


div#content div#story h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#54a5cf;
	margin-bottom:20px;
	}
	
div#content div#story h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#54a5cf;
	margin-bottom:10px;
	}