/* CSS Document */


body {
	background-image: url(images/Cloth-4.jpg);
	background-repeat: repeat;
}
#wrap {
	margin: 0 auto;
	width: 812px;
	position:relative;
}

#Layer1 {
	position:absolute;
	width:812px;
	height:12px;
	z-index:1;
	background-image: url(images/header.png);
	left: 0px;
	top: 23px;
	background-color: #FFFFFF;
}
#Layer2 {
	position:absolute;
	width:812px;
	height:185px;
	z-index:2;
	left: 0px;
	top: 35px;
	background-image: url(images/page_tile.png);
	background-color: #FFFFFF;
}
#Layer3 {
	position:absolute;
	width:812px;
	height:750px;
	z-index:3;
	left: 0px;
	top: 220px;
	background-image: url(images/page_tile.png);
	background-color: #FFFFFF;
}
#Layer4 {
	position:absolute;
	width:812px;
	height:12px;
	z-index:1;
	top: 970px;
	left: 0px;
	background-image: url(images/footer.png);
	background-color: #FFFFFF;
}
#Layer6 {
	position:absolute;
	width:783px;
	height:735px;
	z-index:5;
	left: 14px;
	top: 225px;
	border-left-width: 0px;
}
#Layer5 {
	position:absolute;
	width:776px;
	height:177px;
	z-index:4;
	left: 18px;
	top: 40px;
	background-image: url(images/flourish_yellow_top.gif);
	background-repeat: no-repeat;
}


#menu {
	float:left;
	width:100%;
	font-size:9pt;
	line-height:normal;
	font-weight: normal;
	padding-top: 141px;
	}
#menu ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("images/tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url("images/tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#FFFFFF;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}
