body {
  margin: 0;
  background: #356031 url(assets/bg.jpg) top center no-repeat;
  color: #111;
  font-family: arial;
  font-size: 13px;
  line-height: 1.6em;
}

#mainwrapper {
  width: 960px;
  margin: 0 auto;
}

#header {
  height: 145px;
  position: relative;
}

#callus {
  width: 248px;
  height: 40px;
  position: absolute;
  right: 20px;
  top 0;
}

#logo {
  position: absolute;
  width: 366px;
  height: 108px;
  top: 26px;
  left: 12px;
}

#slogan {
  position: absolute;
  width: 328px;
  height: 30px;
  top: 104px;
  right: 20px;

}

#nav {
  background: #a5dfff url(assets/nav-bg.jpg) no-repeat;
  height: 2em;
  padding: .5em 0 .3em 2em;
}

#nav-menu ul
{
list-style: none;
margin: 0;
padding: 0;
}

#nav-menu li
{
float: left;
margin: 0;
}

#nav-menu li a
{
float: left;
display: block;
border: none;
color: #000;
text-decoration: none;
dtext-align: center;
margin-right: 3em;
font-size: 13px;
font-family: arial;
font-weight: bold;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu li a:hover {
  text-decoration: underline;
}


#nav-menu
{

}
#contentwrapper {
  margin-top: 0px;
}


#content {
  background: #fef5e1;
  padding: 40px;
  padding-bottom: 10px;
}

#content h1 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 1.5em;
}

#right-col {
  width: 240px;
  margin: 0 0 2em 1em;
  float: right;
}

#footer {
  text-align: center;
  color: #eee;
  font-size: 12px;
  margin-top: 1em;
}

a {
  color: #005f29;
}

