html{
	font-family: Trebuchet MS;
	font-size: 80%;
	background-color: #4b3232;
}
#content{
	position: relative;
	background: #4b3232 url(img/bgcontent.jpg) no-repeat 0 0;
	height: 595px;
	width: 970px;
	margin: 0 auto;
}

#content h1{
	color: #dfd7d3;
	text-align: center;
	font-weight: normal;
	padding-top: 32px;
}

#photos{
	position: absolute;
	top: 110px;
	left: 210px;
	height: 383px;
	width: 722px;
	background: #dfd7d3;
	border: 2px solid #d1c2ba;
}
#menu{
	position: absolute;
	background: transparent url(img/bgmenu.jpg) repeat-x center bottom;
	height: 43px;
	line-height: 43px;
	width: 958px;
	top:546px ;
	left: 6px;
}
#menu ul{
	margin: 0 auto;
	padding: 0;display:block;width:830px;
}
#menu ul li{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(img/sep_menu.jpg) no-repeat right center;
}
#menu ul li a {
	display:block ;
	padding : 0 15px;
	margin: 0;
 	color: #dfd7d3;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
}
#menu ul li a:hover {
	color: #ecebe6;
	background: transparent url(img/bghover.jpg) no-repeat center bottom;
}
#popup {
width:195px;
text-align:center;
position:absolute;
top:10px;
left:10px;
color:#FFFFFF;
}
#popup a {
color:#FFFFFF;
}
#popup a img {
border:0;
}