/*Css for the background*/
body
{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background: white;
	font-family: Tahoma, Lucida Grande, sans-serif;
	background: black;	
}

div.main
{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	color: white;
}

div.header
{
	width: 998px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #ff6600;
	height: 80px;
}

h1, h2, h3, h4, h5, h6, p, ul, li
{
	margin-top: 3px;
	margin-left: 5px;
	padding-left: 3px;
	margin-right: 3px;
}

h1
{
	font-size: 30px;
}

h2
{
	font-size: 26px;
}

h3
{
	font-size: 24px;
}

h4
{
	font-size: 20px;
}

h5
{
	font-size: 18px;
}

h6
{
	font-size: 16px;
}

p, ul, li
{
	font-size: 12px;
}

div.header
{
	margin-bottom: 0px;
	border-style:solid; 
	border-width:1px; 
	border-bottom: none;
}

div.maincontainer
{
	float: left;
	background-color: beige;
	margin-bottom: 0px;
	margin-top: 70px; 
	margin-right: auto; 
	margin-left: auto; 
	width: 100%;
}

div.leftbox
{
	float: left;
	width: 700px;
}

div.rightbox
{
	float: left;
	width: 198px;
	border-style:solid;
	border-width:1px;
	border-top: none;
}

div.footer
{
	clear: both;
	background-color: orange;
	margin-top: 0px;
	border-style:solid;
	border-width:1px;
}