/* CSS Document */

html, body {
	background: url(../images/background_body_2.jpg) left top repeat;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	margin:0;
    padding:0;
}

.clear {
	clear: both;
}

/* STRUCTURAL CSS */
#wrapper {
	background: url(../images/background_wrapper.gif) left top repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-left: auto;
	margin-right: auto;
	width: 929px;
	text-align: left;
	position: relative; 
}

#page {
	background-color: #FFF;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin-left: auto;
	margin-right: auto;
	width: 921px;
	text-align: left;
	position: relative;
	top: 3px;

}

#topBanner {
	background: url(../images/banner_bg.gif) left top repeat-x;
	padding: 0;
	margin: 0;
	width: 921px;
	height: 90px;
}

#navigation {
	background: url(../images/background_nav.gif) left top repeat-x;
	height: 40px;
	width: 921px;
	color: #FFF;
	padding: 0;
	margin: 0;
}

#navBottom {
	background-color: #e5cd00;
	height: 12px;
	width: 921px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #fff;
}

#flashElement {
	width: 921px;
	height: 272px;
	padding: 0;
	margin: 0;
}

#indexContentWrapper {
	background: url(../images/indexcontent_bg.gif) left top repeat-x;
}

#indexContent {
	background: url(../images/indexcontentbottom_bg.gif) left bottom no-repeat;
	padding: 15px 0 0 0;
	font-size: 11px;
	line-height: 16px;
}

#mainContent {
	background: url(../images/maincontent_bg.gif) left top no-repeat;
	padding: 30px 0 0 17px;
	font-size: 11px;
	line-height: 16px;
}

#leftColumn {
	float: left;
	width: 250px;
	margin: 0 15px 0 15px;
	padding: 0 0 0 0;
}

#centerColumn {
	float: left;
	width: 335px;
	margin: 0 0 0 0;
	padding: 0 15px 0 15px;
	border-left: 1px solid #e5cd00;
	border-right: 1px solid #e5cd00;
}

#rightColumn {
	float: left;
	width: 250px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}

#rightColumn2 {
	float: left;
	width: 250px;
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	
}

#clear {
	clear: left;
	margin: 0;
	padding: 0;
}


#footer {
	background: url(../images/footer_bg.gif) left top repeat-x;	
	height: 32px;
	margin: 0;
	padding: 17px 0 0 0;
	text-align: center;
	width: 921px;
	font-size: 11px;
	line-height: 16px;
}
