@charset "UTF-8";
body {
	background-color: #222;
	font-size: 100%;
}
#container  {
	width: 820px; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	background-image: url(../images/bgMaederWebDesign18.jpg);
	background-repeat: no-repeat;
	height: 550px;
}
#mainContent {
	height: 530px;
	position: relative;
}
#contentHidden {
}
h1 {
	font-size: 1px;
	text-indent: -10000em;
}
p {
	font-size: 1px;
	text-indent: -10000em;
}
div .navigation {
	padding-left: 20px;
	width: 320px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../pics/graphics/bgNavIndex3.png);
	background-repeat: repeat;
	text-align: left;
	margin-top: 135px;
}
#mainContent ul {
}
#mainContent ul li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}
#mainContent ul li a {
	text-decoration: none;
	color: #EEE;
}
#mainContent ul li a:hover {
	color: #FFF;
}
#footer {
	font-size: 0.7em;
	color: #555;
	text-align: left;
	height: 10px;
	padding-bottom: 5px;
	vertical-align: bottom;
	padding-right: 10px;
	padding-left: 10px;
}
