body{
	background-color:#F5F5F3;
}

/*outer houses container*/
#outer{
	margin: auto;
	background-image : url(/uploads/61002//template_img/trek/background.jpg);
	background-repeat : repeat-y;
	/*border:1px solid lime;*/
}
	
/*______________________________ NAV AREA _______________________________*/
#nav_top{
	height:44px;
	width:680px;
	background-image: url(/uploads/61002//template_img/icon_mid.jpg);
	background-repeat: no-repeat;
	background-color:#ddd;
	/*border:1px solid cyan;*/
}
	
#nav_main{
	background-image: url(/uploads/61002/template_img/icon_lower.jpg);
	background-repeat: no-repeat;
	height: 83px;
	background-color: #ded;
	/*border:1px solid lime;*/
}

/*______________________________ HERO AREA _______________________________*/
#hero{
	height:260px;
	
	background-image: url(/uploads/61002//images/hero_banner_vol1.jpg);
	background-color:#eee;
	padding-left:28px;
	
}
	
		#hero_content{
		width:300px;
		height:205px;
		float:left;
		margin-top:18px;
		margin-left:2px;
		/*border: 1px solid red;*/
	}
	
	.hc_over{
	border:1px solid white;
}
	
		.hc_out{
	border : none;
}
	#hero_link{
		width:200px;
		float:right;
		margin-top:60px;
		padding-right:28px;
		/*border: 1px solid red;*/
	}
	
/*______________________________ ICON AREA _______________________________*/	
	
	#icon{
	clear: both;
	padding-left:298px;
	background-image: url(/uploads/61002/template_img/trek/main_gradient.jpg);
	background-repeat: repeat-y;
		}

/*______________________________ MAIN _______________________________*/
#pre_main{
	height:19px;
	background-image: url(/uploads/61002/template_img/pre_main-2006.jpg);
}

#main{
float:left;

	
	/*border: 1px solid green;*/
	background-image: url(/uploads/61002/template_img/trek/main_gradient.jpg);
	background-repeat: repeat-y;
	background-color:#66666C;
	padding-top:18px;
	padding-left:28px;
	padding-bottom:36px;
	float:left;
	color:black;
}	

#main_left{
	width: 342px;
	/*border: 1px solid white;*/
	float: left;
}

#main_right{
	/*border: 1px solid lime;*/
	float: right;
}

#side{
	width:292px;
	/*border:1px solid cyan;*/
}
#side_top{
	height:7px;
	background-image: url(/uploads/61002/template_img/frame_large_top.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}	

#side_image{
	background-image: url(/uploads/61002/template_img/frame_large_side.gif);
	background-repeat: no-repeat;
	padding-left:12px;
	}	

#side_bottom{
	height:7px;
	background-image: url(/uploads/61002/template_img/frame_large_bottom.gif);
	background-repeat: no-repeat;
	padding-bottom:20px;
	}

#lower_side{
	padding-left:42px;
	width:250px;
	/*border: 1px solid Yellow;*/
}

#lower_side_top{
	height:7px;
	
	background-image: url(/uploads/61002//template_img/frame_small_top.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}	

#lower_side_mid{
	height:140px;
	background-color:#C2AF8F;
	background-image: url(/uploads/61002//template_img/trek/frame_small_side.gif);
	background-repeat: no-repeat;
	padding-left:25px;
	
}	

#lower_side_bottom{
	height:7px;
	background-image: url(/uploads/61002//template_img/frame_small_bottom.gif);
	background-repeat: no-repeat;
}

