html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background:url(bg_body.jpg) repeat-x #FFFFFF;
}

a 			{ color:#D6A200; text-decoration:none; }
a:hover		{ color:#000000; text-decoration:underline; }

#altNav a	   	{ color:#B4B4B4; text-decoration:none; }
#altNav a:hover { color:#D6A200; text-decoration:underline; }

.subnavContent a		{ color:#858585; text-decoration:none; }
.subnavContent a:hover	{ color:#ba9955; text-decoration:underline; }

#footerContent a	   { color:#FFFFFF; text-decoration:none; }
#footerContent a:hover { color:#D6A200; text-decoration:underline; }

#bodyContainer {
	position: relative;
	min-height: 100%;
	background:url(bg_main.jpg) no-repeat top;
}

#structureContent h1 {
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	display:inline;
}

/* HEADER*/
#headerContainer {
	width: 100%;
	height: 109px;
}
#headerContent {
	margin: 0 auto;
	width: 946px;
	height: 109px;
}
#logo {
	float:left;
	height: 109px;
}
#altNav {
	float:right;
	font-size:16px;
	text-align:right;
	color:#B4B4B4;
	padding:9px 12px;
}

/* NAVIGATION */
#menuContainer {
	width: 100%;
	height: 28px;
	margin: 0px auto;
}
#menuContent {
	margin: 0 auto;
	width: 595px;
	height: 100%;
	padding:0px 3px 0px 348px;
}
#menuContent ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 595px;
	height: 28px;
	list-style-type: none;
}
#menuContent li {
	float: left;
}



/* CONTENT */
#contentContainer {
	width: 100%;
	margin: 0px auto;	
	padding-bottom:10px;
}
#content {
	margin: 0 auto;
	width: 946px;
}
/* LEFT */
#contentLeft {
	float:left; 
	padding-top:243px;
	width:230px;
}
#signup {
	padding:17px 23px;
	background:url(bg_signup.jpg) repeat-x;
}
/* RIGHT */
#contentRight {
	float:left; 
	padding-top:228px;
	width:716px;
}
#structure {
	background:url(bg_structure.jpg) no-repeat;
	height:64px;
}
#structureContent {
	padding: 27px 15px 0px 40px;
}
#mainContent {
	padding: 15px 40px;
	background:url(bg_content.jpg) no-repeat top right;
}

/* FOOTER */
#footerContainer {
	margin: 0 auto;
	width: 100%;
	height: 77px;	
	background: url(bg_footer.jpg) repeat-x top;
}
#footerContent {
	margin: 0 auto;
	width: 946px;	
	font-size:11px;
	color: #FFFFFF;
}
#footerLeft {
	padding:18px 10px 3px 10px;
	float:left; 
}
#footerRight {
	float:right; 
}

/* CLASSES */
.clearIt {
	clear: both;
}
.subnavOn {
	background: url(bg_subnav_on.jpg) no-repeat top right;
	height:35px;
}
.subnavOff {
	background: url(bg_subnav_off.jpg) no-repeat top right;
	height:35px;
}
.subnavContent {
	padding: 10px 10px 0px 21px;
	font-size:13px;
	color:#FFFFFF;
}