html, body, h1, h2, p {
margin: 0;
padding: 0;
}

h1, h2 {
position: relative;
z-index: 1;
}

h1 span, h2 span {
left: 1px;
margin: 0;
padding: 0;
position: absolute;
top: 1px;
z-index: -1;
}

body {
background: #6595D5;
}

.clearer {
clear: both;
height: 0;
font-size: 0;
}

#outer {
background: url(../images/global/background.jpg) left top no-repeat;
height: 829px;
margin: 0 auto;
position: relative;
width: 1170px;
}

#inner {
background: url(../images/global/footer-banner.jpg) left 768px no-repeat;
height: 829px;
width: 1170px;
}

#heading {
left: 105px;
position: absolute;
top: 0;
}

#content {
	height: 552px;
	left: 106px;
	line-height: normal;
	overflow: auto;
	position: absolute;
	top: 216px;
	width: 950px;
	visibility: visible;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border: #ffffff;
}

#footer {
left: 0;
position: absolute;
top: 789px;
}

#footer #leftfooter {
left: 194px;
position: absolute;
top: 0;
width: 650px;
}

#footer #leftfooter span {
padding-left: 20px;
}

#footer #rightfooter {
left: 834px;
position: absolute;
top: 0;
width: 220px;
}

/* navigation */

#nav {
background: url(../images/global/nav-background.png) left top repeat-x;
height: 32px;
left: 105px;
position: absolute;
top: 152px;
width: 950px;
}

#nav ul {
list-style: none;
margin: 0;
padding: 0;
}

#nav ul li {
border-left: 1px solid #fcfcfe;
float: left;
height: 12px;
margin-top: 11px;
padding: 0 14px;
vertical-align: top;
}

#nav ul li.firstnav {
border-left: none;
padding-left: 151px;
}

#nav ul li a {
float: left;
}

#nav ul li a.selected {
border-bottom: #ee3224 solid 3px;
}

