﻿body, ul {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(dplate.jpg);
	font-size: 10px;
	font-family: Helvetica, Arial;
}
#pageContainer {
	border: 1px solid #555;
	margin: 0px auto;
	width: 95em;
}
#headerContainer {
	background-color: #3F6CA6;
	height: 8em;
	line-height: 8em;
	text-align: center;
}
#bodyContainer {
	overflow: hidden;
	position: relative;
}
#navigationContainer {
	background-color: #000;
	display: block;
	float: left;
	height: 45em;
	width: 12.5em;
	margin-bottom: -200em;
	padding-bottom: 200em;
	position: relative;
	z-index: 4;
}
#contentContainer {
	background-color: #fff;
	float: left;
	height: auto;
	margin-bottom: -45em;
	padding-bottom: 45em;
	position: relative;
	width: 82.5em;
}
#footerContainer {
	background-color: #eee;
	height: 4em;
	line-height: 4em;
	text-align: center;
}
#headerContainer span, #footerContainer span {
	font-size: 2em;
	font-weight: bold;
}
/*   NAVIGATION MENU  */
.menu {
	background-color: #000;
	display: none;
	list-style: none;
	margin-left: 12em;
	position: absolute;
	top: 0px;
	width: 12em;
}
/*   base states for menu items  */
.menu li {
	position: relative;
}
.menu li a {
	background-color: #3F6CA6;
	color: #fff;
	display: block;
	font: 1.2em Arial;
	line-height: 1.2em;
	margin: 1px;
	padding: .25em;
	text-decoration: none;
}
/*   hover states for menu items  */
.menu li:hover > a {
	background-color: #d6ef39;
	color: #000;
}
.menu li:hover .menu {
	display: block;
}
/*   styles for the initially visible main menu  */
.mainMenu {
	display: block;
	margin: .25em 0px 0px .25em;
}
.clear {
	clear: both;
	height: 0px;
}
