@charset "UTF-8";
#Container {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
body {
	background-color: #240830;
	margin-top: 0px;
	margin-left: 0px;
}
#Header {
	background-image: url(images/header-background.jpg);
	height: 123px;
}
.image-bottom {
	background-image: url(images/nav-below.jpg);
	background-repeat: no-repeat;
	height: 40px;
}
.left-column {
	float: left;
	width: 280px;
	margin-bottom: 50px;
	margin-left: 40px;
}
.main-column {
	width: 520px;
	margin-left: 350px;
	margin-bottom: 50px;
}
.clearboth {
	clear: both;
}
.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.body-text-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #333333;
}
.body-text a {
	color: #240830;
}
a {
	color: #240830;
}
.image-flt-l {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
.neg-margin-top {
	margin-top: -33px;
}
#Container #Header #facebook {
	height: 30px;
	width: 30px;
	position: absolute;
	margin-left: 875px;
	margin-top: 85px;
}
