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

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

h1{
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #583a24;
	margin: 0 0 15px 0;
}	

h2{
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #583a24;
	margin: 10px 0;
} 	

#container{
	width: 800px;
	margin: 0 auto;
	text-align:left;
	background: #fff;
	padding: 0 0 50px 0;
	background: url(../img/layout/container_bg.gif) repeat-y;
}	

#left{
	float: left;
	width: 238px;
}

#left_start{
	height: 136px;
	background: url(../img/layout/left_start_bg.gif) repeat-x;
}	

#right{
	float: left;
	width: 542px;
}

#header{
	height: 74px;
	margin: 0 1px;
	background: url(../img/layout/header_bg.gif) repeat-x;
}	

#content{
	padding: 10px 20px;
}	

#content ul{
	margin: 15px;
}

#content li{
	line-height: 18px;
}			

#content img{
	margin: 3px;
}	

#menu ul{
	list-style: none;
}

#menu li{
	line-height: 36px;
	padding: 0 0 0 15px;
	height: 36px;
	background: url(../img/layout/menu_item_bg.gif); 
}

#menu a{
	width: 100%;
	height: 100%;
	display: block;
}	

#menu a:link,
#menu a:visited{
	color: #fff;
}	
/*
.gallery_item{
	float: left;
	margin: 2px;
	width: 160px;
	text-align: center;
	background: #e0dfcf;
	border: 1px solid #cfcdaa;	
}
*/
.gallery_item td{
	text-align: center;
}
	
.gallery_item img{
	padding: 6px;
	background: #e0dfcf;
	border: 1px solid #cfcdaa;	
}

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

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

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

.left_photo{
	height: 165px;
	width: 212px;
	background: url(../img/layout/left_photo_bg.gif) no-repeat;
	margin: 7px 0;
}

.left_photo img{
	margin: 16px 0 0 18px;
}	
