/* css document */

body { font: 0.8em Verdana, Arial, sans-serif; background: url(/_img/background.gif) top left repeat-x #d7d1be;  }
h1 { color: #917f4c; font: normal 1.7em Verdana, Arial, sans-serif; }
h2 { border-bottom: 1px dotted #917f4c; color: #917f4c; font: normal 1.2em Verdana, Arial, sans-serif; }
#container { background: url(/_img/container.gif) top left repeat-y #fff; border: 1px solid #999; margin: 10px auto 0; padding: 0; width: 940px; }

#navigation { float: left; margin: 0; padding: 0; width: 150px; }
#navigation a { border-bottom: 1px dotted #999; color: #fff; display: block; margin: 0; padding: 5px; text-decoration: none; width: 140px; }
#navigation a:hover { background: #333; }
#navigation img { border-bottom: 1px solid #fff; }
#content { background: url(/_img/fusebox.jpg) top center no-repeat #fff; float: right; margin: 0; padding: 170px 15px 15px; width: 760px; }
#content p { line-height: 1.4; margin: 0 0 1em; }

p.contact { font-size: 1.2em; text-align: right; }

#footer { background: #fff; border-top: 1px dotted #000; color: #999;float: right; font-size: 0.8em; margin: 0 auto 0; padding: 5px 15px; width: 760px; }

#footer a { color: #f78f1e;}
#footer img { float: right; }
#footer p { line-height: 1.5;   }
.clear { clear: both; height: 0px; font-size: 0px; }