html, body, #wrapper {
	min-height:100%;
	width:100%;
	height:100%;
}
html>body, html>body #wrapper {
	height:auto;
}
body {
	font-family: "Univers 47 Condensed Light", Tahoma, Geneva, sans-serif;
	font-size: 1em;
	margin: 0px;
	height: 100%;
	color: #666;
	background-color: #333;
//*	text-align: center; *//
}
#wrapper {
	position: absolute;
	height: 100px;
	width: 100%;
	min-height: 100%;
	left: 0px;
	top: 0px;
}

#top {
	background-color: #E6E6E6;
	margin: 0px;
}
#header {
	height: 110px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: right;
	color: #FFF;
	font-size: 0.6em;
	position: relative;
	bottom: 0px;
	background-color: #333;
	padding-bottom: 10px;
	margin-top: 10px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/web_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px -100px;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CA0066;
	min-height: 500px;
}
#menu {
	width: 165px;
	float: left;
	position: relative;
	z-index: 10;
	padding-top: 100px;
	padding-left: 210px;
}
#featured {
	width: 176px;
	position: relative;
	float: left;
	z-index: 11;
	padding-top: 30px;
	padding-left: 15px;
}
#main {
	width: 350px;
	position: relative;
	z-index: 12;
	float: left;
	padding-top: 100px;
	padding-left: 25px;
}
#picture {
	float: right;
	width: 250px;
}
#level2_navigation {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	height: 550px;
}
