body
{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000;
	background-image: none;
	background-repeat: no-repeat;
}
#header
{
	float: left;
	height: 110px;
	width: 1000px;
}
#menubar
{
	float: left;
	height: 35px;
	width: 665px;
	padding-right: 90px;
	padding-left: 245px;
}
#container
{
	float: none;
	height: 900px;
	width: 1000px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}

#main
{
	float: left;
	height: 900px;
	width: 691px;
	padding-right: 109px;
	padding-left: 200px;
}
#content
{
	float: none;
	height: 900px;
	width: 741px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
img
{
	border-style: none;
}
#contentbox
{
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
