/* CSS Document */
body{
	padding:0;
	margin:0;
	background-image:url(../images/layout/bg_main.gif);
	background-repeat:repeat;
	text-align:center; /* hack to center page contents in IE browsers */
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	color:#000000;
	}
#divwrapper {/* div that is used to center the page content */
	position:relative;
	top:0px;
	left:0px;  
	margin:0 auto;
	width:760px;
	text-align:left;  
	height:auto;
	}

#div01{/* main box */
	position:absolute;
	top:165px;
	left:0px;
	width:740px;
	height:auto;
	padding:10px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	background-image:url(../images/layout/bg_box.gif);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #000000;
	text-align:justify;
	z-index:50;
}
#div101 a:link { color: #660000; text-decoration: none;}
#div01 a:visited { color: #660000; text-decoration: none;}
#div01 a:hover { color: #0000CC; text-decoration: underline;}
#div01 a:active { color: #660000; text-decoration: none;}

#div02{ /* header box */
	position:absolute;
	top:0px;
	left:0px;
	width:760px;
	height:129px;
	background-color:#eeeee4;
	z-index:1;
}
#div03{ /* page title "Central Alberta Cutting Horse Club" */
	position:absolute;
	top:0px;
	left:0px;
	width:260px;
	height:96px;
	z-index:10;
}
#div04_top{ /* logo TOP */
	position:absolute;
	top:0px;
	left:230px;
	width:145px;
	height:130px;
	z-index:10;
}
#div04_bot{ /* logo BOTTOM */
	position:absolute;
	top:0px;
	left:230px;
	width:145px;
	height:130px;
	z-index:9;
}
#div05{ /* top bar shape 01 */
	position:absolute;
	top:0px;
	left:522px;
	width:203px;
	height:49px;
	z-index:3;
}

#div06{ /* top bar shape 02 */
	position:absolute;
	top:63px;
	left:0px;
	width:760px;
	background-color:#eeeee4;
	height:67px;
	z-index:5;
}
#div07{ /* header right edge */
	position:absolute;
	top:0px;
	left:716px;
	width:44px;
	height:129px;
	z-index:4;
}

#div08{ /* header left edge */
	position:absolute;
	top:0px;
	left:0px;
	width:15px;
	height:129px;
	z-index:6;
}
#div09{ /* Alberta wild rose 1 */
	position:absolute;
	top:12px;
	left:529px;
	width:92px;
	height:63px;
	z-index:6;
}
#div10{ /* Alberta wild rose 2 */
	position:absolute;
	top:50px;
	left:649px;
	width:79px;
	height:61px;
	z-index:6;
}

