* {
	margin: 0;
	padding: 0;
}

body {
	background-color:black;
	color:gray;
	font-family: Verdana, Geneva, sans-serif;
}
a {
	color:gray;
	text-decoration:none;
}
a img {
	border:0;
}
.centerer {
	position:relative;
	width:1000px;
	height:615px;
	margin:0 auto;
}
.content, 
.intro {
	position:relative;
	width:800px;
	height:100%;
	float:left;
	padding-top:10px;
	text-align:center;
}
.intro {
	height:670px;
}
.content .photo,
.intro .photo {
	margin:0 auto;
	display:block;
	margin-top:23px;
}
.content .contact {
	margin-top:200px;
}
.menu {
	width:190px;
	height:auto;
	float:right;
	padding:150px 0px 20px 0px;
	background-image:url(images/menu_back.gif);
	background-repeat:repeat-x;
}
.menu a {
	display:block;
	width:100%;
	margin:0;
	margin-bottom:5px;
	font-size:12pt;
	background-color:black;
	text-decoration:none;
	padding:3px 0px;
}
.menu a.active {
	color:white;
}
.menu .separator {
	display:block;
	height:32pt;
}
.menu .thumbs {
	height:299px;
	padding:20px 10px;
}
.menu .thumbs a {
	display:block;
	margin:3px;
	float:left;
	background-color:black;
	padding:0;
	width:50px;
	height:50px;
}
.menu .thumbs a:hover {
	opacity:0.6;
}
.menu .thumbs a.next {
	height:20px;
	padding-top:30px;
	text-align:right;
}
.menu .thumbs .thumb {
	border:0;
}
