body {
	background-color: #1D0D1A;
	font-family: georgia, palatino, times, serif;
	font-size: 13px;
}

a:link, a:visited, a:active {color: #CBA2C8;}
a:hover {}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 3px;
	text-align: center;
}

#news h2 {
	padding: 8px 0 0 0;
	margin: 8px 0 0 0;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 3px;
	font-size: 16px; 
	text-align: left;
	border-top: 2px solid #9D8253;
}

#news h1+h2 {
	border-top: 0;
}

.main_content > div {
	clear: both;
	margin-top: 24px;
}

h2 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
}

ul {
	padding: 0px 0px 0px 40px;
	margin: 0px;
}

blockquote {
	padding: 0px;
	margin: 10px 0px 10px 20px;
}

.logo {
	position: relative;
	top: 20px;
	left: 80px;
	z-index: 2;
}

.main {
	position: relative;
	top: 7px;
	border: #9D8253 solid 5px;
	margin: 0px 60px 80px 60px;
	padding: 0px;
	background-color: #322023;
	color: #E3CBA7;
	min-height: 400px;
	min-width: 400px;
	font-size: 15px;
}

.menu {
	background-color: #9D8253;
	color: #2A200D;
	text-align: center;
	padding: 3px;
	font-size: 18px;
}

.menu_item {
	margin: 0px 5px 0px 5px;
}

.menu_item a:link, .menu_item a:visited, .menu_item a:active {
	color: #462C44;
	text-decoration: none;
}

.menu_item a:hover {
	background-color: #462C44;
	color: #D1B681;
	text-decoration: none;
}

.submenu {
	background-color: #46332C;
	padding: 3px;
	text-align: center;
	font-size: 16px;
}

.submenu_item {
	color: #C3A386;
	margin: 0px 5px 0px 5px;
}

.submenu_item a:link, .submenu_item a:visited, .submenu_item a:active {
	color: #CBA2C8;
	text-decoration: none;
}

.submenu_item a:hover {
	background-color: #C3A386;
	color: #1D0D1A;
}

.main_content {
	padding: 20px;
}

.link {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 200px;
}

.gallery table {
	width: 100%;
	text-align: center;
}

.gallery tr {
	vertical-align: top;
}

.gallery a img {
	border: 3px solid #9D8253;
}

.gallery .button {
	width: 80px;
}

.gallery .blurb {
	background-color: #46332C;
	padding: 15px 15px 10px 15px;
	text-align: center;
}

.gallery .title {
	font-size: 18px;
}

.gallery .info {

}

.gallery .count {
	font-size: 13px;
}

.guestbook {
	font-size: 14px;
}

.guestbook table {
}

.guestbook td {
	padding: 5px 15px 5px 15px;
}

.guestbook .header {
	background-color: #27161E;
}

.guestbook .label {
	background-color: #3C2928;
	font-variant: small-caps;
	text-align: left;
	width: 150px;
}

.guestbook .response {
	background-color: #34212A;
	text-align: left;
}

.guestbook .response p {
	margin-top: 0px;
}

.guestbook .name {
	font-variant: small-caps;
	letter-spacing: 3px;
	font-size: 20px;
}