body 	{
	background-color:#000000;
	}

a:link {color:#2f2f2f}      /* unvisited link */
a:visited {color:#2f2f2f}  /* visited link */
a:hover {color:#2f2f2f}  /* mouse over link */
a:active {color:#2f2f2f}  /* selected link */

p 	{
	color: #ffffff;
	}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1050px;
}

#header {
	margin: 0 0 15px 0;
	background: #000000;
}

#side-a {
	float: left;
	width: 5px;
}

#side-b {
	float: right;
	width: 435px;
}

#content { 
              width: 485px;
	float: left;
	width: 46%;
}

#footer {
	clear: both;
	background: #000000;
	color: #2f2f2f;
	text-align: center;
	font-face: verdana;
}


