/* CSS Document */
body {
	background-color:#91a57d;
	font-family:arial, helvetica, sans-serif
}
.holder {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:700px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}
.nav {
	position:absolute;
	left:0px;
	top:175px;
	width:228px;
	height:175px;
	z-index:3;
}
.bgImage {
	position:absolute;
	left:203px;
	top:180px;
	width:696px;
	height:412px;
	z-index:2;
	overflow-x: hidden;
	overflow-y: auto;
	
}



.divider {
	position:absolute;
	left:0px;
	top:194px;
	width:574px;
	height:281px;
	z-index:2;
}


.header {
	position:absolute;
	left:0px;
	top:0px;
	width:904px;
	height:194px;
	z-index:2;
}

a:link {
color: #000000;
}
a:hover {
color: #000000;
}
a:visited {
color:#333333;
}
a:active {color:#000000;}
