body {
 	margin:0;
	
/* 	margin-left:0%;
 	margin-right:0%;
    margin-bottom:0%;*/

	padding: 0;
	background-color: #C2D7EB;
	vertical-align:middle;
	text-align:center;
}

body p {margin-top:0px;  }


#outertop {
	position:relative;
	top:0em;
	margin:0px auto;
	padding: 0px 0px 0px 0px; 
	width:866px;
	height:40px;
/*	background-image:url(../images/top_band_shadow.jpg);
	background-position:top;
	/*background-color:#FFCCFF;*/
}


/*margin:0px auto; is really important to getting this to display centrally*/
#headerarea {
	position:relative;
	top:0em;
	margin:0px auto;
	
	height:auto;

	padding-left:22px;
	padding-right:22px;
	width:838px;
	background-color: #FFFFFF;
	
  	background-image:url(../images/outside_shaddow.jpg);
	background-position:center top;
	
	z-index:1;
	

}


#innerbox_topphotos {
/*	height: auto;*/
/*	display: inline;*/

	height: 100px;
	width:100%;
	
	z-index:2;
}

#innerbox_top {
	height: 25px;
	width:100%;
	background-color: #5A5A5A;

}



/*all - combined including padding width is 2px short of outer box width*/
/*float setting stops a line showing above outerbox and outertop in Mozilla when the <p> tag is used within mainbox - don't ask me why, something to do with block elements*/
#mainbox {
	position:relative;
	top:0em;
	margin:0px auto;
	
	height:auto;

	padding-left:22px;
	padding-right:22px;
	width:838px;
	background-color: #FFFFFF;
	
  	background-image:url(../images/middle_shaddow.jpg);
	background-position:center top;
	
	z-index:2;
}


#leftcol {
	position:relative;
	float: left;
/*	border: 1px solid #FF9933;*/
/*	width:235px;*/
	width:240px;
	left:18px;
	margin-top:0px;
	margin-bottom:12px;
	margin-left:0px;
	margin-right:0px;
	text-align: left;

	background-color: #83AEDA;
	
	z-index:2;
	

}


#leftcol_sub1 {
	position:relative;
	margin-left:5px;
	margin-top:15px;
	width:197px;
	
	text-align:left;
/*	background-image:url(../images/left/topNav2.gif);
	background-position:left top;
	background-repeat:no-repeat;*/
}

#leftcol_sub2 {
	position:relative;
/*	border: 1px solid #FF9933;
	background-color:#D8E6F3;*/
	margin-left:5px;
/*	width:200px;*/
}

#leftcol_sub3 {
	position:relative;
	margin-left:9px;
	margin-top:20px;
	margin-bottom:10px;
}


#rightcol {
		position:relative;
		float: right;
		width:520px;
		
		right:25px;
		margin-top:0px;
		margin-bottom:10px;
		
		text-align: left;
}

#rightcol img {
	/*	border: 1px solid #FF9933;*/
	    border: 1px solid #999999;
	margin-left:0px;
	margin-right:0px;	
}

#rightcol .imageright {
	margin-left:10px;
	margin-right:0px;
	margin-bottom: 8px;
	float: right;		
		
}

#rightcol .imageleft {
		margin-left:0px;
		margin-right:10px;
		margin-bottom: 8px;
    	float: left;
}

/*margin:0px auto; is really important to getting this to display centrally*/
#footerarea {
	position:relative;
	top:0em;
	margin:0px auto;
	
	height:auto;

	padding-left:22px;
	padding-right:22px;
	width:838px;
	background-color: #FFFFFF;
	
  	background-image:url(../images/outside_shaddow.jpg);
	background-position:center top;
	

}


#innerbox_bottom {
	position:relative;
	bottom:0.5em;
/*	margin-left:0px auto;
	margin-right:0px auto;
	margin-bottom:	0px auto;*/
	margin:0px auto;
/*  height:35px;  */
	background-color: #5A5A5A;
	width:100%;
	
/*to make it act as footerclear	
	clear:both;
	width:100%;*/
}



/*you need this - even though it is hidden, to make your outer-contentbox whatever you call this - stretch below the longest floating column*/
#footerclear {
	clear:both;
	line-height:1px;
	height:1px;
	visibility:hidden;
}
