/* CSS Document */
body{
	padding:0;
	margin:0;
	background-image:url(../images/layout/bg_main.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center; /* hack to center page contents in IE browsers */
}
p {
	font-size:14px;
	}
#divwrapper {/* div that is used to center the page content */
	position:relative;
	top:0px;
	left:0px;  
	margin:0 auto;
	width:654px;
	text-align:left;  
	height:auto;
	}

#div01{/* header image */
	position:absolute;
	top:0px;
	left:52px;
	width:601px;
	height:136px;
	z-index:2;
}
#div02{/* leather strap, buttons, brand */
	position:absolute;
	top:0px;
	left:0px;
	width:106px;
	height:auto;
	padding-top:174px;
	background-image:url(../images/layout/bg_leatherstrap.jpg);
	background-repeat:repeat-y;
	z-index:3;
}
#div02-2{/* leather strap top */
	position:absolute;
	top:0px;
	left:0px;
	width:106px;
	height:auto;
	z-index:4;
}
#div03{/* horse head */
	position:absolute;
	top:0px;
	left:0px;
	width:130px;
	height:174px;
	z-index:5;
}

#div05{/* banner */
	position:absolute;
	top:100px;
	left:170px;
	height:47px;
	width:479px;
	z-index:2;
}
#div06{/* main layer */
	position:absolute;
	top:87px;
	left:0px;
	width:654px;
	background-image:url(../images/layout/bg_mainbox.gif);
	background-repeat:repeat-y;
	background-position:right;
	z-index:1;
}
#div06 a:link { color:#0000CC; text-decoration: underline;}
#div06 a:visited { color:#003399; text-decoration: underline;}
#div06 a:hover { color:#990000; text-decoration: underline;}
#div06 a:active { color:#990000; text-decoration: none;}
