body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
	background: #dadada url(/assets/top_tile.jpg) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	}
h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #038c00;
	}
h1 {
	font-size: 24px;
	}
#sideBar h1 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #038c00;
	border: 1px solid #999;
	padding: 2px 5px;
	margin-right: 8px;
	}
h2 {
	font-size: 20px;
	}
h3 {
	font-size: 18px;
	}
#wrapper1 {
	width: 900px;
	margin: 40px auto;
	border: 6px solid #666;
	background: #fff url(/assets/harp.gif) 100% 100% no-repeat;
	}
#siteOptions {
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
	}
#optionLinks {
	float: right;
	text-align: right;
	}
#optionLinks a{
	color: #fff;
	margin-left: 20px;
	font-weight: bold;
	}
#optionLinks a:hover {
	text-decoration: none;
	}
#siteOptions h1 {
	width: 600px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
#branding {
	background: #dadada url(/assets/banner.jpg) 100% 0 no-repeat;
	}
#about #branding {
	background: #dadada url(/assets/banner3.jpg) 100% 0 no-repeat;
	}
#membership #branding {
	background: #dadada url(/assets/banner2.jpg) 100% 0 no-repeat;
	}
#gallery #branding {
	background: #dadada url(/assets/banner4.jpg) 100% 0 no-repeat;
	}
#news #branding {
	background: #dadada url(/assets/banner5.jpg) 100% 0 no-repeat;
	}
#contact #branding {
	background: #dadada url(/assets/banner6.jpg) 100% 0 no-repeat;
	}

#mainNavigation {
	margin: 0 0 10px 0;
	background: #038c00;
	padding: 8px 0 8px 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}
#mainNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#mainNavigation li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#mainNavigation a{
	text-decoration: none;
	color: #fff;
	margin-right: 30px;
	font-weight: bold;
	font-size: 16px;
	}
#mainNavigation a:hover{
	color: #ccc;
	}
#content {
	width: 670px;
	float: left;
	margin: 0 10px;
	}
#guestbook #content {
	float: none;
	width: 850px;
	margin: 0 10px 120px 0;
	}
#sideBar {
	width: 195px;
	float: right;
	margin-right: 5px;
	margin-bottom: 130px;
	}
#sideBar p {
	font-size: 14px;
	line-height: 1.3em;
	}
.newsHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
.newsAction {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	}
#sideBar p a{
	color: #990000;
	text-decoration: none;
	}
#sideBar p a:hover{
	text-decoration: underline;
	color: #ccc;
	}

#clear {
	clear: both;
	}
#siteInformation {
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	}
.caption {
	font-style: italic;
	color: #666;
	}
.border {
	padding: 4px;
	border: 2px solid #cecece;
	}
.clearBoth {
	clear: both;
	}