/* CSS Document */

body{
	background-color: #f2e8d6;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #494340;
	margin: 0px;
	padding: 0px;
}
H1{
	color: #5b341b;
}
a, a:hover, a:visited, a:active{
	color: #5b341b;
}
.title{
	text-align: right;
}
.topmenu{
	vertical-align: top;
}

.menu{
	vertical-align: top;
}
.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #6c6f59;
	border-right-color: #6c6f59;
	border-bottom-color: #6c6f59;
	border-left-color: #6c6f59;
	width: 204px;
}

.menu ul li{
	border-right-width: 10px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #009000;
	border-left-color: #003000;
	color: #65472c;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	padding: 8px;
	display: block;
	vertical-align: middle;
	font-size: 14px;
}
.menu ul li a{
	text-decoration: none;
	color: #65472c;
	display: block;
	height: 20px;
}
.menu ul li a:hover {
	background-color: #d6d3b2;
	display: block;
	height: 20px;
}
.newsletter{
	background-color: #e3cda5;
	margin: 5px;
	padding: 5px;
	border: 1px solid #6c4427;
}
.content{
	vertical-align: top;
}

.contentTable{
	width: 590px;
	background-image: url(../img/sub_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.photo{
	text-align: center;
	padding: 5px 10px;
	vertical-align: top;
}
.photo img{
	border: 5px solid #6c6f59;
}
.textCell{
	vertical-align: top;
	padding: 5px;
}
.footer{
	color: #FFFFFF;
	background-color: #6c6f59;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
.sunrise{
	font-size: 11px;
	font-weight: normal;

}
.sunrise a{	color: #FFFFFF;}
