
html, body {
margin: 0;
padding: 0;
}

body {
background: #cfe7cc url(../images/global/backgrad.gif) top left repeat-x;
}

a img {
border: none;
}

.tab {
float: left;
height: 10px;
width: 12px;
}

#outer {
margin: 0 auto;
width: 899px;
}

#nav {
background: url(../images/global/topback.jpg) top left no-repeat;
height: 30px;
padding-left: 57px;
padding-top: 176px;
width: 842px;
}

#middle {
background: url(../images/global/middleback.jpg) top left no-repeat;
padding-bottom: 35px;
}

#bottom {
height: 648px;
background: url(../images/global/bottomback.jpg) left 304px no-repeat;
padding-left: 29px;
padding-right: 22px;
padding-top: 11px;
width: 848px;
}

#content {
height: 588px;
overflow: auto;
}

/* Navigation */

#nav ul {
height: 26px;
list-style: none;
margin: 0;
padding: 0;
width: 842px;
}

#nav ul li {
background: url(../images/global/nav-divider.gif) left 1px no-repeat;
float: left;
}

#nav ul li.firstnav {
background: none;
}

#nav ul li a {
display: block;
height: 21px;
float: left;
padding-left: 10px;
padding-right: 5px;
}

#nav ul li a.selected {
background: url(../images/global/selected.gif) bottom right no-repeat;
}