#container {
	height: 600px;
	width: 800px;
	z-index: 1;
	overflow: visible;
	margin: 15px;
}
#header {
	float: left;
	height: 150px;
	width: 800px;
	z-index: 2;
}
#header_text {
	float: right;
	height: 50px;
	width: 300px;
	margin-top: 0px;
}
#header_logo {
	float: left;
	height: 50px;
	width: 320px;
}
#navigation {
	float: left;
	height: 400px;
	width: 300px;
	z-index: 4;
	overflow: visible;
}
#content {
	height: 500px;
	width: 500px;
	float: right;
	z-index: 3;
}
#footer {
	float: left;
	height: 100px;
	width: 800px;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 1em;
	font-weight: 700;
	color: #EEE;
}
p {
	margin-bottom: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.1em;
	font-weight: 200;
	color: #EEE
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: 400;
	color: #EEE;
}
.navigation_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #EEE;
	line-height: 70%;
	margin-left: 50px;
	margin-top: 20px;
	opacity: 50;
	letter-spacing: normal;
	text-align: left;
	text-indent: 0%;
	word-spacing: normal;
	white-space: normal;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EEE;
}
h3 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 12px;
	color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	
}



@charset "UTF-8";
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}
