* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:0;
	margin:0;
	color:#595959;
}

body {
	text-align:center;
	background-color:#353535;
}

#content_wrap{
	width:903px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:left;
	background: url("../images/mainContent_bg.gif") repeat-y left top;
}

#header{
	width:903px;
	height:31px;
	padding-top:17px;
	background: url("../images/header_bg.gif") no-repeat left top;
	text-align:center;
}

#sub_header {
	width:903px;
	height:83px;
	float:none;
	margin-bottom:0px;
	background:#fff;
}

#logo{
	width:214px;
	float:left;
}

#main_navi {
	width:503px;
	height:65px;
	float:left;
	padding-left:4px;
	padding-top:18px;
}

#sub_header_right{
	width:182px;
	text-align:center;
	padding-top:20px;
	height:63px;
	float:left;
}

#top_spacer{
	width:903px;
	height:4px;
	background:url("../images/top_spacer_bg.gif") no-repeat left top;
	float:none;
}

#main_content {
	width:903px;
	background: url("../images/mainContent_bg.gif") repeat-y left top;
	height:100%;
}

#left_column{
	width:214px;
	float:left;
}

#main_column {
	width:475px;
	float:left;
	padding:15px;
	padding-top:0px;
}

* html #main_column {
	width:475px;
	float:left;
	padding:15px;
	padding-top:0px;
	margin-left:-10px;
}

#right_column{
	width:150px;
	padding-top:15px;
	padding-left:10px;
	float:left;
}

* html #right_column{
	width:150px;
	padding-top:15px;
	padding-left:15px;
	margin-left:-5px;
	float:left;
}


#footer {
	width:903px;
	background: url("../images/footer_bg.gif") no-repeat left top;
	background-color:#353535;
	text-align:center;
	padding-top:15px;
}

#footer a{
	margin-right:10px;
	color:#D1D1D1
}

#footer a:hover{
	margin-right:10px;
	color:#cd392d;
}

#sub_footer {
	width:903px;
	height:15px;
	background-color:#353535;
	text-align:center;
	padding-top:15px;
}

#sub_footer a{
	margin-right:10px;
	color:#D1D1D1
}

#sub_footer a:hover{
	margin-right:10px;
	color:#cd392d;
}




