html {height:100%;}

/* sets the colours and font attributes for the page */
body {
	min-height:100.01%;
	margin: 1px;
	padding: 0;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background-color: #FBFDFB;
	line-height: 110%;
}

/* you are here navigation */
#breadcrumbs {margin: 0; font-size: 80%;}

/* headings */
h1 {
	font-size: 120%;
	margin: 0;
	color: #375338;
}
h2, h3 {font-size: 100%;}
h3 {}

/* images */
img {border: none;}
#logo {
	position: absolute;
	top: 17px;
	left: 585px;
	width: 140px;
	height: 140;
}
#text {
	position: absolute;
	top: 104px;
	left: 27px;
}

/* 'skip navigation' link */
#skip a {display: none;}
#skip img {border: none;}

/* the section that holds all page content */
#wrapper {
	text-align: left;
	margin: 0 auto;
	padding-top: 175px;
	background: url(images/new.jpg) no-repeat top left;
	position: relative;
	width: 740px;
}

/* navigation bar */
#nav {
	position: absolute;
	top: 141px;
	left: 10px;
	width: 710px;
	margin: 0;
	padding: 5px 0;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {display: inline;}

#nav a:link, #nav a:visited, .selected {
	font-weight: bold;
	padding: 5px;
	margin: 0;
	text-decoration: underline;
	color: #FFFFFF;
}

.selected {text-decoration: none;}

#nav a:hover {color: #FFFFFF;}

/* the section that holds the main content of the page */
#maincontent {
	float: left;
	margin: 5px 0 0 0;
	padding: 10px;
	width: 545px;
	height: 850px;
	border: 1px solid #498945;
	background-color: #F7F5F2;
}
html>body #maincontent {height: auto; min-height: 850px;}
#maincontentwide {
	float: left;
	margin: 5px 0 0 0;
	padding: 10px;
	width: 716px;
	height: 800px;
	border: 1px solid #498945;
	background-color: #F7F5F2;
}
html>body #maincontentwide {height: auto; min-height: 800px;}
#maincontentfull {
	float: left;
	margin: 5px 0 0 0;
	padding: 10px;
	width: 718px;
	height: 800px;
	border: 1px solid #498945;
	background-color: #F7F5F2;
}
html>body #maincontentfull {height: auto; min-height: 800px;}
#maincontentone {
	float: left;
	margin: 5px 0 0 0;
	padding: 7px;
	width: 720px;
	height: 850px;
	border: 1px solid #498945;
	background-color: #F7F5F2;
}
html>body #maincontentone {height: auto; min-height: 850px;}
/* right-hand sidebar */
#sidebar {
	float: right;
	margin: 5px 0 0 0;
	padding: 10px 5px;
	width: 154px;
	height: 850px;
	border: 1px solid #498945;
	background-color: #F7F5F2;
}
html>body #sidebar {height: auto; min-height: 850px;}
#sidebar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* bottom line of page */
#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
}
#footer p {margin: 0;}

/* bottom line */
#bottom {width: 740px; margin: 0 auto; font-size: 80%;}
#bottom p {margin: 7px 0 0 0; float: left;}
