/* CSS Basic Styles Document 
Author: Mehigh Crantea
E-mail: mehigh@mehigh.biz
*/

/* Main DIVs */

* {
	margin:0;
	padding:0;
}

body {
	background:url(../images/body-back.jpg);
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding:7px 0;
}

div#container {
	width:934px;/* #SideColumn 152 + #content widths 782 */

	margin:0 auto;
	text-align:left;
}

div#header {
	height:272px;
	margin-bottom:-34px;
	
	background:url(../images/header.jpg) no-repeat;
} 

.home #header {background:url(../images/header-home.jpg) no-repeat;}
.cargo-bag #header {background:url(../images/header-cargohauling.jpg) no-repeat;}
.lawn-garden #header {background:url(../images/header-gardening.jpg) no-repeat;}
.farm-ranching #header {background:url(../images/header-ranch.jpg) no-repeat;}
.hunting-fishing #header {background:url(../images/header-hunting.jpg) no-repeat;}
.boating #header {background:url(../images/header-boating.jpg) no-repeat;}
.camping #header {background:url(../images/header-camping.jpg) no-repeat;}
.bag-selector #header {background:url(../images/header-chooser.jpg) no-repeat;}


div#fauxColumns {
}
/* Wrapper of SideColumn and Content - sets the wide repeat-y background for both columns */

div#SideColumn {
	float:left;
	width:152px;
	margin-top:38px;
	
	position:relative;
}

div#mainColumn {
	float:right;
	width:782px;
	
	background:url(../images/content-back.jpg) repeat-y 0 272px;
	overflow:hidden;
}

#content {
	position:relative;
	padding:0 10px 8px 10px;
	width:762px;
	min-height:552px;
}

* html #content {
	height:552px;
}

div#footer {
	height:67px;
	clear:both;
	position:relative;.
	/*background:url(../images/footer-bottom.gif) bottom no-repeat;*/
}

div#footer h6 {
	position:relative;
	top:15px;
	color:#6A0A00;
}