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

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

a img {
border: none;
}

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

#header {
background: url(../images/global/header-back.jpg) left top no-repeat;
height: 139px;
left: 0;
position: absolute;
top: 0;
width: 850px;
}

#header #logo {
left: 38px;
position: absolute;
top: 56px;
}

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

#divider {
background: url(../images/index/divider-back.gif) left top repeat-x;
clear: both;
height: 20px;
width: 100%;
}

/* nav */

#nav {
background: #48425c;
height: 26px;
left: 0;
position: absolute;
top: 139px;
width: 100%;
}

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

#nav ul li {
border-left: #6c6b78 solid 1px;
float: left;
}

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

#nav ul li a {
display: block;
line-height: 26px;
padding: 0 7px;
}
