html
{
font: 12pt "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
color: #ffffff;
}
body
{
	background-color:#000000;
	height:100%;
}
a
{
color:#ffdb0e;
font-weight:bold
}

.clear
{
clear: both;
}
div#container
	{
	width: 100%;
	}
div#topmenu li
{
	float:left;
	padding: 15px 0 0 0;
	list-style-type: none;
	text-transform: uppercase;
	}

	div#topmenu li a
	{
		margin: 0px 10px;
	}

	div#left
	{
	position: relative;
	float: left;
	width: 30%;
	}
	div#content
	{
	position: relative;
	float: left;
	width: 60%;
	}

