
body {
	margin: 0;
	padding: 0;
	background: #000000 url(../images/img01.gif) repeat-x;
	font-size: 13px;
	color: #004000;
}

body, th, td, input, textarea, select, option {
	font-family: "Palatino Linotype", Georgia,  Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: "Palatino Linotype", Georgia, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -1px;
	font-size: 2em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

input {
	color:#004000;
	font-size:95%;
	margin:4px;
	padding:1px;
}

.msg {
	color:#FF0000;
	font-size:90%;
}
blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #6D881D;
}

a:hover {
	text-decoration: none;
}

img { border: none; }

#layout {
	width: 701px; 
	background-color:#004000; 
	margin: 0 auto;
	padding:8px 0 0;
}

/* Header */

#header {
	width: 668px;
	height: 383px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat;
}

/* Logo */

#logo {
	height: 330px;
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 50px;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float: right;
	padding: 68px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #372412;
}

/* Gallery */

#gallery {
	clear: both;
	height: 300px;
	margin: 0 auto;
	
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

/* Menu */

#menu {
	width: 668px;
	height: 53px;
	background: url(../images/img03.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 44px;
	padding-top: 10px;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
	color: #004000;
}
#menu a#first {
	width: 147px;
}
#menu a#second {
	width: 126px;
	margin: 0 1px;
}
#menu a#third {
	width: 122px;
	margin: 0 1px;
}
#menu a#fourth {
	width: 128px;
}
#menu a#fifth {
	width: 138px;
	margin: 0 0 0 1px;
}

#menu a:hover {
	/*background: url(../images/img09.jpg) no-repeat;*/
	color: #004000;
	background-color:#eeede0;
}

#menu .active a {
	/*background: url(../images/img09.jpg) no-repeat;*/
	color: #004000;
}

/* Page */

#page {
	width: 668px;
	margin: 0 auto;
	padding: 5px 0;
	background-color:#FFFFFF;
}
#page ul {
	padding: 15px;
}

#page li {
	padding-left: 12px;
	background-image: url(../images/img06.gif);
	background-repeat: no-repeat;
	background-position: 0 .75em;
	list-style:none;
}
/* Content */

#content {
	float: left;
	width: 400px;
	margin: 5px;
}
#contentFull {
	width: 650px;
	margin: 0 auto;
}

#contentFull .post{
	padding: 3px 16px 20px 16px;
	background-color:#ffffff;
}

#contentFull .general{
	float: left;
	width: 200px;
	background-color:#eeede0;
	border-right: 1px dotted #004000;
}
#contentFull .general p{
	border-bottom:1px dotted #004000;
}
#contentFull .display{
	float: right;
	margin: 15px 3px 3px 3px;
	width: 400px;
	background-color:#FFFFFF;
	text-align:center;
}
.post {
	padding: 3px 3px 20px 3px;
	background-color:#eeede0;

	height: 100%;
}

.title {
	margin: 5px 0 5px 0;
	border-bottom: 2px solid #004000;
	padding:14px 0 2px 2px;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(../images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	margin: 5px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	/*background: url(../images/img06.gif) no-repeat 15px 50%;*/
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	border-bottom: 2px solid #4A3903;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	background: #004000;
	border-top: 3px solid #000000;
	text-align: center;
	font-size: smaller;
	color: #6D881D;
}

#footer a {
	color: #6D881D;
}

.member .head {
	float: left;
	width: 100px;
	text-align:right;
	margin-right:10px;
	margin-bottom:3px;
	font-weight:bold;
}
.member .desc {
	float: right;
	width: 290px;
	text-align:left;
	border-bottom: 1px dotted #004000;
	margin-bottom:3px;
}
.member .logo {
	float: right;
	margin-bottom:20px;
	width: 390px;
}
.member .profile {
	margin: 20px auto;
	width: 390px;
}

.mailinglistEmptyStyle {
	color:#cccccc;
	font-style:italic;
}

.mailinglistFullStyle {
	color:#004000;
	font-style:normal;
}