body
{
	background: #000000 url(../images/background_body.jpg) no-repeat top center;
	color: #ccc;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
}

a
{
	color: #FFAA00;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
}

#container
{
	background: #000000 url(../images/background_container.gif) repeat-y top center;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 30px 0px 30px;
	border-bottom: 1px solid #3D3D3D;
}

#banner
{
/*	background: #333333 url(../images/background_banner_1.jpg) repeat-y top center;*/
	background-color: #333333;
	width: 960px;
	height: 300px;
}

.separator
{
	background: #000000 url(../images/background_separator.gif) repeat-x top left;
	height: 50px;
}

#menu
{
	list-style:none;
	height:50px;
	display:block;
	overflow:hidden;
}

#menu li
{
	float:left;
	overflow:hidden;
	padding: 10px;
	line-height: 15px;
}

#menu small
{
	color: #666;
	font-size: 12px;
}

.threecolumn img
{
	border: 1px solid transparent;
}

.threecolumn img:hover
{
	border: 1px solid #fa0;
}

.column_1, .column_2, .column_3
{
	background: #1D1D1D url(../images/background_column_1_wide.png) no-repeat top center;
	width: 260px;
	height: 290px;
	padding: 10px 30px 10px 30px;
}

.column_2
{
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 10px 29px 10px 29px;
}

.column_1 p, .column_2 p, .column_3 p
{
	color: #666666;
	background: #1D1D1D url(../images/background_subtext.gif) no-repeat bottom center;
	text-align: center;
	height: 18px;
	font-size: 11px;
}

.twocolumn
{
	background-color: #1D1D1D;
}
.column_content
{
	background: url(../images/background_column_2_wide.png) no-repeat top center;
	width: 580px;
	padding: 10px 30px 10px 30px;
	line-height: 15px;
}

.column_vote
{
	background: url(../images/background_column_1_wide.png) no-repeat top center;
	width: 279px;
	padding: 10px 20px 10px 20px;
	border-left: 1px solid black;
	text-align: center;
}

#footer
{
	padding: 20px 30px 20px 30px;
}

.online
{
	color: #00FF00;
}

.offline
{
	color: #FF0000;
}

.current
{
	color: #FFFFFF;
}

h2
{
	color: #FFFFFF;
	text-align: left;
	font-size: 15px;
}

.column_content p
{
	color: #FFFFFF;
}

#donations fieldset
{
	background: #333;
	border: 1px solid #BBBABA;
	padding: 10px;
}

#donations legend
{
	color: #FFF;
	font-size: 16px;
	font-weight: bold; 
	margin: 0 3px;
}

#donations small
{
	color: #aaa;
	font-size: 10px;
}
