 #body {
 background-color: #000000;
 margin-top: 0px;
 }

 #container {
 margin: 0 auto;
 width: 1200px;
 }
 
 #splash {
 width: 1200px;
 height: 441px;
 background-image:url(images/splash.jpg);
 margin-right: 150px;
 }
  
 #nav {
 width: 1050 px;
 height: 66px;
 background-color:#3B0000;
 } 
 
 #player {
 width: 1200 px;
 margin-left: 250px;
 margin-top: 25px;
 }

 #footer {
  width: 1200px;
  height: 100px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  }
 
#container2 {
 margin: 0 auto;
 width: 900px;
 background: #fff;
 }

#header2{
 background: #ccc;
 width: 900px;
 height: 100px;
 background-image:url(images/header2.jpg);
 background-repeat:no-repeat;
 }

#header2 h1 { margin: 0; }

#navigation2 {
	float: left;
	width: 900px;
	height: 24px;
	background: #663300;
	position:absolute;
 }


#navigation2 ul li {
 list-style-type: none;
 display: inline;
 }

#navigation2 li a {
 display: block;
 float: left;
 color: #fff;
 text-decoration: none;
 width:inherit;
 }

#navigation2 li a:hover { background: #FF9933; }

#navigation2 ul .item{display:none;}

#navigation2 ul:hover .item{display:block;padding:1px;margin:1px;}

#navigation2 ul:hover .item a{color:#fff;text-decoration:none;}

#navigation2 ul:hover .item a:hover{color:#fff;}

#navigation2 ul{float:left;margin:0px;padding-left:10px;padding-right:10px;background:#663300;list-style:none;}

.clear{clear:both;height:10px;}

#content-container {
 float: left;
 width: 900px;
 }

#content {
 clear: left;
 float: left;
 width: 540px;
 padding: 20px 0;
 margin: 0 0 0 30px;
 display: inline;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:16px;
 }
 
 #subcontent {
 clear: left;
 float: left;
 width: 840px;
 padding: 20px 0;
 margin: 0 0 0 30px;
 display: inline;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:16px;
 }
 
 #content2 {
 clear: left;
 float: left;
 width: 800px;
 padding: 20px 0;
 margin: 0 0 0 30px;
 display: inline;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:16px;
 }
 
 #postercontent {
 clear: left;
 float: left;
 width: 850px;
 padding: 0px 0;
 margin: 0 0 0 0px;
 display: inline;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size:16px;
 }

#content h2 { margin: 0; }

#aside {
 float: right;
 width: 283px;
 padding: 20px 0;
 margin: 0 20px 0 0;
 display: inline;
 }

#aside h3 { margin: 0; }

#footer2 {
 clear: left;
 background: #F0C306;
 text-align: right;
 padding: 20px;
 height: 1%;
 }
 
 #subnav {
	width: 475px;
	height: 34px;
	padding-top: 10px;
	float:right;
	position:absolute;
	top: 141px;
	color: #6633000;
	
 }
 
 #subnav ul li {
 list-style-type: none;
 display: inline;
 }

#subnav li a {
 display: block;
 float: left;
 color: #663300;
 text-decoration: underline;
 width:inherit;
 padding-left: 5px;
 }
 
 #subnav li a:hover {
 color: #FF9933;
 text-decoration:none;
 }
 
 #nav li a:hover { background: #FF9933; }
 
 #pointlesscontainer {
 height: 100px;
 width:1200px;
 background-image:url(images/header2.jpg);
 background-repeat:no-repeat;
 }
 
 #yetanotherpointlesscontainer {
 width:1200px;
 }

