/* CSS Document */
body {
	background-color:#fffcc0;
	font-family:arial,helvetica, sans-serif
}
.holder {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:600px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}
.nav {
	position:absolute;
	left:1px;
	top:222px;
	width:218px;
	height:175px;
	z-index:3;
}
.bgImage {
	position:absolute;
	left:324px;
	top:201px;
	width:574px;
	height:281px;
	z-index:2;
	text-align: center;
}
.galleryLanding {
	position:absolute;
	left:300px;
	top:267px;
	width:360px;
	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:#333333;
}
a:visited {
color:#333333;
}
a:active {color:#000000;}
