body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #32170C;
	background:  #333333;
	/*background:  #32170C url(images/bg_ptrn.jpg) repeat-y  center;*/
}
p {
	margin: 15px;
	line-height: 15px;
}
a {
	font-size: 12px;
	color: #3366CC;
}
a:hover {
	text-decoration: none;
}
hr {
	height: 1px;
	border: 0;
	background-color: #32170C;
	
}
#content{
	width: 801px;
	margin: 0 auto 0 auto;
	background: url(images/bg_main.jpg) repeat-y;
	background-color: #FFFFFF;
}
#content_gallery {
	width: 801px;
	margin: 0 auto 0 auto;
	background: url(images/bg_gallery.jpg) repeat-y;
	background-color: #000000;
}
#left {
	width: 242px;
	float: left;
}
#right {
	width: 559px;
	float: left;
}
#footer {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	width: 801px;
	height: 28px;
	background: url(images/footer.jpg);
	clear: both;
}
#footer a {
	font-size: 11px;

	color: #FFFFFF;
}
.hdr {
	margin: 15px 0 0 10px;
}
.title {
	font-weight: bold;
	color: #AC6318;
}
.img_r {
	float: right;
	margin: 0 0 5px 5px;
}
.img_l {
	float: left;
	margin: 0 10px 5px 0;
}

#gallery_pop {
	background: #000000 url(images/pop_bg.jpg) repeat-x;
}	
#gallery_pop td {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	color: #AC6318;
}	