/* CSS Document */
body{
	padding:0;
	margin:0;
	background:url(../images/layout/bg_main.jpg) repeat;
	text-align:center; /* hack to center page contents in IE browsers */
}

a:link { color:#0000CC; text-decoration: underline;}
a:visited { color:#000099; text-decoration: underline;}
a:hover { color:#660000 ; text-decoration: underline;}
a:active { color:#660000; text-decoration: underline;}

#divwrapper {/* div that is used to center the page content */
	position:relative;
	margin:0 auto;
	width:980px;
	height:100%;
}
#divmainbox {/* main box */
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	text-align:right;
	z-index:1;
}
#div01{ /* title - right piece */
	position:absolute;
	top:0px;
	left:165px;
	width:511px;
	height:84px;
	z-index:55;
}
#div02{ /* title - left piece */
	display:hidden;
	position:absolute;
	top:0px;
	left:165px;
	width:67px;
	height:84px;
	z-index:56;
}
#div03{ /* ribbon - top circle */
	position:absolute;
	top:5px;
	left:25px;
	width:213px;
	height:213px;
	text-align:center;
	z-index:51;
}
#div04{ /* ribbon - top circle button */
	position:absolute;
	top:68px;
	left:86px;
	width:87px;
	height:87px;
	z-index:52;
}
#div05{ /* ribbon - top circle button logo */
	position:absolute;
	top:68px;
	left:86px;
	width:87px;
	height:87px;
	z-index:53;
}
#div06{ /* ribbon - left */
	position:absolute;
	top:145px;
	left:0px;
	width:118px;
	height:auto;
	z-index:49;
}
#div07{ /* ribbon - center */
	position:absolute;
	top:150px;
	left:77px;
	width:108px;
	height:auto;
	z-index:50;
}
#div08{ /* ribbon - right */
	position:absolute;
	top:140px;
	left:120px;
	width:70px;
	height:auto;
	z-index:49;
}
#div09{ /* title - quarter horses */
	position:absolute;
	top:75px;
	left:505px;
	width:171px;
	height:17px;
	z-index:55;
}
#div10{ /* button1 */
	position:absolute;
	top:250px;
	left:84px;
	width:86px;
	height:29px;
	z-index:51;
}
#div10-1{ /* button2 */
	position:absolute;
	top:279px;
	left:88px;
	width:86px;
	height:29px;
	z-index:51;
}
#div11{ /* button3 */
	position:absolute;
	top:308px;
	left:91px;
	width:86px;
	height:46px;
	z-index:51;
}
#div12{ /* button4 -- currently disabled */
	display:none;
	position:absolute;
	top:352px;
	left:93px;
	width:86px;
	height:46px;
	z-index:51;
}
#div13{ /* button5 */
	position:absolute;
	top:352px;
	left:93px;
	width:86px;
	height:29px;
	z-index:51;
}
#div14{ /* button6 */
	position:absolute;
	top:381px;
	left:95px;
	width:86px;
	height:29px;
	z-index:51;
}
#div15{ /* western line graphic - above buttons */
	position:absolute;
	top:230px;
	left:95px;
	width:62px;
	height:22px;
	z-index:51;
}
#div16{ /* western line graphic - below buttons */
	position:absolute;
	top:458px;
	left:104px;
	width:62px;
	height:22px;
	z-index:51;
}
