#header {
	float: left;
	width: 99%;
}
#leftcol {
	float: left;
	width: 15%;
	margin-right: 2%;
}

#centercol {
	float: left;
	width: 65%;
}

#rightcol {
	float: left;
	width: 15%;
	margin-left: 2%;
}
#footer {
	float: left;
	width: 99%;
	text-align: center;
	color: #CCC;
}
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	color: #CCC;
}
a:link	{
	COLOR: #09F;
	TEXT-DECORATION: none;
}
a:visited {
	COLOR: #63F;
	text-decoration: none;
}
body {
	background-color: #000;
}
#rightcol a:link	{
	color: #3F0;
	text-decoration: none;
}
#rightcol a:visited	{
	color: #F00;
	text-decoration: none;
}
h3 {
	font-style: italic;
	color: #FFF;
}
#rotating-item-wrapper {
	position: relative;
	width: 65%;
	height: 375px;
	text-align: center;
}
.rotating-item {
	display: none;
	position: absolute;
	margin-left: 0%;
	margin-right: 0%;
}
h4 {
	color: #06F;
}
ul
{
    list-style-type: none;
	margin: 5px;
	padding: 5px;
}