body {
  margin: 0;
  background: #f47b21 url(images/bg.gif) left top repeat-x fixed;
  }

p, body, li, ul, dd, td {
  font: 15px "trebuchet ms", trebuchet, verdana, arial, helvetica, sans-serif;
  color: #000000;
  line-height: 150%;
  margin-top: 0;
  }
 
a {
  font: 15px "trebuchet ms", trebuchet, verdana, arial, helvetica, sans-serif;
  color:#000000;
  text-decoration: underline;
  }
  
a:hover {
  color: #e97a37; 
  text-decoration:underline;
  }

h1, h1 a, h2, h2 a, h3, h3 a {
  color: #e97a37;
  line-height: 120%;
  }

h1, h1 a {
  font-size: 20px;
  margin-top: 0;
  }
h2, h2 a {
  font-size: 19px;
  margin: 0;
  }
h3, h3 a {
  font-size: 16px;
  }

hr {
  height:1px;
  border: 0px;
  width:100%;
  background:#81aad2;
  color:#81aad2;
  margin: 5px 0 15px 0; 
  }
  
#wrapper {
  width: 990px;
  margin: 0 auto;
  background: #dddddd;
  }

#header a {
  height: 217px;
  background: #ffffff url(images/copy-machine-header.gif) left top no-repeat;
  display: block;
  }
 
#content {
  padding: 0 50px;
  border-bottom: 50px solid #ffffff;
  overflow: auto;
  height: 100%;
  background: #ffffff url(images/content-bg.gif) left top repeat-y;
  }

#navitems {
  font-style: italic;
  padding-bottom: 50px;
  }
#navitems a {
  color: #e97a37;
  text-decoration: none;
  font-size: 18px;
  }
#navitems a:hover {
  color: #0295cc;
  }

#content-left {
  width: 180px;
  margin-right: 78px;
  float: left;
  }

#content-main {
  width: 617px;
  float: left;
  }

#footer {
  margin: 20px auto;
  text-align: center;
  width: 878px;
  }
#footer a, #footer {
  font-size: 11px;
  color: #f9be91;
  }

body#graphicdesign a#nav-graphicdesign, body#printing a#nav-printing, body#planprinting a#nav-planprinting, body#finishing a#nav-finishing, body#contact a#nav-contact {
  color: #0295cc;
  background: url(images/over.gif) left 3px no-repeat;
  padding-left: 20px;
  }