body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #000;
}

a:link
{
	text-decoration: none;
	color: #fc0;
}

a:visited
{
	color: #c00;
	text-decoration: none;
}

a:hover { color: #f00; }

a img {border: none;}

#wrapper
{
	text-align: center;	
	margin-top: 5px;
	width: 960px;
	margin: 0px auto;
	margin-top: 100px;
}

#left
{
text-align:right;
	width: 300px;
	float: left;
	margin-top: 110px;
}

#center
{
	position: relative;
	width: 320px;
	float: left;
	text-align: center;
	min-width: 310px;
}

#right
{
	width: 300px;
	float: right;
	position: relative;
}

#footer { font-size: 9px; }

.leftad {width: 336px; margin: 0px auto;}

.clear
{
	width: 0;
	height: 1px;
	clear: both;
}