body {
	background-color: #3D493E;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	color: #EEEEEE;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", serif;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", serif;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#main {
	background-color: #3D493E;
	width: 778px;
	margin: 0px auto;
}

#header {
	background-image:url(../img/sunsetgreen.jpg);
	background-color: #3D493E;
	margin: 0px;
	width: 778px;
	height: 350px;
}

#nav {
	font-family: Georgia, "Times New Roman", serif;
	background-color: #3D493E;
	font-size: 16px;
	letter-spacing: 1px;
	margin-left: 14px;
	width: auto;
	height: 25px;
	padding: 0px;
}

#nav li
{
	background-color: #485e49;
	margin: 0px;
	display: block;
	float: left;
	height: 25px;
	width: auto;
	line-height: 25px;
	border-right: 1px solid #3D493E;
}

#nav li a
{
	font-family: Georgia, "Times New Roman", serif;
	display: block;
	padding-left: 23px;
	padding-right: 23px;
	line-height: 25px;
	color: #EEEEEE;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover
{
	background-color: #a2b3a1;
	color: #222222;
}

#content {
	margin: 0px;
	padding: 0px 15px 4px 15px;
	background-color: #3D493E;
	position: relative;
}
#gallery {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#columnleft {
 	float: left;
 	width: 270px;
	margin-left: 70px;
	margin-right: 0px;
}

#columnright{	
	float: right;
 	width: 270px;
	margin-left: 0px;
	margin-right: 70px;
}

#gallery img{
	border: 0px;
	padding: 15px 10px 2px 10px;
}

.textjustify {text-align: justify; }

.bold {font-weight: bold; }

.italic {font-style: italic;}

.capitals {text-transform: uppercase;}

.center {text-align: center;}

.bigcentre {
	text-align: center;
	font-size: 14px;
}

.textleft {text-align: left;}

.picpullright {
	float:right;
	padding: 5px 0px 5px 20px;
	text-align: center;
	font-style:italic
}

.picpullleft {
	float: left;
	padding: 5px 20px 5px 0px;
	text-align: center;
	font-style:italic
}

.right {
	float: right;
	margin: 0px;
}

.smallgap {	line-height: 10px;}

a {  font-family: Verdana, Arial, Helvetica, sans-serif;
	 text-decoration: underline;
	 color:#aaccbb;
}
	 
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: underline;
	color: #660000;
}

a.footerlink {
	COLOR: #ffffff;
	text-decoration: none;
}
a.footerlink:link {
	COLOR: #ffffff;
	text-decoration: none;
}

a.footerlink:hover {
	COLOR: #000000;
	text-decoration: none;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	line-height: 14px;
	background-color: #3D493E;
	width: 778px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
