/* --------------------------------------------------------

Stylesheet: d100.comms.co.uk 'Environment' screen styles
Author:     Dunworth 100 Web Design
Version:    20/07/2012

-------------------------------------------------------- */

/*-----Main Layout-----*/

* {
	margin:0;
	padding:0;
} 

html, body {
	height: 100%;
}

#wrapper {
	min-height: 100%;
}

#main {
	overflow:auto;
	width: 800px;
	margin: auto;
	min-height: 600px;
	padding: 10px 0 180px 0;
	height: auto;
	border-left: solid #CCC 1px;
	border-right: solid #CCC 1px;
	background-color: #FFF;
}  

#footer {
	position: relative;
	margin-top: -180px;
	height: 180px;
	clear:both;
	background-color:#999;
} 

#footer_in {
	width:800px;
	height:130px;
	padding-top: 20px;
	margin: auto;
	color:#FFF;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

body {
	font:100%/1.25 Verdana;
	font: 9pt Verdana;
	color: #000;
	background:#FFF;
}

#wrapper {
	width: auto;
	height:auto;
	margin: 0 auto;
}

#header {
	width:auto;
	height:180px;
	background-image: url(../images/headere_repeat.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #060;
	text-align: center;
}

#nav_holder {
	width:auto;
	height:39px;
	background-color:#009;
	margin: 0 auto;
	text-align: center;
	padding: auto;
	border-bottom: solid #00CC00 1px;
	border-bottom-style: solid;
}

#nav {
	width:800px;
	height:50px;
	margin:auto;
}

#content {
	width:800px;
	height:auto;
	min-height:200px;
	background-color:#FFF;
	margin:auto;
	padding:10px;
}

/*-----Headings-----*/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

h1 {
	padding:10px 0 15px 0;
	letter-spacing:-1px;
	font-size:2em;
	color:#060;
	font-weight:bold;
	text-decoration:none;
	text-align: center;
}

h2 {
	letter-spacing:-1px;
	font-size:1.5em;
	color:#060;
	font-weight:bold;
	text-decoration:none;
	text-align: left;
	margin-bottom: 10px;
}

h3 {
	padding:5px 0;
	letter-spacing:-1px;
	font-size:1.2em;
	color:#060;
	text-align:center;
}

span {
	float:right;
	font-style:italic;
	color:#666;
}

p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}

ul, ol {
	padding:0 0 1.25em 2.5em;
}

img {
	border:0;
}

/*-----Links-----*/

a,
a:link,
a:visited,
a:hover {
outline:none;
text-decoration:none;
}

a, a:link, a:visited{
color:#00F;
}

a:hover {
color:#333;
}
