body {
	
}

#wrapper {
	width: 1028px;
	margin: 0 auto;
	margin-top: 10px;
}

#left {
	float: left;
	width: 125px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

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

#inner_content {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#footer {
	clear: both;
	width: 1028px;
	background-image: url(../images/FooterBackground.png);
	background-repeat: no-repeat;
	text-align: center;
}

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

#wrapper_intro {
	width: 720px;
	margin: 0 auto;
	margin-top: 10px;
}

#main_content_intro {
	width: 720px;
	float: left;
}

#inner_content_intro {
}

#footer_intro {
	clear: both;
	width: 720px;
	background-image: url(../images/FooterBackground.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 15px;
}

#disclaimer_intro {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
