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

body {
background: #989897;
}

a img {
border: none;
}

#outer {
margin: 0 auto;
position: relative;
width: 950px;
}

#logo {
left: 0;
position: absolute;
text-align: center;
top: 13px;
width: 100%;
}

#centerimage {
border-bottom: 3px solid #010000;
border-top: 3px solid #010000;
left: 0;
position: absolute;
top: 230px;
}

#centerimage, #centerimage2 {
height: 219px;
width: 950px;
}

#content {
background: url(../images/global/content-design.gif) 2px 205px no-repeat;
left: 0;
position: absolute;
top: 453px;
width: 100%;
}

#bottomnav {
clear: both;
padding-top: 31px;
text-align: center;
width: 100%;
}

#footer {
padding-bottom: 12px;
padding-top: 18px;
text-align: center;
width: 100%;
}

/* navigation */
#nav {
left: 0;
position: absolute;
top: 184px;
width: 100%;
}

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

#nav ul li {
background: url(../images/global/nav/nav-divider.gif) left 6px no-repeat;
float: left;
height: 17px;
padding: 6px 23px 0 14px;
}

#nav ul li.firstnav {
background: none;
}

#nav ul li a {
display: block;
padding-bottom: 5px;
padding-left: 18px;
}

#nav ul li a.selected {
background: url(../images/global/nav/navbg.gif) left top no-repeat;
}