/* CSS Document */
body{
	padding:0;
	margin:0;
	background-image:url(../images/layout/bg_main.jpg);
	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:10px;
	left:0px;  
	margin:0 auto;
	width:753px;
	text-align:left;  
	height:auto;
	}

#div01{/* wood header 1 */
	position:absolute;
	top:0px;
	left:0px;
	height:88px;
	width:32px;
	background-image:url(../images/layout/gc_woodtop1.gif);
	background-repeat:no-repeat;
	z-index:2;
}
#div02{/* wood header 2 */
	position:absolute;
	top:0px;
	left:32px;
	height:46px;
	width:661px;
	background-image:url(../images/layout/gc_woodtop2.gif);
	background-repeat:repeat-x;
	z-index:2;
}
#div03{/* wood header 3 */
	position:absolute;
	top:46px;
	left:32px;
	height:42px;
	width:661px;
	background-image:url(../images/layout/gc_woodtop3.gif);
	background-repeat:repeat-x;
	z-index:2;
}
#div04{/* wood header 4 */
	position:absolute;
	top:0px;
	left:693px;
	height:88px;
	width:60px;
	background-image:url(../images/layout/gc_woodtop4.gif);
	background-repeat:no-repeat;
	z-index:2;
}
#div05{/* banner */
	position:absolute;
	top:5px;
	left:45px;
	height:82px;
	width:666px;
	z-index:3;
}
#div06{/* main layer */
	position:absolute;
	top:80px;
	left:0px;
	height:auto;
	width:753px;
	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;}

#div07-1{/* horse head 1 */
	position:absolute;
	top:48px;
	left:0px;
	height:auto;
	width:auto;
	z-index:4;
}
#div07-2{/* horse head 1 */
	position:absolute;
	top:48px;
	left:28px;
	height:auto;
	width:auto;
	z-index:4;
}
#div07-3{/* horse head 1 */
	position:absolute;
	top:85px;
	left:28px;
	height:auto;
	width:auto;
	z-index:4;
}
#div08-1{/* horse head 2 */
	position:absolute;
	top:53px;
	left:589px;
	height:auto;
	width:auto;
	z-index:4;
}
#div08-2{/* horse head 2 */
	position:absolute;
	top:83px;
	left:589px;
	height:auto;
	width:auto;
	z-index:4;
}
#div08-3{/* horse head 2 */
	position:absolute;
	top:83px;
	left:727px;
	height:auto;
	width:auto;
	z-index:4;
}
