body
{
	font-family: century gothic, lucida bright;
	font-size: 80%;
	color: #000;
	background: gray;
	line-height: 150%;
	margin-top: 70px;
}

img
{
	border: 0px;
}

a:active, a:visited, a:link
{
	color: #335522;
	text-decoration: none;
}

a:hover
{
	color: #33FF66;
	text-decoration: none;
}

#container
{
	width: 860px;
	height: 530px;
	background: #335522;
	border:1px solid rgb(250,150,0);
	margin: 0px auto;
	
}

#container2
{
	width: 830px;
	height: 500px;
	background: #fff;
	border:1px solid rgb(250,150,0);
	margin: 15px auto;
	
}

#left
{
	float: left;
	width: 257px;
	height: 500px;
        background: #000;
}

#lefttop
{
	width: 257px;
	height: 173px;
	font-family: century gothic;
	font-size: 12pt;
}

#leftbottom
{
	width: 257px;
	height: 327px;
        
}

#right
{
	float: right;
	width: 572px;
	height: 500px;
	border-left: 1px solid #000;
        font-family: century gothic;
        font-size: 11pt;
        
}

.overflow
{
	float: right;
	overflow: auto;
	width: 572px;
	height: 500px; 
}

#textpadding
{
	padding: 10px;
}

#footer
{
	width: 760px;
	margin: 0px auto;
	padding: 5px;
	text-align: right;
	color: #385021;
}