@charset "utf-8";
body {
	background-color: #595959;
	margin: 0px;
	text-align: center;
	background-image: url(../layout/body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 81%;
}
#container {
	width: 999px;
	background-color: #808080;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	width: 100%;
	height: 129px;
	background-image: url(../layout/forest/top_exp.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	position: relative;
}
a#logo {
	background-image: url(../layout/logo.gif);
	height: 158px;
	width: 455px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
a#logo span {
	display: none;
}
#background {
	background-image: url(../layout/bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
#maincontent {
	width: 730px;
	border: 10px solid #bcbcbc;
	position: relative;
	background-image: url(../layout/bkgrnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #808080;
	margin-right: auto;
	margin-left: auto;
}
.spacer {
	height: 250px;
}
#text {
	width: 730px;
	text-align: left;
	margin-right: 10px;
}
#flash {
	float: left;
	margin-bottom: 10px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6B3332;
	font-weight: normal;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.4em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1.4em;
	padding-top: 10px;
}
#text a {
	text-decoration: none;
	color: #765D51;
	font-weight: bold;
}


#footer {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 20px;
	color: #515151;
	margin-top: 20px;
}
#footer a {
	color: #515151;
	text-decoration: none;
}
#footer #left {
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer #right {
	position: absolute;
	top: 0px;
	right: 0px;
}
#offer {
	position: absolute;
	left: 471px;
	top: -276px;
	z-index: 40;
	display: block;
}.floatleft {
	float: left;
}
#selection {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
#colours {
	position: relative;
	clear: both;
}
#colours img {
	text-align: center;
	float: left;
	border: 3px solid #BCBCBC;
	margin-left: 10px;
	margin-top: 10px;
}

#selection .colour {
	width: 143px;
	float: left;
	margin-right: 5px;
}
#selection h1 {
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	color: #BCBCBC;
}
#selection img {
	border: 3px solid #bcbcbc;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}
.hr {
	margin-right: 20px;
	margin-left: 20px;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #787878;
	border-bottom-color: #9A9A9A;
	margin-top: 10px;
	margin-bottom: 10px;
}
