body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:20px;
}
.box {
	background-image:url(images/brown_bg.jpg);
	background-repeat:repeat-y;
	width: 750px;
}
hr {
	background-color:#000000;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
object {
	display:block;
}
.box p {
	text-align:left;
	padding-right:20px;
	padding-left:20px;
}
.left_box {
	float:left;
	width: 380px;
}
.left_pic {
	float: left;
}
.mid {
	background-image: url(images/mid.jpg);
	float: left;
	width: 140px;
	height: 670px;
}
.right_top {
	background-image:url(images/top_right.jpg);
	background-repeat:no-repeat;
	text-align:right;
	width: 340px;
	padding-top: 185px;
	padding-right: 30px;
	padding-bottom:10px;
	float:left;
}
.white_box {
	background-image: url(images/white_bg.jpg);
	width: 280px;
	color: #666666;
	text-align: left;
	padding-left: 100px;
	padding-bottom:27px;
}
.white_box a {
	color:#666666;
	text-decoration:underline;
}
.white_box a:hover {
	color:#AFA473;
	text-decoration:none;
}
.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 720px;
	text-align: right;
	padding-top: 5px;
	padding-right: 30px;
	font-size:10px;
	color: #AFA473;
}
.footer a {
	font-size:10px;
	color: #AFA473;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}
.footer a:hover {
	color:#666666;
	text-decoration:underline;
}
.pics {
	border:1px solid #000000;
}
.border {
	border-bottom:1px solid #000000;
}
.border_right {
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
}
#photo_left {
	padding-left:40px;
	width:140px;
	float:left;
	height:420px;
	background-image:url(images/photo_nav_back.jpg);
}
#photo_content {
	background-image:url(images/photo_content.jpg);
	height:420px;
	float:left;
	width:550px;
}
#photo_footer {
	width:710px;
	padding-right:40px;
	padding-top:10px;
	height:40px;
	background-image:url(images/photo_footer.jpg);
	background-repeat:no-repeat;
	text-align:right;
}
#photo_footer a {
	color:#AFA473;
	font-size:10px;
}
.clear_both {
	clear:both;
	height:0px;
}