/* Structure CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bfb4b4;
	background: url(../images/bg.jpg) #280304 top left repeat-x;
}

/* Structural Areas */

#Preload {
	display: static;
	top: -999px;
	position: absolute;
}

#Shell {
	margin: 0 auto;
	background: url(../images/sub-bg.jpg) top center no-repeat;
}

#Page {
	width: 910px;
	margin: 0 auto;
}

/* Secondary Specific Areas */

#MainColumns {
}

#LeftColumn {
	width: 205px;
	float: left;
}

#RightColumn {
	width: 705px;
	float: left;
}

#ClearColumns {
	clear: left;
}

#Location {
	padding: 70px 0 0 5px;
	background: url(../images/location-bg.gif) top left no-repeat;
}


/* Footer Area */

#FooterShell {
	margin: 0 auto;
	background: url(../images/footer-shell-bg.gif) top left repeat-x;
}

#IndexFooter {
	width: 910px;
	margin: 0 auto;
	text-align: center;
	color: #b0a193;
	background: url(../images/index-footer-bg.gif) #000000 top left no-repeat;
}

#Footer {
	width: 910px;
	margin: 0 auto;
	text-align: center;
	color: #b0a193;
}
