#container{
	background-color:#fff;
	float:left;
	width:500px;
	border-left:150px solid #ddd; /* The width and color of the left rail */
	border-right:150px solid #ddd; /* The width and color of the right rail */
}
#leftRail{
	float:left;
	width:150px;
	margin-left:-150px;
	position:relative;
}
#leftnav {	
padding:10px 0 10px 10px;
}
#center{
	float:left;
	width:500px;
	margin-right:-500px;
}
#rightRail{
	float:right;
	width:150px;
	margin-right:-150px;
	position:relative;
}
#header {
width:800px;
}
#footer {
clear:both;
padding: .2em;
color: #fff;
background:#369;
border-top: 1px solid #666;
font-size: 0.65em;
text-align:center;
}

#wrapper {
width:800px;
margin:0 auto;
color:black;
}
body {
background-color:#000;
color:white;
font-family:verdana,arial,sans-serif;
}
#top
{
	background-color:#fff;
	border-bottom:1px solid #000000;
}
.beta {
text-align:right;
padding-top:5px;
margin-right:10px;
padding-bottom:0;
color:#0000ce;
font-size:0.7em;
float:right;
line-height:1.0;
}
.beta p {
margin:4px 0 0 0;
padding:0;
color:#0000ce;
font-weight:bold;
font-size:1.0em;
}
/* footer stuff */

#navcontainer8 ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
margin-left:180px;
}

#navcontainer8 ul li
{
display: block;
float: left;
xtext-align: center;
xpadding: 0;
xmargin: 0;
}
#navcontainer8 ul li#active a{
background:#603;
}
#navcontainer8 ul li a
{
background: #336699;
width: 70px;
height: 18px;
border-top: 1px solid #f5d7b4;
border-left: 1px solid #f5d7b4;
border-bottom: 1px solid #f5d7b4;
border-right: 1px solid #fff;
padding: 0;
margin: 0 0 10px 0;
color: #ffffff;
text-decoration: none;
display: block;
text-align: center;
font: normal 9px/14px  verdana, arial, sans-serif;
}
#navcontainer8 ul li a:hover
{
color: #fff;
background: red;
}

#rightnav
{
float: right;
width: 140px;
margin: 0;
padding: 5px 5px 0 5px;
}
#rightnav img {
border:1px solid white;
}
/* right column stuff */
.xsnazzyleft div {
color:white;
text-align:center;
background:#603;
font-size:0.7em;
padding:1px 0 4px 4px;
margin:0;
line-height:1;
border-bottom:1px solid white;
letter-spacing:0em;
}
.background {
background-color:#369;
color:#fff;
font-weight:bold;
font-style:italic;
}