html {
   background: #c8c8c8;
}
body {
   width: 767px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
a { text-decoration: none; color: #0075B3; }
a:hover { text-decoration: underline; }
#header {
   border-bottom: none;
   margin-right: 170px;
}
#header #title {
   background: transparent url(template48/top.png) no-repeat top left;
   color: #0075B3;
   font-weight: bold;
   font-size: 1.5em;
   padding: 10px 1em 5px;
}
#header #banner {
   background: transparent url(template48/banner.png) no-repeat top left;
   height: 116px;
}
#header #breadcrumb {
   font-size: .9em;
   background: transparent url(template48/body.png) repeat-y top left;
   padding: 5px 2.5em 0;
}
* html body { height: 1%; overflow: visible; }
* html #main { height: 1%; overflow: visible; }
* html #content { overflow: visible; margin-right: 170px; }
#main {
   background: transparent url(template48/body.png) repeat-y top left;
}
#main #content {
   padding: 0 2.5em;
   overflow: hidden;
}
#main #content .node {
   margin: 1em 0;
   overflow: hidden;
}
#main #content .node .heading {
   background: transparent url(template48/point1.png) no-repeat center left;
   padding: 0 0 0 40px;
}
#main #content .node .heading h1 {
   margin: 0;
   font-size: 1.5em;
}
#main #content .node .heading .info {
   color: #7d7d7d;
   font-size: .9em;
   font-style: italic;
}
#main #content .node .body {
   line-height: 1.5em;
}
#main #content .node .tags {
   float: left;
}
#main #content .node .links {
   float: right;
}
#main #content .horizontal-line {
   background: transparent url(template48/horizontal-line.png) no-repeat top left;
   width: 530px;
   height: 28px;
   border: 0;
   margin: 0;
}
#main #navigation {
   background: transparent url(template48/top-navigation.png) no-repeat top left;
   float: right;
   width: 179px;
}
#main #navigation .section {
   background: transparent url(template48/body-navigation.png) repeat-y top left;
   padding: .3em 0;
}
#main #navigation .section-heading {
   background: transparent url(template48/header-navigation.png) repeat-y top left;
   padding: 3px 1em;
}
#main #navigation .section-heading h1 {
   background: transparent url(template48/point2.png) no-repeat bottom left;
   margin: 2px 0;
   padding: 0 0 0 25px;
   font-size: 1.3em;
}
#main #navigation .section-links {
   list-style-type: none;
   margin: .5em 0;
   padding: 0 0 0 15px;
   line-height: 1.3em;
}
#main #navigation .section-links a {
   color: black;
   padding: 0 0 0 18px;
}
#main #navigation .section-links a:hover {
   color: #0075B3;
   font-weight: bold;
   text-decoration: none;
   background: url(template48/point3.png) no-repeat center left;
}
#main #navigation-footer {
   background: transparent url(template48/bottom-navigation.png) no-repeat bottom left;
}
#footer {
   clear: both;
   background: transparent url(template48/bottom.png) no-repeat bottom left;
   margin-right: 170px;
   font-size: .9em;
   padding: 10px 1.5em;
   text-align: right;
}