body{
	text-align:center;
	background-color:#c4bba0;
	
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size:62.5%;
	}
h1{ margin-bottom:15px; }

p{ font-size: 1.1em; line-height:1.4em; margin:5px 0; color:#666; }
 
#site{
	margin:25px auto;
	width:760px;
	
	text-align:left;
	background:url(../images/bkrnd.gif) repeat-y;
	}

#navBox{ border: 5px solid #fff; }

#content{
	float:left;
	width:484px; /* 438 */
/*	padding:20px 72px 20px 25px; */
	
	border-top: 5px solid #c4bba0; 
	/*background-color:#fff; */
	background:url(../images/floorplan_top.gif) no-repeat;
	
	color:#636466;
	}

#sidebar{
	float:left;	
	width:236px; /* 322 */
	padding:20px;
	border-top: 5px solid #c4bba0; 
	/*background-color:#fff; */
	background:url(../images/floorplan_top.gif) -484px 0 no-repeat;
	}

.sidebarItem{
	border:1px solid #352406;
	width:278px;
	padding:5px;
}
.graphic{display: block; text-indent:-9000px;}

#index_monday { background:url(../images/title_index_monday.gif) no-repeat 0 0; width: 340px; height: 53px;  }


#footer{
	width:100%;
	clear:both;
	
	background:url(../images/eho_logo.gif) center right no-repeat;
	background-color:#c4bba0;
	padding:10px 0;
	border-bottom:1px solid #fff;
	
	font-size: 1em;
	text-align:center;
	color: #fff;
	}
	
#footer a:link, #footer a:visited{color:#fff; font-weight:bold; text-decoration:none;}
#footer a:hover{border-bottom:1px solid #fff; }
#admin{float:left; position:relative; margin:-16px 0; height:46px; } /* admin button */

