body {
	padding:0;
	margin:0;
	height:100%;
}

#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid black;
	background: url(../images/RepeatingBackground.jpg) repeat-y;
}

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

#right {
	float: right;
	width: 200px;
}

#left {
	float: left;
	width: 200px;
}

#main_content {
	width: 550px;
	margin-left: 200px;
	margin-right: 200px;
	background: white;
}

#inner_content_home {
	width: 550px;
	height: 680px;
	background-image: url(../images/HomeCollage.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#inner_content {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#home_content {
	height: 680px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

#footer {
	clear: both;
	width: 550px;
	height: 80px;
	text-align: center;
	color: #670001;
	font-size: 1em;
	font-weight: bold;
	background-image: url(../images/Footer.png);
	background-repeat: no-repeat;
	position: relative;
	margin-top: 30px;
}


#footer_home {
	width: 550px;
	height: 80px;
	background-image: url(../images/Footer.png);
	background-repeat: no-repeat;
	margin-top: -60px;
	text-align: center;
	color: #670001;
}

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