html, body, div {margin:0;padding:0;}

html, body {
	height:100%; /* needed for container min-height */
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height: 1.8em;
  	font-size: 0.83em;
	color: #333;
	min-height:600px;
  	height:auto !important;
  	height:600px; 
  	min-width: 980px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.2em;
	font-family:Helvetica, Verdana, Arial, Serif;
	color: #5c5a5a;	
	padding:0 0.8em;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background-image: url('images/ladder_climbing.jpg');
	background-repeat:no-repeat;
	background-position:bottom left; 
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	padding:0;

	min-height:100%; /* real browsers */
}



div#logo {
	float: left;
	margin: 20px 10px 20px 15px;
}

div#bsurround {
	background:url('images/greenbg.jpg');
	background-repeat:repeat-x;
	background-position:center;
	margin:0;
	padding:0;
}	

div#banner {
	margin:0;
	padding:0;
	height:150px;
	width:100%;
	background:url('images/header.jpg');
	background-repeat:no-repeat;
	background-position:right;
	border-top:1px solid #983c32;
	border-bottom: 1px solid #983c32;
}	
	
div#header {
	clear:both;
	float: left;
	padding:0;
	margin:0;
	text-align:left;
	background: #d2e1e4;
	
}
div#menu {
	background: #d2e1e4;
	margin:0px 0px 0px 0px;
	line-height:23px;
	border-left: 1px solid #395a9d;
}	
#menu ul {
	margin: 0 auto;
	border-bottom: 1px solid #395a9d;
	padding:0;
	list-style: none;
}
#menu li {
	display: inline;
	border-right: 1px solid #395a9d;
	padding-left:8px; padding-right:8px;
	padding-top:6px;
	padding-bottom:6px;
	margin:0;
}

#menu li a 
{
	text-decoration: none;	
	font-size: 12px;
	color:#404040;
	font-weight:bold; 

	
}
#menu li:hover, #menu li:active, #menu a:hover
{
	background:#a0524a;
	color:#fff;
}

div#content {
	margin: 40px 0px 0px 5px;
	padding:.2em .2em 7.6em; /* bottom padding for footer */
	height:auto !important; /* real browsers */
	min-height:600px; /* IE6: treaded as min-height*/
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#ads {
	float: right;
	width: 180px;
	padding: 10px;
	text-align: right;
}	
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	border-top:3px double #983c32;
	background: #d9e1d5;
	font-size: 0.8em;
}
	div#footer p {
		padding: 1px;
		text-align: center;
		margin:0;
		color: #000;
	}
#footer a:link, #footer a:visited {
	text-decoration:none;
	color: #000;
	border:0px none;
}
#footer a:hover, #footer a:active{
	text-decoration:underline;

}