@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/TopBack.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #790000;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}




/* Intro  -------------------- */


#MainContainer {
	width: 1130px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#TopHeader {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	background-image: url(images/HeaderDivider.png);
	background-repeat: no-repeat;
}

#ContentContainer {
	width: 1130px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/ThatchBack.jpg);
	background-repeat: no-repeat;
}

#Content {
	width: 960px;
	height: 530px;
	margin-left: auto;
	margin-right: auto;
}

#IntroContent {
	width: 720px;
	height: 435px;
	float: left;
}

#Spacer {
	width: 120px;
	height: 435px;
	float: left;
}

#Divider {
	width: 960px;
	height: 50px;
	clear: both;
}



