body {
	background-image: url(images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#mainArea {
	background-color: #333333;
	background-position: left;
	width: 844px;
	text-align: left;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #FFFFFF;

}
h1 {
	color: #FFCC00;
	padding-left: 10px;

}
.nav {
	float: left;
	width: 215px;
	padding-top: 10px;
	padding-left: 10px;
}
.news {
	float: right;
	width: 600px;
}
.foot {
	clear: both;
	padding: 30px 10px 10px;

}
a:link {
	color: #FFCC00;
	text-decoration: underline;
}
a:visited {
	color: #CC9933;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: underline;
}
td {
	color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	padding: 4px;
	font-size: 12px;
}
