@charset "UTF-8";
/* CSS Document */
body {background-color:#ffffff} 

ul {
	font-size:18;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-variant:small-caps;
	font-color:#147A6B;

}

img { border:none;} 
a:link, a:visited, a:hover, a:active {
border-style:none;
border-width:0px; 
}

img {
margin-top:5px;
margin-bottom:5px;
}

.headerz {
	background-repeat:relative;
	background-color: ffffff;
	position:fixed;
	margin-left:-225px;
	top:100px;
	width:451px;
	left:50%;
	height:48px;
	z-index:1;	
}

.navz {
	background-repeat:relative;
	background-color: ffffff;
	position:fixed;
	margin-left:-182px;
	top:148px;
	width:364px;
	left:50%;
	height:23px;
	z-index:1;	
}

.bodyz {
	background-repeat:relative;
	background-color: ffffff;
	position:fixed;
	margin-left:-440px;
	top:175px;
	width:880px;
	left:50%;
	height:inherit;
	z-index:1;	
}

.photoz {
	background-repeat:relative;
	background-color: ffffff;
	position:absolute;
	top:200px;
	width:inherit;
	white-space:nowrap;
	height:520px;
	z-index:1;	
}

.photoz img{
	padding:0px 5px;
}
