@charset "utf-8";
body {
	background-color: #D4D9C3;
	padding:0;
	margin:0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#titleBar, #main {
	width:100%;
}
#titleBar {
	background-color: #F6F7F2;
	height: 140px;	
}
#main {
	/* height: 580px; */
}

#title, #content, #menu {
	width:1062px;
	margin:0 auto;
}
#title {
	height:140px;
	background-image: url(../gfx/metz_title.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#content {
	background-color: #736960;
	height:580px;
}

#menu ul {
	font-size:22px;
	list-style-type: none;
	margin:0;
	padding:.5em 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	text-decoration:none;
	color:#000000;
	padding:.5em 2em;
}
#menu ul li a:hover {
	color: #736960;
}

#photoBox {
	float:left;
}
#photoChooser, #seriesChooser, #photoInfo {
	color:#FFFFFF;
	width:380px;
	padding-left:30px;
	padding-right:30px;
	/* border: 1px solid #FF0000;	*/
}
#photoChooser {
	float:right;
	padding-top:30px;
	height:550px;
	overflow:auto;
	/* Shadow effect
	background-image: url(../gfx/metz_gallery_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	*/
}
#seriesChooser {
	clear:right;
	float:right;
	text-align:right;
	height:100px;
	display:none;
}
#photoInfo {
	clear:right;
	float:left;
	height:200px;
	display: none;
}

#photoChooser img:hover {
	cursor:pointer;
}
#seriesChooser ul {
	list-style-type:none;
	margin:0
}
#seriesChooser ul li a {
	text-decoration:none;
	color:#FFFFFF;
}
#seriesChooser ul li a:hover {
	color: #F4ECDF;
}
