/* Stylesheet developed by Michael van Koetsveld at web-builders.co.uk */

/* main browser styles for whole site */

body {
	color: #000;
	font-family: "Palatino Linotype", Baskerville, Verdana, Arial, Helvetica, sans-serif;
	background: #F0F0F0 url(./bg-site.png);
	background-position: center top;
	width: 970px;
	margin: 0 auto;
	overflow:-moz-scrollbars-vertical;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2.0em;
	margin-top: 2.4em;
	margin-bottom: 0.4em;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 0.2em;
}

p {
	font-size: 1.1em;
	margin-bottom: 0.8em;
	line-height: 1.2em;
}

a {
	color:#8BC53F;
	font-weight: bold;
	font-size:1.2em;
}

#outerWrapper {
	margin: 0px 0px 0px 0px;
}

/*
START DIVS FOR HEADER ----------------------------------
*/

#header {
	background: #FFF url(./logo-header.png) no-repeat;
	height: 160px;
	top: 0;
	left: 0;
}

/*
END DIVS FOR HEADER ----------------------------------
*/

/*
START DIVS FOR CONTENT ----------------------------------
*/

#content {
	height: 460px;
	padding: 10px 20px 0 20px;
}

/*
END DIVS FOR CONTENT ----------------------------------
*/

/*
START DIVS FOR FOOTER ----------------------------------
*/

#footer {
	background: #FFF;
	height: 18px;
	bottom: 0;
	padding: 6px 10px 0 10px;
}

#footer p {
	color: #3F4446;
	font-size: 0.7em;
	text-align: center;
}

#footer p a {
	color: #3F4446;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: normal;
}
	
/*
END DIVS FOR FOOTER ----------------------------------
*/