/* Structure CSS Document */

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

/* Structural Areas */

#Header {
	width: 850px;
	height: 202px;
	margin: 0 auto;
	background: url(../images/ad-bg.jpg) top left no-repeat;
	padding: 0;
}

#Page {
	width: 850px;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 0;
}


/* Secondary Specific Areas */

#MainColumns {
	margin: 0;
	padding: 0 25px 0 25px;
	background-color: #ffffff;
}

#LeftColumn {
	width: 225px;
	padding: 10px 25px 0 0;
	float: left;
}

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

#ClearColumns {
	clear: left;
}


#MenuNavigation {
	width: 560px;
	height: 35px;
	border-bottom: 4px solid #e0e0e0;
}

#MenuNavigationSignup {
	height: 35px;
	border-bottom: 4px solid #e0e0e0;
}

#Title {
	width: 560px;
}


/* Footer Area */

#FooterShell {
	width: 850px;
	margin: 0 auto;
	background: url(../images/footer-bg.gif) top left no-repeat;
	padding: 0;
}

#Footer {
	text-align: left;
	color: #cecece;
	padding: 20px 0 0 50px;
	font-size: 11px;
}
