* {
	margin: 0;
	padding: 0;
}
body {
	font-family:"Helvetica", Verdana, sans-serif;
}
img {
	 border: 0;
}

#content {
	position: relative;
	height: 515px;
	padding:95px 0 0 0;
	clear:both;
	background: transparent url('../images/content-bg.gif') top left repeat-x;
}
#photos {
	height: 515px;
	background: transparent url('../images/content-bg-left.gif') top left no-repeat;
}
#photos a {
	display: block;
	float: left;
	padding-left: 15px;
	height: 500px;
}
div#logo {
	position: fixed;
	display: block;
	height:68px;
	top: 0px;
	left: 15px;
	z-index: 50;
	}
	
div#menu {
	position: fixed;
	display: block;
	height:25px;
	top: 68px;
	left: 15px;
	z-index: 51;
	color:#CCC;
	font-family:"Helvetica", Verdana, sans-serif;
	font-size:12px;
	}
	
div#menu a{
	color:#777;
	margin:0 13px 0 13px;
	font-family:"Helvetica", Verdana, sans-serif;
	font-size:12px;
	text-decoration:none;
	}

div#menu a.off:hover{
	color:#444;
	font-family:"Helvetica", Verdana, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-decoration:underline;
}

div#menu a.active{
	padding-bottom:1px;
	text-decoration:underline;
}

div#menu a.active:hover{
	text-decoration:underline;

}

div#back{
	position: fixed;
	right:15px;
	display: block;
	background-image:url(../images/back.png);
	height:25px;
	width:80px;
	top: 552px;
	z-index: 90;
	}
	
div#back a{
	display: block;
	height:25px;
	width:80px;
	}

div#copyright{
	margin:0px 0 0 15px;
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	position: fixed;
	z-index: 31;
}

div#copyright a{
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted #999;
}

div#copyright a:hover{
	text-decoration:none;
	border-bottom:1px solid #999;
}


#block {
	position: fixed;
	display: block;
	width: 210 px;
	height: 700 px;
	background: #ffffff;
	z-index: 30
	}

