body {
	margin:0;
	padding:0;
	height:100%;
	color:#000000;  
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image: url(../images/left_bg.png);
	background-repeat: repeat-x;
	background-color:#9faea4;
}

#rightHalf {
	background-image: url(../images/right_bg.png);
	background-repeat: repeat-x;
	background-color:#9faea4;
	width: 50%;
	position: absolute;
	right: 0px;
	height: 100%;
	z-index: -1;
}

#siteContainer { 	
	margin:0 auto;
	padding:0;
	width:900px;
	text-align:left;
	vertical-align: middle;	
	border:0;
}

#header {
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:90px;
	width:100%;
	background-image: url(../images/header_gradient.png);
	background-color:#ffffff;
	border:0;
}

#logo {
	float:left;
	height:90px;
	width:435px;
}

#navIcon {
	float:right;
	height:90px;
	width:95px;
	margin-right:10px;
	padding-top: 10px;
	font-size:10px;
	font-family: arial;
	text-align: center;
}

#leftColumn {
	float:left;
	margin:0;
	padding:0;
	width:180px;
	font-size:.9em;
	overflow:auto;
	background-image:url(../images/border_right_fading.png);
	background-repeat:no-repeat;
	background-position:top right;

}

#leftColumn a{text-decoration:none;color:#000;line-height:20px;}

#leftColumn a:hover{color:#989888;line-height:20px;}

#leftColumn img{margin-right:11px;}


#mainContentTop { 
	margin:27px 0 0 0;
	padding:0 0 0 0;
	height:10px;
	width:100%;
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
	border:0;
}

#mainContent { 	
	margin:0;
	padding:9px;
	padding-top:0;
	width:881px;
	text-align:left;
	vertical-align: middle;	
	background-color:#ffffff;
	border:0;
	overflow:auto;
}

#mainContentBottom { 
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:15px;
	width:100%;
	background-image: url(../images/content_bottom.png);
	background-repeat: no-repeat;
	border:0;
}

#featuredHolder {
	height:262px;
	margin:0;
	padding:0;
	overflow: hidden;
}

#featuredLeft {
	float:left;
	width:579px;
	height:262px;
}

#featuredRight {
	height:262px;
	float:left;
	width:302px;
	background-image: url(../images/featured_right.png);
	background-repeat: no-repeat;
	color: #fff;
}

#LoginWindow {
	position:relative;
	float:right;
	width:300px;
	margin:15px 5px 0 5px;
	padding:0 .7em .25em .7em;
	font-size:.9em;
	background-color:#ffffff;
	border:1px solid #cccccc;
}


#footer {
	position:relative;
	bottom:0;
	margin:15px 0 15px 0;
	padding:0;
	color: #fff;
	height:85px;
	text-align:center;
	font-size:11px;
}

#footer a
{
	color:#000000;
}


