@charset "utf-8";
/* CSS Document */

body
{
	font-family:Tahoma, Arial;
	font-size:12px;
	color:#CCCCCC;
	
	background-color:#333333;
}

a:link
{
	color:#DDDDDD;
	font-weight:bold;
}
a:visited
{
	color:#DDDDDD;
	font-weight:bold;
}
a:active
{
	color:#DDDDDD;
	font-weight:bold;
}
a:hover
{
	color:#FFFFFF;
	font-weight:bold;
}

.siteheader
{
	text-align:center;
	font-size:18px;
	font-variant:small-caps;
	width:800px;
}
.sitelogo
{
	text-align:center;
	color:#DDDDDD;
	font-weight:bold;
	font-size:34px;
	font-variant:small-caps;
	width:800px;
}

.sitemenu
{	
	text-align:center;
	background-color:#666666;
	width:800px;
}

.footer
{
	width:800px;
	text-align:center;
	background-color:#666666;
}

.donateleft
{
	text-align:left;
	margin-left:10px;
	width:590px;
	float:left;
}
.donateright
{
	text-align:center;
	float:right;
	margin-right:10px;
}
.donate
{
	display:inline-block;
	width:800px;
	background-color:#222222;
}
.ad
{
	text-align:center;
	width:800px;
	background-color:#222222;
}
.spacer
{
	width:800px;
	background-color:#222222;
}
.content
{
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	background-color:#222222;
}
.updateheader
{
	width:400px;
	font-weight:bold;
	background-color:#555555;
}
.updatecontent
{
	background-color:#444444;
}
.maincontent
{
	display:inline-block;
	background-color:#222222;
}