body, html
{
	background-color: #00A99E;
/*	background-image: url(../img/Intro.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav {
	width: 220px;
	float: left;
	margin-left: -1px;
	padding: 10px;
}
	
	
#content {
	padding: 10px;
	margin-left: 230px;
/*	border-left: 1px solid #006; */
}

#header {
	background-color: #fff;
	color: #006;
	padding: 2px 10px 0px 10px;
	border-bottom: 1px solid #006;
	margin-bottom: 0px;
}
	
#footer {
	background-color: #fff;
	color: #006;
	width:100%;
	position: absolute; 
	bottom: 0; right: 0;	
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
}


.spacer {
	clear: both;
}

img {
	border: 0px;
}

/* ------ invisible stuff --------*/

hr, div.invis {position: absolute;left: -999px;width: 990px;}

