body{
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fff1b3;
}

p{
	margin: 8px 0;
	line-height: 18px;
}	

h1{
	font: 24px Arial, Helvetica, sans-serif;
	color: #7a003c;
}	

h2{
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d5a10e;
}

hr{
	border: none;
	background: #fff;
	color: #fff;
	border-bottom: 1px solid #c9d787;
}

#container{
	width: 800px;
	margin: 0 auto;
	text-align:left;
	background: #fff9e1;
}	

#header{
	height: 135px;
	background: url(../img/layout/header_bg.gif);
}

#menu{
	height: 35px;
	border-top: 1px solid #fff9e1;
	background: url(../img/layout/menu_bg.gif);
	overflow: hidden;
}

#menu ul{
	list-style: none;
}

#menu li{
	float: left;
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 35px;
	padding: 0 15px;
	background: url(../img/layout/menu_spacer.gif) right center no-repeat;
}

#menu a{
	color: #fff6cf;
}

#content{
	background: url(../img/layout/content_bg.jpg) left top no-repeat #fff9e1;
	padding: 10px 20px 25px 200px;
	overflow: hidden;
}

#content ul{
	list-style: none;
}	

#content li{
	padding: 0 0 0 25px;
	margin: 0 0 0 10px;
	line-height: 22px;
	background: url(../img/layout/bullet.gif) no-repeat 0 50%;
}	

.item_photo{
	padding: 6px;
	background: #fffdf4;
	border: 1px solid #edd878;	
}
	
.gallery_item td{
	text-align: center;
}
	
.gallery_item img{
	padding: 6px;
	background: #fffdf4;
	border: 1px solid #edd878;	
}

.form{
	margin: 0;
	list-style: none;
}

#content .form li{
	background-image: none;
	margin: 0;
	padding: 0;
}	

#footer{
	border-top: 1px dashed #fff1b3;
	margin: 25px 0 0 0;
	padding: 10px;
	font-size: 11px;
	text-align: center;
	color: #ebd573;
}		

#footer a:link,
#footer a:visited{
	color: #e4c84f;
}
					 	