body{
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #bcbcbc;
	font: 12pt Georgia, "Times New Roman", Times, serif;
}

a{
	display: block;
	color: #bcbcbc;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #585858;
}




#photo{	
	cursor:pointer;	
}
#main {
	margin-top: 60px;
}
#menu {
	position: absolute;
	right: 10px;
	width: 98px;
	top: 32px;
}
#menu a{
	display: block;
	color: #bcbcbc;
	text-decoration: none;
}
#menu a:hover{
	text-decoration: none;
	color: #585858;
}
#menu img {
	border: none;
}
#logo {
	margin-top: -18pt;
	position: absolute;
	left:  30px;
	font-size: 14pt;
	line-height: 18pt;
	z-index: 2;
	top: 55px;
	height: 49px;
}

#subtitle{
	text-align: right;
	margin-top: 6px;
	font: small-caps 10pt Times, serif, "Times New Roman";
}

#lower{
	width:980px;
	min-width:980px;
	position:relative;
	vertical-align:center;
	margin:auto;
}

#next{
	margin-top: 255px;
	position:relative;
	margin-right: 28px;
	background: url(next_out.gif) no-repeat;
	width: 37px;
	height: 29px;
	float: right;
	cursor:pointer;
}
#prev{
	margin-top: 255px;
	position:relative;
	margin-left: 28px;
	background: url(prev_out.gif) no-repeat;
	width: 37px;
	height: 29px;
	float: left;
	cursor:pointer;
}

#content{
	position:relative;
	margin-top: 55px;
	width: 832px;
	text-align: center;
	float: left;
}
#imagewrapper{
	margin:0 auto;
	position:relative;
	text-align: center;
}

#contact
{
	position: absolute;
	left: 50%;
	top: 250px;
	margin-left: -250px;
	height: 567px;
}

#links
{
	position: absolute;
	left: 50%;
	top: 250px;
	margin-left: -250px;
	height: 567px;
}

#links ol
{
	padding: 55px;
	margin: 0px;
}

#links li
{
	padding-left: 30px;
	padding-bottom: 12px;
	list-style-type: none;
}
#fuss{
	width:100%;
	text-align:center;
	font-size:10px;
	margin-top:50px;
}




