body, td
{
	font-family: Verdana;
	font-size: 12px;
	color: #DDDDDD;
	line-height: 20px;
	text-align: justify;
}
body
{
	background-color: #130D0A;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
table.main
{
	width: 900px;
	background-color: #000000;
}
td.middle
{
	background-color: #000000;
	background-image: url('images/left.jpg');
	background-repeat: no-repeat;
	height: 250px;
	vertical-align: top;
}

a
{
	color: #FDFA00;
	text-decoration: none;
	font-size: 12px;
}
a:hover
{
	color: #6AC332;
	text-decoration: underline;
}
td.menu
{
	width: 250px;
	text-align: right;
	vertical-align: top;
	padding-top: 190px;
}
td.menu a
{
	border-bottom: 1px solid #111111;
}

.small
{
	font-size: 10px;
	color: #999999;
}

td.content
{
	width: 650px;
	padding: 20px;
	vertical-align: top;
	
}
td.footer a, td.footer
{
	color: #555555;
	text-align: center;
	font-size: 10px;
}
td.footer
{
	padding-top: 25px;
}
h1
{
	text-align: left;
	padding-left: 100px;
	font-size: 18px;
	line-height: 50px;
}
h2
{
	font-size: 14px;
	color:#FDFA00; 
}
