﻿body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-image: url('Images/blue-fade.gif');
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	height: 620px;
}
#headerNav {
	height: 75px;
	position: relative;
	z-index: 99;
}
#navMenu {
	position: relative;	/*	changed from position: absolute;	*/
/*	right: 0px;
	bottom: 20px;   */ /* don't need this if position relative */
	margin-left: 110px;  /* added this */
	z-index: 95;
}
#container {
	position: absolute;
	width: 880px;
}
/* #container contains the middle, left, and right panels */
#middleFront {
	position: absolute;
	top: 170px;
	left: 350px;
	width: 180px; 
	height: 239px; 
	z-index: 42;
}
#middleFront-middleBack {
	position: absolute;
	top: 170px;
	left: 350px;
	width: 180px; 
	height: 239px; 
	z-index: 41;
/*	visibility: hidden;  */
	display: none;
}
#middleFront-rightBack {
	position: absolute;
	top: 170px;
	left: 350px;
	width: 180px; 
	height: 239px; 
	z-index: 41;
/*	visibility: hidden;  */
	display: none;
}
#middleFront-leftBack {
	position: absolute;
	top: 170px;
	left: 350px;
	width: 180px; 
	height: 239px; 
	z-index: 41;
/*	visibility: hidden;  */
	display: none;
}
#middleFront-rightFront {
	position: absolute;
	top: 170px;
	left: 350px;
	width: 180px; 
	height: 239px; 
	z-index: 41;
/*	visibility: hidden;  */
	display: none;
}
#middleFront-leftFront {
	position: absolute;
	top: 170px;
	left: 350px;
	width: 180px; 
	height: 239px; 
	z-index: 41;
/*	visibility: hidden;  */
	display: none;
}
#middleBack {
	position: absolute;
	top: 20px;
	left: 350px;
	width: 180px; 
	height: 239px; 
	z-index: 22;
}
#middleBack-middleFront {
	position: absolute;
	top: 20px;
	left: 350px;
	width: 180px; 
	height: 239px; 
	z-index: 21;
/*	visibility: hidden;  */
	display: none;
}
#leftFront {
	position: absolute;
	top: 120px;
	left: 240px;
	width: 180px; 
	height: 239px; 
	z-index: 32;
}
#leftFront-middleFront {
	position: absolute;
	top: 120px;
	left: 240px;
	width: 180px; 
	height: 239px; 
	z-index: 31;
/*	visibility: hidden;  */
	display: none;
}
#rightFront {
	position: absolute;
	top: 120px;
	left: 460px;
	width: 180px; 
	height: 239px; 
	z-index: 32;
}
#rightFront-middleFront {
	position: absolute;
	top: 120px;
	left: 460px;
	width: 180px; 
	height: 239px; 
	z-index: 31;
/*	visibility: hidden;  */
	display: none;
}
#leftBack {
	position: absolute;
	top: 70px;
	left: 140px;
	width: 180px; 
	height: 239px; 
	z-index: 22;
}
#leftBack-middleFront {
	position: absolute;
	top: 70px;
	left: 140px;
	width: 180px; 
	height: 239px; 
	z-index: 21;
/*	visibility: hidden;  */
	display: none;
}
#rightBack {
	position: absolute;
	top: 70px;
	left: 560px;
	width: 180px; 
	height: 239px; 
	z-index: 22;
}
#rightBack-middleFront {
	position: absolute;
	top: 70px;
	left: 560px;
	width: 180px; 
	height: 239px; 
	z-index: 21;
/*	visibility: hidden;  */
	display: none;
}
#bottom-news {
	position: absolute;
	top: 470px;
	width: 880px;
}
/* #bottom-news contains #news-1 and #news-2 */
#news-1 {
	position: absolute;
	left: 70px;
}
#news-2 {
	position: absolute;
	left: 670px;
}
#footer {
/*	position: absolute;
	top: 580px;
	margin-left: 190px;	*/
	clear: both;
	margin-top: 20px;
	text-align: center;
	font-variant: small-caps;
	font-size: 0.6em;
}
#Placeholder {
	visibility: hidden;
	height: 500px;
}
