html{
	overflow-y: scroll;
}

body {
	margin: 0 auto;
	padding: 0px;
	background: #272727 url('img/bg.jpg') 0 0 no-repeat fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 120%;
	text-align: center; /* center alignment of whole site for IE55 */
	width: 972px;
}

#page {
	margin: 20px 0 0px 0;
	width: 972px;
	text-align: left; /* default text-align set back to left */
}

/* =============================================
 * HEADER
 * ============================================= */

#header-section {
	position: absolute;
	top: 0;
	margin: 20px 0px 0px 0px;
	width: 972px;
	display: block;
	clear: both;
}

#header-section #logo {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}


/* =============================================
 * PAGE INTRO
 * ============================================= */

#page-intro-section {
	background: url('img/bg_page-intro_shadow.png') 0px 45px no-repeat;
	padding: 45px 0px 0px 0px;
	margin: 0px;
	line-height: 1%;
	width: 100%;
	border: 0px;
}

/* =============================================
 * NAVIGATION
 * ============================================= */
 
#navigation-section {
	clear: both;
	margin: 0px;
	padding: 0px 9px;
	line-height: 1%;
	height: 1%;	
	background: url('img/bg_content_shadow.png') left top repeat-y;
}

/* =============================================
 * CONTENT
 * ============================================= */

#content-wrap-section {
	padding: 26px 29px 0px 29px;
	margin: 0px 0px 0px 0px;
	background-color: #fcfcfb;
	height: 1%;
	background: url('img/bg_content_shadow.png') 0 0 repeat-y;
}
#content-wrap-bottom { 
	background: url('img/bg_content_bottom_shadow.png') 0 0 no-repeat;
	height: 9px;
	margin: 0px 0px 25px 0px;
}

.standardpage #content-wrap-section { min-height: 300px; }
.eventsearch #content-wrap-section { padding: 12px 30px 0px 30px; }

#content-wrap-section.no-wrap {
	padding: 0px 9px 0px 9px;
}


#content-section {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 1%;
	background: #fcfcfb;
	border: 0px;
}

#marginal-section {
	float: left;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}


.content-cols #content-section {
	width: 529px;
	margin: 0px 87px 0px 0px;
}
.content-cols #marginal-section { width: 298px; }
.no-marginal-col #content-section { 
	width: 683px; 
	float: none;
}
.no-marginal-col #marginal-section { display: none; }

/* =============================================
 * FOOTER
 * ============================================= */

#footer-section {	
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
}


/* =============================================
 * B2B
 * ============================================= */

.b2b #page { margin-top: 0px; }

.b2b #page-intro-section { 
	padding-top: 30px;
	background:transparent url(img/bg_page-intro_shadow_b2b.png) no-repeat scroll 0px 21px; 
}

.b2b #header-section {
	position: relative;
}

.b2b #marginal-section { 
	background: #dddcdc; 
	margin-right: 10px;
	padding: 18px 20px 0px 20px;
	width: 258px;
	margin-bottom: 30px;
}
.b2b .content-cols #content-section { 
	margin: 0px 0px 30px 0px;
	padding-right: 150px;
	width: 455px;
	float: right;
}

#page-subfooter {
	clear:both;
	text-align:center;
	margin:-2px auto 0 auto;
	padding:3px 15px;
	background:#909090;
	background:#fff;
	border:3px solid #000;
	color:#000;
	height:18px;
	overflow:hidden;
	font-size:11px;
}
#footer-section #page-subfooter * {
	color:#000;
}
#footer-section #page-subfooter a {
	text-decoration:none;
	color:#000;
}
#footer-section #page-subfooter a:focus,
#footer-section #page-subfooter a:hover,
#footer-section #page-subfooter a:focus *,
#footer-section #page-subfooter a:hover *{
	text-decoration:underline;
}                                                                                                                                                                                       
