body {
	font: 76% Arial, Helvetica, sans-serif;
	color: #646f5e;
	letter-spacing: 1px;
	background: url(../images/body_bg.gif) repeat;
	margin: 0;
	padding: 0;
}

/* this is so that there is no top border in Mozilla, Opera and Netscape */
* {
	margin:0;
	padding:0;
}

.hidden {
	display: none;
}

p {
	margin: 15px 0 0 0;
}

h4 {
	margin: 15px 0 0 0;
	font-weight: bold;
	color: #888;
}

.top {
	margin: 10px 0 10px 0;
	text-align: right;
}

blockquote {
	background: #273322;
	border: 3px solid #646f5e;
	font-size: 120%;
	padding: 10px;
	margin: 10px 0 10px 40px;
	width: 80%;
}

acronym {
	border-bottom: dashed 1px #666;
	cursor: help;
}

a em {
	font-style: normal;
	text-decoration: underline;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}
/****************************
	layout
*****************************/

#container {
	width: 780px;
	margin: 0 auto;
}

#wrapper {
	width: 740px;
	margin: 0 auto;
	position: relative;
	border-right: solid 4px #454A34;
	border-left: solid 4px #454A34;
	background: url(../images/wrapperbg.jpg) repeat-y;
}

#header {
	height: 250px;
	background: url(../images/header.jpg) no-repeat;
}

#header h1 {
	text-align: right;
	padding: 10px 25px 0 0;
	color: #fff;
	font-size: 240%;
	font-weight: normal;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h1 a:hover {
	color: #999;
	text-decoration: none;
}

#contentwrap{
	margin: 30px 0 0 0;
	padding: 0;
	color: #646F5E;
}

#text {
	width: 500px;
	float: right;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: justify;
}

#footer {
	width: 100%;
	position: relative;
	clear: both;
	padding: 10px 0 10px 0;
	margin: 0;
	background: #454A34;
}

#footer p {
	color: #fff;
	font-size: 12px;
	margin: 0;
	text-align: center;
}

#validator {
	position: absolute;
	top: 15px;
	left: 10px;
	padding: 0;
	margin: 0;
}

#validator a:link, #validator a:visited {
	color: #fff;
	font-size: 10px;
}

#sitemap {
	position: absolute;
	top: 15px;
	right: 10px;
	padding: 0;
	margin: 0;
}

#sitemap a:link, #sitemap a:visited {
	color: #fff;
	font-size: 10px;
}

/****************************
	navigation
*****************************/

#navcontainer {
	width: 740px;
	background-color: #273221;
	position: absolute;
	top: 250px;
	left: 0;
	border-bottom: 1px solid #1C1912;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul {
	margin: 0;
	padding: 0 0 0 20px;
	color: #fff;
	font-size: 100%;
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#navcontainer ul li a {
	padding: 0.2em 12px;
	background-color: #273221;
	color: #4d9a24;
	text-decoration: none;
	float: left;
	line-height: 20px;
	height: 20px;
}

#navlist li a:hover {
	color: #fff;
	text-decoration: none;
	text-align: left;
	font: bold 100%;
}

/****************************
	side navigation
*****************************/

#sidebar {
	width: 190px;
	float: left;
	padding: 20px 10px 20px 20px;
	
}

#sidebar h2 {
	color: #382725;
	font: 165% Georgia;
	font-weight: normal;
	padding: 10px 5px;
	line-height: 29px;
}

#sidebar #sidenav {
	margin: 10px 0;
}

#sidebar #sidenav li {
	list-style: none;
	padding: 5px 2px;
}

#sidebar #sidenav li a {
	padding: 5px 2px 5px 18px;
	display: block;
	font: 130% Georgia;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #777;
	border-bottom: 1px solid #96885C;
}

#sidebar #sidenav a:hover {
	color: #000;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: center left;

}

#sidebar p {
	font-size: 150%;
	line-height: 24px;
	color: #805955;
	margin: 10px 0;
	padding: 5px;
}

/****************************
	thumbnails
*****************************/

.gallery{
	float: left;
	height: 600px;
	margin: 10px 0 0 5px;
	position: relative;
}

.gallery h1, p {
	margin: 15px 5px 0 8px;
}

.thumbnail img{
	border: 1px solid #fff;
	margin: 0 2px 5px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: 1px solid #000;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background: #000;
	width: 305px;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: visible;
	color: #fff;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 180px;
	left: 90px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

.thumbnail2 img{
	border: 1px solid #fff;
	margin: 0 2px 5px 0;
}

.thumbnail2:hover{
	background-color: transparent;
}

.thumbnail2:hover img{
	border: 1px solid #000;
}

.thumbnail2 span{ /*CSS for enlarged image*/
	position: absolute;
	background: #000;
	width: 305px;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: visible;
	color: #fff;
	text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 120px;
	left: 90px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

/****************************
	form area
*****************************/

#formarea {
	background: #273322;
	border: 3px solid #646f5e;
	font-size: 120%;
	color: #fff;
	padding: 10px;
	margin: 20px 0 10px 40px;
	width: 80%;
}

hr {
	margin: 10px 0 0 0;
	color: #646f5e;
	height: 1px;
}

/*individual sections of forms */

.section {
	padding: 0;
	margin: 20px 0 0 0;
}

.sectionend {
	padding: 0 0 20px 0;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #646f5e;
}

.first {
	padding: 0;
	margin: 10px 0 0 0;
}

.surname {
	padding: 0;
	margin: 10px 0 0 0;
}

.email {
	padding: 0;
	margin: 10px 0 0 0;
}

.rating	{
	padding: 0;
	margin: 10px 0 0 0;
}

.check {
	padding: 0;
	margin: 0 10px 0 0 ;
}

.question {
	padding: 0;
	margin: 10px 0 0 0;
}

.button	{
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}

input.submit	{
	border: none;
	margin: 0;
	padding: 0;
}

/****************************
	site map
*****************************/

.subsection {
	padding: 0;
	margin: 5px 0 0 35px;
}

/****************************
	images
*****************************/

.pic {
	float: right;
	padding: 0 0 10px 10px;
	margin: 0;
	}

