body
{
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 100%;
	color: #DD5911;
	background-color: #EACB8B;
	line-height: 120%;
	margin-top: 50px;
}

img
{
	border: 0px;
}

a:active, a:visited, a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

h1 {
	color: white;
}



#container
{
	width: 860px;
	height: 530px;
	border:1px solid #405924;
	margin: 0px auto;
	background: #DD5911;
}

#container2
{
	width: 830px;
	height: 500px;
	border:1px solid #405924;
	margin: 15px auto;
	background: #EACB8B;
}

#left
{
	float: left;
	width: 254px;
	height: 500px;
}

#lefttop
{
	width: 254px;
	height: 120px;
	font-family: arial;
	font-size: 12pt;
}

#leftbottom
{
	width: 254px;
	height: 260px;
}

#right
{
	float: right;
	width: 574px;
	height: 500px;
	border-left: 1px #EACB8B solid;
}

.overflow
{
	float: right;
	overflow: auto;
	width: 570px;
	height: 500px; 
}

#textpadding
{
	padding: 10px;
}

#footer
{
	width: 860px;
	margin: 0px auto;
	padding: 5px;
	text-align: right;
	color: #385021;
}