@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/tile_bg.gif);
	margin:0px;
	padding:10px;
}
#base {
	width:960px;
	background-image: url(images/main_bg.gif);
	background-color:#FFFFFF;
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
}
#top, #bottom {
	width:960px;
	height:3px;
	margin-left:auto;
	margin-right:auto;
}
.clr{
clear: both;
}
.nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #790000;
	text-align:right;
	padding-right:5px;
}
.nav a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #a57b42;
	letter-spacing:-1px;
}
.main {
	font-family:  "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	text-align: justify;
	padding-top:18px;
	padding-bottom:20px;
}
.main img{
	margin:0px;
	padding:0px;
}
.side {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	padding-top:8px;
	padding-bottom:20px;	
}
.links {
	text-align:left;
}
.links a{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #a57b42;
	
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	color: #790000;
	padding:0px;
	margin-top:20px;
	padding-bottom:2px;
	margin-bottom:6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfa368;	
	text-align:left;
	
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #a57b42;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align:left;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #790000;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfa368;
	text-align:left;
}

#copy{
	margin-top:30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
}
li{
	list-style-type: square;
}
.galleryItem{
	float: left;
	margin: 0px 2px 2px 0px;
}
.galleryItem img{
	border: 0;
}