* {
	margin: 0;
	}
body {
	background-image: url(/images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #b7954b;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333;
	}
#menu {
	height: 28px;
	padding-top: 5px;
	}
#menu a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 25px;
	}
#menu a:hover {
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	}
#logo {
	z-index: 2;
	text-align:center;
	}
#container {
	background: url(/images/boxback.gif) repeat-y;
	width: 480px;
	margin: 0 auto;
	text-align: left;
	padding: 1px 25px;
	min-height: 450px;
	height: auto;
	_height: 450px;
	}
h1, h2, h3 {
	color: #b7954b;
	font-family: Trebuchet MS, Arial;
	font-size: 150%;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 15px 0;
	}
h2, h3 {
	color: #666;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 5px;
	}
p {
	margin: 0 0 15px 12px;
	}
.contactform {
	margin: -20px 0 15px 12px;
	}
.hr {
	background: url(/images/hr.gif) no-repeat;
	height: 1px;
	width: 477px;
	margin: 0 auto;
	font-size: 1px;
	}
.newsitem {
	clear: both;
	height: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	}
.newsitem img {
	float: left;
	margin-right: 10px;
	border: 1px #ccc solid;
	padding: 2px;
	}
#latest {
	background: url(/images/latest.gif) no-repeat;
	margin: auto;	
	width: 572px;
	}
.lheader {
	color: #fff;
	padding: 8px 15px 3px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	}
#footer {
	background: url(/images/footer.gif) no-repeat;
	margin: 0 auto -2px;
	width: 480px;
	padding: 5px 25px 7px;
	}
#fleft {
	float: left;
	color: #fff;
	}
#fleft a, #fright {
	color: #fff;
	text-decoration: none;	
	font-family: verdana;
	font-size: 90%;
	}
#fright {
	text-align: right;
	}
#fleft a:hover {
	color: #333;
	}
.contactform td {
	padding: 5px 0;
	}
.textfield {
	width: 300px;
	background: #ddd;
	border: 1px solid #bbb;
	}
.name {
	visibility: hidden;
	}
ul.list, ol.commentlist {
	padding: 0;
	margin-left: 40px;
	margin-bottom: 20px;
	}
a.link {
	color: #1f5227;
	text-decoration: none;
	border-bottom: 1px dotted #1f5227;
	}
a.link:visited {
	border-bottom: 1px solid #1f5227;
	}
ul.gallery {
	padding: 0;
	}
ul.gallery img {
	border: 2px solid #1f5227;
	}
ul.gallery a {
	text-decoration: none;
	color: #1f5227;
	}
ul.gallery li {
	list-style: none;
	display: inline;
	border: 1px solid #ccc;
	margin: 0 15px 10px 13px;
	padding: 10px 5px 5px;
	width: 120px;
	text-align: center;
	float: left;
	font-size: 80%;
	}
ul.gallery2 {
	padding: 0;
	}
ul.gallery2 img {
	border: none;
	}
ul.gallery2 a {
	text-decoration: none;
	color: #1f5227;
	}
ul.gallery2 li {
	list-style: none;
	display: inline;
	border: 1px solid #ccc;
	margin: 0 0 15px 15px;
	padding: 5px;
	text-align: center;
	float: left;
	font-size: 80%;
	width: 130px;
	line-height:0;
	}
.entry img {
	margin: 5px;
	}