/*===================================================================
SUBHEADING STYLING
===================================================================*/
h2, h3{
	color:#836226;
}

#container{
/*	background:url('../../cssimages/overland_adventure_stamp.jpg') no-repeat right bottom #fff;*/
}

* html #container {
	/*background:url('../../cssimages/ie_overland_adventure_stamp.jpg') no-repeat #fff;*/
}

*:first-child+html #container {
	/*background:url('../../cssimages/ie_overland_adventure_stamp.jpg') no-repeat #fff;*/
}

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

#content_container {
	border-top:solid 5px #836226;
	border-bottom:solid 5px #836226;
}

*html #content_container {
	padding-bottom:20px;
}

/*===================================================================
TRIP SUMMARY PAGES
===================================================================*/

.trip_style_stamp { 
	background:url('/cssimages/overland_adventure_stamp_sm.jpg');
}















































