body {
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding:0;
	font-size: 95%;
	text-align: center;
	background-color: black;	
	font-family: Verdana, Arial, sans-serif;
}

p{
	font-size: 1.1em;
	font-family: Verdana, Arial, sans-serif;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	color: red;
}

#pagewrapper { 
	margin:0 auto; 
	height: auto;
	width:980px; 
	border: solid gray 5px;
} 


#canvas {
	
	width:980px; 
   	text-align: left;
   	background-color: white;
   
}  

#header {
  
	padding: 0px 0px 0px 0px;
	height: 134px;
	background: url( ../images/header.png) no-repeat;   
}

#headertopshim{
  
	padding: 0px 0px 0px 0px;
	height: 4px;	
	background: url( ../images/shim.png) no-repeat;
}

#headerlogo{
	
	_margin-top: -13px;
	padding: 0px 0px 0px 0px;
	height: 209px;
	/*background: url( ../images/headerLogoSteelPlate.png) no-repeat;*/
}

#headerbottomshim{
	
	padding: 0 0 0 0;
   	height: 4px;   	
   	background: url( ../images/shim.png) no-repeat;
}
						

#menubar {

	padding: 0px;
	_margin-top: -14px;	
	width: 980px;
    height: 30px;
    color: white;
   	background: url( ../images/menuBarBackground.png) repeat-x;   
}

#menuitems {
	padding: 0px 0px 0px 0px;
	width: 980px;
	height: 28px;
	text-align: center;
	margin: 0px;
}

ul#menuitemsList {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 100%;
	color: #fff;
	background-color: #036;
}

ul#menuitemsList li {
	display: inline; 
	text-align: center;
}

ul#menuitemsList li a {
	float: left;
	width: 194px; /* 13em; */
	color: #fff;
	background-color: #036;
	padding-top: 9px;
	height: 28px;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	font-weight: bold;
	font-size: 18px
}

ul#menuitemsList li a:hover {
	background-color: #369;
	color: #fff;
}

#contentbody{
	clear: all;
	height:auto;
	min-height: 600px;
	#min-height: 540px;
	width: 980px;
	background-color: white;

}
#contentbodypage{	
	float: left;
	padding: 10px;
	width: 630px;
	
	
}

#contentbodyimages{
	float: right;
	width: 280px;
	padding: 10px 10px 10px 10px;
	/* border: solid 1px blue;	 */

}

#imagecanvas{
   	float: right;
   	width: 270px;
   
   	margin-right: 5px;
   	background-color: #DEDEDD;
   	height: auto;
   	color: white;
   	min-height: 520px;
   	#min-height: 550px;
   		/* border: solid 1px blue;	 */
}

imagecanvastop{
	clear: all;
	/* border: solid 1px blue;	 */
	height: 150px;
}

#imagecanvastopshade{
	float: left;
	background-color: #369;
	width: 60px;
	height: 138px;
	/* border: solid 1px blue;	 */
	margin-left: 8px;
	margin-top: 8px;
}

#imagecanvastopimage{
	float: right;
	width: 170px;
	height: 138px;
	/* border: solid 1px blue;	 */
	margin-right: 8px;
	margin-top: 8px;
}

#imagecanvasmiddle{
	clear: all;
	/* border: solid 1px blue;	 */
	height: 150px
}

#imagecanvasmiddleshade{
	float: left;
	background-color: gray;
	width: 60px;
	height: 138px;
	/* border: solid 1px blue;	 */
	margin-left: 8px;
	margin-top: 8px;
}

#imagecanvasmiddleimage{
	float: right;
	width: 170px;
	height: 138px;
	/* border: solid 1px blue;	 */
	margin-right: 8px;
	margin-top: 8px;	
	
}
#imagecanvasbottomTop{
	margin-top: 10px;
	margin-left: 14px;
}
#imagecanvasbottom{
	/* border: solid 1px blue;	 */
	margin-top: 10px;
	margin-left: 14px;
	padding-bottom: 10px;
}

#imagecanvasStaffRow{

	/* border: solid 1px green;	*/
	width: 260px;
	min-height:180px;
	#min-height:180px;
	padding-bottom: 10px;
}

#imageCanvasStaffLeft{
	float: left;
	width: 110px;
	height: 138px;
	/* border: solid 1px green;	*/
	margin-left: 8px;
	margin-top: 8px;
	text-align: center;
		
}

#imageCanvasStaffRight{
	float: right;
	width: 110px;
	height: 138px;
	/* border: solid 1px green;	*/
	margin-top: 8px;
	margin-right: 1px;	
	text-align: center;
}			

#staffname{
	
	color: #369;
	}
	
#staffphoto{

	border: solid 2px #369;
	}
			
#footer {
   background: url( ../images/menuBarBackground.png) repeat-x;
   height: 30px;
   color: white;
}

#footeroptions{
	float: left;
	width: 730px;
}

ul#footeroptionslist {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	width: 730px;
	color: #fff;
	background-color: #036;
	text-align: center;
}

ul#footeroptionslist li {
	display: inline; 
	text-align: center;
}

ul#footeroptionslist li a {
	float: left;
	width: 119px; /* 13em; */
	color: #fff;
	background-color: #036;
	padding-top: 6px;
	height: 24px;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	font-weight: bold;
	font-size: 12px
}

ul#footeroptionslist li a:hover {
	background-color: #369;
	color: #fff;
}

#footername {
	float: right;
	padding: 6px 20px 0 10px;
	width: 200px;
}

#specialContent{
	clear: all;
}	
z