/* Global styles */

body {
    width: 800px;
	font-family: Arial, Helvetica, sans-serif;
/*	text-align: center; /* IE hack for centering in wrapper */
}

#Main {
	width: 800px;
    padding-top: 20px;
	padding-bottom: 20px;
}

#Layer1 {
    position: absolute;
	top: 8px;
	height: 247px;
	width: 800px;
	background: #336633;
	z-index:1;
}

#Layer2 {
    position: absolute;
	top: 8px;
	z-index:2;
}

#Layer3 {
	position: absolute;
	top: 235px;
	z-index:3;
}

/* Horiz nav - Top */

#horizNavTop {
	color: #FFFFFF;
	width: 800px;
	height: 30px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 0;
	background: #cc6633;
}

#horizNavTop td{
	text-align:center;
	width: 17%;
	padding: 10px;
}

#horizNavTop a{
	color: #FFFFFF;
	text-decoration: none;
	display:block;
}
