#fixed {
	position: relative;
	max-width: 1260px;
	min-width: 935px;
	width: 935px;
  width: expression((document.body.clientWidth > 1260) ? "1260px" : (document.body.clientWidth < 935) ? "935px" : parseInt(document.body.clientWidth));
}
#fixed[id] {
	width: auto;
}

#header-relative {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 89px;
	margin-right: 0px;
}
img.header-slogan {
	position: absolute;
	right: 190px;
	top: 37px;
	width: 292px;
	height: 26px;
	border-style: none;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	background-color: #00A650;
}
img.header-logo {
	position: absolute;
	right: 5px;
	top: 0px;
	width: 190px;
	height: 62px;
	border-style: none;
}
#header-spacer {
	position: absolute;
	height: 7px;
	width: 100%;
	left: 0;
	top: 82px;
	background-color: #F4F4F4;
}

#stage {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	color: #333333;
}

#stage-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	background-color: #00A650;
}

div.headerimage {
	position: relative;
	height: 130px;
	margin-bottom: 4px;
	background-repeat: no-repeat;
	margin-right: -5px;
}

#stage-content {
	position: relative;
	margin-left: 195px;
	margin-right: 5px;
	height: 518px;	
	left: 0;
	top: 0;
}

div.content {
	margin-top: 27px;
	padding-bottom: 10px;
}

.factbox {
	border: 1px solid #00A650;
}
.factbox h1 {
	color: white;
	font-weight: bold;
	padding: 1px 0 3px 10px;
	margin-bottom: 10px;
	background-color: #00A650;
}
.factbox p {
	margin: 0px 0px 10px;
	padding: 0px 3px 0px 10px;
}

#menu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}
#menu div.headline {
	color: #424242;
	font-weight: bold;
	padding-bottom: 2px; 
	padding-left: 16px;
	padding-top: 7px;
	background-color: #A9E7C7;
	background-image: url(../images/arrow-strom.gif);
	background-repeat: no-repeat;
}
#menu div.navigation {
	margin: 15px 0px;
}
#menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 11px;
	margin: 0px 5px 2px 8px;
	line-height: 14px;
}


#meta {
	position: relative;
	height: 21px;
	top: 61px;
	left: 0px;
	background-color: #A9E7C7;
}
#meta-nav {
	height: 21px;
	left: 195px;
	position: absolute;
	top: 3px;
}
#meta a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #424242;
	text-decoration: none;
	margin: 0px 7px 0px 3px;
}
