/* CSS Document */
body {
	background-color:#4D301E;
	font-family:arial, helvetica, sans-serif
}
.holder {
	position:relative;
	left:0px;
	top:15px;
	width:900px;
	height:700px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}
.nav {
	position:absolute;
	left:1px;
	top:1px;
	width:145px;
	height:640px;
	z-index:3;
}
.bgImage {
	position:absolute;
	left:145px;
	top:1px;
	width:753px;
	height:600px;
	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:900px;
	height:134px;
	z-index:2;
}

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