/* LAYOUT */
body{ 
background-color: #F1EFE2; 
margin-top: 0px;
font-family: arial;
}
#pagecontainer{
position: relative;
margin: 0px auto;
width: 780px;
left: 50%;
margin-left: -390px; /* half the width of the div */
background-color: #FFFFFF;
border: 1px solid black;
}
	#header{
	position: relative;
	height: 122px;
	background-image:url(../images/header.jpg);
	}
	#middle{
	float: left;
	width: 780px;
	background-image:url(../images/middle.jpg);
	}
		#menu{
		float:left;
		width: 211px;
		}
		#menu a{
		color: #000000;
		}
			#menuitemoff{
			float:left;
			width: 275px;
			height: 40px;
			background-image:url();
			}
			#menuitemon{
			float:left;
			width: 275px;
			height: 40px;
			background-image:url();			
			}
		#content{
		/*
		position: absolute;
		width: 450px;
		height: 250px;
		left: 300px;
		top: 5px;
		*/
		float:left;
		width: 529px;
		margin-left: 10px;
		}
	#footer{
	clear: both;
	height: 27px;
	background-image:url(../images/footer.jpg);	
	}
