@charset "utf-8";
/* CSS Document */

html{
	margin: 0 auto;
	width: 1200px;
	height: 600px;
	background: black url(images/background2.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

#outer {height: 400px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */
/* optional: #inner[id] {position: static;} */

h3{
	color: #666666;
	padding: 0 0 0 12px;
}

h4{
	color: white;
	padding-left: 30px;
}
#wrapper{
	margin: 0 auto;
	width: 760px;
}	

#xmasbanner{
	margin: 0 auto;
	width: 760px;
	height: 50px;
	background: url(/images/xmasbanner.gif) no-repeat;	
}

#comments{
	margin: 0 auto;
	width: 760px;
	height: 60px;
	background: url(images/comments.gif) no-repeat;
}

#banner{
	margin: 0 auto;
	width: 760px;
	height: 120px;
	background: black url(images/logo.gif) no-repeat;
}

.spacer{
	margin: 0 auto;
	width: 760px;
	height: 1px;
	background-color: white;
	clear: both;
}

#menu{
	margin: 0 auto;
	float: left;
	width: 530px;
	height: 20px;
	background: #666 url(images/menu.gif) no-repeat;
}

#nav{
	margin: 0 auto;
	width: 530px;
}

ul li{
	display: inline;
	float: left;
	width: 66px;
	padding-top: 1px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: white;	
}

ul li a, ul li a:visited{
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: white;
}


#menusnav{width: 120px;}

#menusnav ul li a{
	display: block;
	float: left;
	width: 66px;
	padding: 10px 0px;
}


#content{
	margin: 0 auto;
	float: left;
	width: 530px;
	height: 300px;
	background: #333;
}

#content p{
margin: 10px;
}

#controls{
	margin: 0 auto;
	float: left;
	width: 530px;
	height: 20px;
	background: #666 url(images/controls2.gif) no-repeat;
}

#right{
	margin: 0 auto;
	float: right;
	width: 229px;
	height: 340px;
	background: #cdd091;
	border-left: white 1px solid;
}

#right p{
	padding: 5px;
}

#footer{
	margin: 0 auto;
	clear: both;
	width: 760px;
	height: 50px;
	padding-top: 1px;
	background: url(images/footer.gif) no-repeat;
	text-align: center;
}
