html,body {
	background-color: #bc2612;
	margin: 0px;
	padding: 0px; 
	height: 100%; 
	color: #ebe7ba; 
	background-image: url(images/pattern.png);
	background-repeat: repeat-y; 
	background-attachment: fixed; }

#left {
	background-image: url(images/pattern.png);
	background-repeat: repeat-y; 
	background-attachment: fixed; 
	height: 100%;
	width: 115;
	float: left; }
	
#content {
	margin-top: 25px; }
	
#center {
	margin-left: 300px;
	margin-right: 300px;
	font-family: georgia;
	font-size: 14px; 
	text-align: center; }
	
#copyright {
	margin-top: 50px;
	margin-bottom: 20px;
	font-family: georgia;
	font-size: 12px; 
	text-align: center;
	color: #ebe7ba; 
	clear: left; }
	
a:link, a:visited {
	font-family: georgia;
	color: #bdb192; 
	text-decoration: underline; 
	font-weight: bold; }

a:hover, a:visited:hover, a:active {
	font-family: georgia;
	color: #bdb192; 
	text-decoration: none; 
	font-weight: bold; }
	
.header { 
	border: 0; }

.heading {
	margin-top: 10px;
	margin-bottom: 15px; 
	font-weight: bold;
	font-size: 16px; }
	
.largeheading {
	margin-top: 10px;
	margin-bottom: 15px; 
	font-weight: bold;
	font-size: 20px; }
	
.return {
	font-size: 18px;
	font-weight: bold;
	text-align: center; 
	margin-top: 15px; 
	margin-bottom: 15px;
	clear: left; }
	
.mainnav {
	font-size: 16px;
	font-weight: bold;
	text-align: center; 
	margin-top: 15px; 
	margin-bottom: 15px; }
	
form {
	vertical-align: top;
	text-align: justify;
	font-weight: bold; }
	
input, textarea {
	background-color: #eeeeee;
	border: 1px solid #0b0e16; 
	color: #0b0e16; }
	
// Membership Page Styles

#membcontainer {
	height: 100%; }

#membleft {
	height: 100%;
	width: 35%;
	float: left; }
	
#membcontent {
	margin-top: 25px; 
	height: 100%;
	width: 100%; }

.honmemb { 
	font-size: 14px; }

.memb { 
	font-size: 15px; 
	font-weight: bold; }

.heading2 {
	margin-top: 10px;
	margin-bottom: 15px; 
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline; }		
	
.rightheading {
	font-size: 17px; 
	font-style: italic; 
	text-align: right; }
	
.mainheading {
	font-size:18px; 
	font-style: italic;
	text-align: left; }

.lettertext {
	font-size: 16px;
	text-indent: 1em;
	text-align: left; }
	
.lettercat {
	font-size: 16px;
	text-align: center;
	text-decoration: underline; }

.lettercont {
	font-size: 16px;
	text-align:center;
	text-weight: bold; }
	
// 404 Page Styles

.heading404 {
	font-size: 24px;
	font-weight: bold; }
	
.smalltext404 {
	font-size: 18px;
	font-style: italic; }
	
.backbox404 {
	border: dashed, 1px, #bdb192; 
	padding: 10px; 
	text-align: center;
	vertical-align: middle; 
	color: #bdb192;
	font-size: 14px; }