body{
	background-color: #000000;
	
}
.navlist{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu */
}

.navlist li{
border-bottom: 1px solid black; /* white border beneath each menu item */
}

.navlist li a{
background: #330099 url(images/sexypanelright.gif) no-repeat right top; /*color of menu by default*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: #FFCC00;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.navlist li a:visited, .navlist li a:active{
color: FFCC00;
}

.navlist li a:hover{
background-color: #0055BB; /*color of menu onMouseover*/
color: yellow;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}
#outer{

padding:0;
	margin-top:0;
	position: absolute;
	top: 20px;
	width: 1000px;
	
	left: 50%;
	margin-left: -512px;
}
#wrapper {
	text-align: left;
	margin: 0px auto -1px auto;
	padding: 0px;
	border:0;
	width: 1000px;
	background-color: black;
}

#header {
	margin: 0 0 15px 0;
	background: black;
}

#side-a {
	padding-left: 10px;
	float: left;
	width: 200px;
	background-color: black;
}

#side-b {
	float: right;
	width: 200px;
	background-color: black;
}

#content { 
	color: white;
	float: left;
	width: 55%;
	
}
#content tr{
	color: white;
}
#content tr td{
	padding-right: 5px;
}
#content img{
		display: block;
    margin-left: auto;
    margin-right: auto; 

}
#footer {
	padding: 10px;
	clear: both;
	background: black;
	text-align: center;
	color: yellow;
}
div.displayed{
	text-align: center;
	

}

<!--[if IE]>

.navlist li a{ /* Menu link width value for IE */
width: 100%;
}

<![endif]-->
