body {
	margin: 0 0 0 0;
	padding: 0;
	font: 8px verdana, arial, helvetica, sans-serif;
	color: #000000; 
	text-align: center;
	vertical-align: text-top;
	background-color: #ffffff;
	background-image: url(../images/EC_E4_D4.gif); 
} /* for IE5/IE5.5 */

#wrapper {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	position: relative; /*we need to position this relatively to contain our absolutely positioned nav menu div*/
	text-align: left; /*re-aligns the text after the hack on the body*/
}

#header {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	background-color: transparent;
	background-image: url(../images/cloud_header_sm.jpg);
	background-repeat: no-repeat;
	width: 700px;
	height: 200px;
	visibility: visible;
	overflow: auto;
}

#logo {
	position: absolute;
	z-index: 2;
	top: 36px;
	left: 20px;
	background-color: transparent;
	width: 200px;
	height: 100px;
}	

#bar_top {
	position: absolute;
	z-index: 4;
	top: 0;
	left: 0;
	background-image: url(../images/blue_bar.jpg);
	background-repeat: repeat-x;
	width: 700px;
	height: 10px;
}	

#bar {
	position: absolute;
	z-index: 5;
	top: 150px;
	left: 0;
	background-image: url(../images/blue_bar.jpg);
	background-repeat: repeat-x;
	width: 700px;
	height: 14px;
}

 #address {
 	position: absolute;
 	z-index: 6;
 	top: 170px;
 	left: 0px;
	background-color: transparent;
	width: 700px;
	height: 20px;
 }

#content {
	position: absolute;
	z-index: 7;
	top: 200px;
	left: 0px;
	width: 700px;
}

#boxout {
	z-index: 8;
	background: #887566 url(../images/map_bkgrnd_01.jpg) top left no-repeat;
	float: left;
	width: 150px;
	height: 550px;
	margin: 0px 50px 20px 0px;
}

#boxout_overlay {
	z-index: 9;
	background: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 500px;
	}
#boxout_overlay img {
	border: 2px solid #6b636e;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 20px;	
}

#sidebar {
	z-index: 10;
	background: #96959a;
	border: 1px solid #000000;
	float: right;
	width: 170px;
	margin-left: 30px;
	margin-bottom: 20px;
	padding-top: 10px;
}

#form {
	z-index: 11;
	background: transparent;
	position: absolute;
	left: 200px;
	top: 240px;
	width: 280px;
	margin: 0px 0px 10px 0px;
	padding-top: 10px;
}
