/* Structure CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif) #901f02 repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}

#Center {
	margin: 0 auto;
	width: 900px; 
}

#Page {
	margin: 36px 0 0 0;
}

#Logo {
	float: left;
	width: 272px;
	height: 90px;
	padding: 33px 0 0 104px;
	background: url(../images/logo-bg.gif) no-repeat top left;
}

#TopNav {
	float: left;
	width: 524px;
	height: 38px;
	padding: 85px 0 0 0;
	background: url(../images/topnav-bg.gif) no-repeat top left;
	text-align: right;
}

#MainNav {
	clear: left;
	width: 812px;
	height: 38px;
	padding: 0 0 0 126px;
	background: url(../images/mainnav-bg.gif) no-repeat top left;
}

#ContentTop {
	clear: left;
	width: 900px;
	padding: 0 0 40px 0;
	background: url(../images/index-bottom-bg.gif) #ffffff no-repeat bottom left;
}

#Content {
	margin: 20px 0 0 0;
	padding: 30px 0 0 0;
	background: url(../images/index-top-bg.gif) no-repeat top left;
}

#ContentLeft {
	width: 247px;
	float: left;
	padding: 0 30px 0 30px;
}

#ContentRight {
	width: 492px;
	float: left;
	border-left: 1px solid #cccccc;
	padding: 0 65px 0 35px;
}

#ContentClear {
	clear: left;
}


/* IndexSpecific */


#IndexTopNav {
	float: left;
	width: 524px;
	height: 123px;
	padding: 0 0 0 0;
	background: url(../images/index-topnav-bg.gif) no-repeat bottom left;
	text-align: right;
}

#IndexContentTop {
	clear: left;
	width: 900px;
	padding: 0 0 0 0;
	background: url(../images/index-bottom-bg.gif) #ffffff no-repeat bottom left;
}

#IndexContent {
	margin: 20px 0 0 0;
	background: url(../images/index-top-bg.gif) no-repeat top left;
}



/* Footer Area */

#Footer {
	padding: 0 0 10px 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}

#FooterLinks {
	height: 25px;
	padding: 10px 0 0 0;
}

