* {
margin: 0;
padding: 0;
}
 body {
font-family: "Verdana", Arial, Sans-Serif;
background: url(/images/assets/bg.gif) no-repeat;
font-size: 62.5%;
color: #353535;
}

#container {
width: 1000px;
min-height: 850px;
background: url(/images/assets/containerBg.gif) no-repeat right bottom #fff;
margin: 20px auto 0 auto;
border: solid 1px #000;
}

#container #header {
height: 150px;
width: 890px;
margin-left: 40px;
padding: 10px;
background: url(/images/assets/gerlach_logo.gif) no-repeat left center;
border-bottom: solid 1px #000;
}

#container #slogan {
height: 50px;
width: 955px;
background: url(/images/assets/slogan.gif) no-repeat right center;
}

#container #nav {
float: left;
width: 225px;
padding: 15px 0 15px 0;
background: #ECECEC;
}

#container #nav #navbar li {
list-style-type: none;
}

#container #nav #navbar li a {
text-decoration: none;
font-size: 1.1em;
display: block;
height: 25px;
line-height: 27px;
border-bottom: solid 1px #fff;
color: #353535;
padding: 0 0 0 40px;
}

#container #content {
float: right;
width: 630px;
overflow: auto;
padding: 0 100px 0 0;
height: 500px;
}

#container #content p, #container #content ul{
font-size: 1.2em;
line-height: 140%;
padding: 0 0 10px 0;
}

#container #content ul li{
list-style-type: disc;
list-style-position: inside;
}

#container #footer {
clear: both;
}