body {
	background: #145593 url(../images/background.gif) no-repeat;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	border: 2px solid white;
	background: #fff url(../images/wrapper.jpg) no-repeat;
}

#header {
	display: block;
	width: 800px;
	height: 159px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	position: relative;
}

#left {
	float: left;
	width: 200px;
	background-color: #145593;
	margin: 25px;
}

#main_content {
	width: 500px;
	float: left;
}

#inner_content {
	margin-top: 25px;
}

#footer {
	clear: both;
	width: 800px;
	padding-top: 20px;
	text-align: center;
	color: #C1F147;
	height: 35px;
	background-color: #145593;
}

#disclaimer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
