body {
	background-color: #000000;
	margin: auto;
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	color: #ffa400;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fffaad;
}
a:hover {
	text-decoration: none;
	color: #fffaad;
}
a:active {
	text-decoration: none;
	color: #ffa400;
}

.NavMenu
{
	color: #FFFFFF;
	width: 124px;
	font-size: 12px;
	margin-bottom: 10px;
}

.NavMenu table
{
	background-image: url(images/menu-mid.jpg);
	width: 100%;
	text-align: left;
}

.NavMenu a
{
	color: #CCCCCC;
}

.NewsDate
{
	font-style: italic;
	text-align: left;
}

.NewsHeadline
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.NewsEntry
{
	width: 516px;
}

.NewsHeaderBar
{
	height: 40px;
	background-image: url(images/ContentHead.png);
	background-repeat: no-repeat;
	width: 100%;
	text-align: left;
}

.NewsFooter
{
	height: 5px;
	background-image: url(images/ContentBoxBottom.png);
	background-repeat: no-repeat;
}

.NewsContent
{
	vertical-align: top;
	background-image: url(images/ContentMid.png);
	background-repeat: repeat-y;
	font-size: 11px;
}

.NewsContent td
{
	font-size: 11px;
}

.smalltable td 
{
	font-size: 11px;
	vertical-align: top;
}

.whitetable
{
	background-color: White;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
}

.whitetable td
{
	font-size: 11px;
	vertical-align: top;
	color: Black;
	text-align: left;
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
}

.whitetable td a
{
	color: #000000;
	text-decoration: underline;
}

.whitetable img
{
	text-align: center;
}

.whitetable th
{
	color: Black;
	text-align: left;
}

.GuildTable td
{
	text-align: left;
	background-color: #000000;
	width: 100%;
	border-width: 0px;
	font-size: 11px;
}

.GuildList
{
	text-align: left;
}

.GuildList a
{
	font-weight: bold;
}

.GuildList img
{
	text-align: center;
}

.GuildList table
{
	width: 100%;
}

#Wrapper
{
	position: relative;
	width: 716px;
	text-align: center;
	margin: auto;
}

#Footer 
{
	position: absolute;
	bottom: 0;
	width: 716px;
	height: 50px;
}