

#wrapper-header {	background: #222; }

#header {
	background: #000 url('../images/header2007_frontpage.jpg') center no-repeat;
	width: 100%;
	height: 430px;
	line-height: 125px;
	margin: 4% auto;
	text-align: left;
	z-index:10;
}

#header h1 {
	margin: 0;
	padding: 0;
	color: #eee;
	font-size: 220%;
	padding-left: 10px;
	letter-spacing: -1px;
}

#header div {
	margin: 0;
	padding-top: 145px;
	padding-right:20px;
	white-space: nowrap;
	color:#999999;
	font-size: 80%;
	padding-left: 540px;
	letter-spacing: -1px;
	line-height:20px;
}

#header a:link, #header a:visited {
	color:#CCCCCC;
	text-decoration: none;
}

#header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	width: 83%; /* 93% because it has 1% padding on each side, which brings it to 95% wide */
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 90%;
	text-align: left;
}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
	margin: 0 auto;
	padding: 2px 5px;
	width: 83%;
	z-index:5;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #222 top left repeat-x;
	border: 1px solid #0e0e0e;
	font-size: 80%;
	azimuth:center;
}

#entertext {
	color: #FFFFFF;
	text-align:center;
	padding-bottom: 20px;
	font-size: 160%;
	letter-spacing: -1px;
	width:100%;
	height:8px;
	font-family:Calibri, "Century Gothic", Arial;
	z-index:10;
	float:inherit;
	vertical-align:top;
	font-style:bold;
	font-weight:lighter;
	font-stretch:narrower;
	text-shadow:#f5f5f5;
	text-transform:lowercase;
}

#entertext a:link {
	color: #FFFFFF;
	text-decoration:none;
}

#entertext a:active {
	color: #FFFFFF;
	text-decoration:none;
}

#entertext a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

#entertext a:hover {
	height:0;
	width:0;
	color:#FF3399;
	text-decoration:none;
	filter:shadow(color=#CCCCCC, direction=225) blur(add=0, direction=200, strength=5);
}

h2 {
	color: #FFFFFF;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
}

p { margin-left: 1em; }