


/*================= MIDDLE CONTENT ================== */


#header{
	width:850px;
	height:171px;
	float:left;
}

#middleImage{
	background-repeat:repeat-y;
	width:900px;
	position:relative;
}


#mainContent{
	width:850px;
}



#middle h2{
	font-size:22px;
	margin-bottom:10px;
	color:#FFCE00;
}


#middle #leftBox{
	float:left;
	width:410px;
	margin-bottom:25px;
}


#middle #rightBox{
	float:left;
	width:371px;
	margin-left:20px;
}

#middle #rightBox img{
	float:right;
}


#middle #map{
	width:371px;
	height:280px;
	background-image:url(images/floorPlan.jpg);
	background-repeat:no-repeat;
	float:right;
	position:relative;
	margin-right:-22px;
	z-index:25;
	margin-top:20px;
}

/* =================== Other ===================== */


#clear{
	clear:both;
}