html {
	min-height: 101%;
	}

body {
	margin: auto auto;
	width: 800px;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
	}
	
#wrapper {
  	background-color:#FFFFFF;
 	height: 100%;
	border: solid 1px #009933;
	margin-top: 50px;
	width: 100%;
	padding: 0px;
	overflow: hidden; /*used with padding and margin to achieve same height columns*/
  	}	
  
#header {
	/*border:  solid #ffffff;*/
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:150px;
		}

#menu {
	width: 800px;
	text-align: center;
	background-color: #FF9900;
	float: left;
	height: 32px;
	border-top: solid 1px #009933;
	border-bottom: solid 1px #009933;
	}
#menu a:link, #menu a:visited, #menu a:active {
	background-color: white;
	border: solid 1px #778CB3;
	text-decoration: none;
	color: black;
	margin: 20px;
	padding: 3px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#menu a:hover {
	background-color: #778CB3;
	text-decoration: none;
	color: white;
	margin: 20px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p 	{
	margin-top: 0px;
	text-align: justify;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.8em;
	}
	
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #009900;
	margin: 10px 0; 

	}
	
h2  {
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	margin: 10px 0;
	 }
	 
h3 {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	}
	
/*a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0033CC;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color:#df0478;
	}
a:hover, a:active { 
	text-decoration: none; 
	color:#df0478;
}*/
	

#contentleft{
	background-color:#009933;
	float: left;
	padding: 10px 10px 5000px 10px; /*used with padding and margin to achieve same height columns*/
	margin-bottom: -5000px; /*used with padding and margin to achieve same height columns*/
	background-image: url(images/spacer_left.jpg);
	background-repeat: repeat-y;
	width:300px;
	height: auto;

}
#contentright{
	background-color:#FFFFFF;
	float: left;
	padding: 15px 15px 5000px 15px; /*used with padding and margin to achieve same height columns*/
	margin-bottom: -5000px; /*used with padding and margin to achieve same height columns*/
	background-image: url(images/spacer_right.jpg);
	background-repeat: repeat-y;
	width: 450px;
	height: auto;
}
#footer {
	float: left;
	width: 800px;
	height: 1%;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	background-color:#CCCCCC;
	color: #FFFFFF;
	border-top: solid 1px #dadada;
	text-align: center;
	}
#footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;
	text-decoration: none;
	}
#footer a:hover {
	color: #ff9900;
	text-decoration: none;
	} 
.images
{
	float: left;
	width: 275px;
	border: 1px solid #999;
	padding: 5px;
	margin: 5px;
}
