body {
    margin: 0px;
    font-family: verdana, sans-serif;
    font-weight: normal;
    color: #000;
    background: #f0f0f0 url(template_images/header-home.gif) repeat-x;
    margin: 0px auto 0px auto;
    padding: 0px;
    }
    
p {font-size: 14px;}
h1 {font-size: 28px; font-weight: bold;}
h2 {font-size: 21px; font-weight: bold;}
h3 {font-size: 16px; font-weight: bold;}

a:link {color: #44f; text-decoration: none; font-weight: bold;}
a:visited {color: #44b; text-decoration: none; font-weight: bold;}
a:hover {color: #FF6905; text-decoration: underline; font-weight: bold;}
a:focus {color: #FF6905; text-decoration: underline; font-weight: bold;}
a:active {color: #f00; text-decoration: underline; font-weight: bold;}
    
   
#page {
    position: relative;
    width: 980px;
    margin: 0px auto 0px auto;
    }
   
#header {
    position: relative;
    padding-top: 26px;
    }
    
#logo {
    position: relative; top: 24px; left: 0px;
    z-index: 1;
    color: #aaa;
    text-align: right;
    }
    
#nav {
    position: absolute; top: 130px; left: 854px;
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 15px;
    }
    
#nav li {
    padding: 0px; 
    margin: 0px;
    width: 96px;
    }

#nav li a,
#nav li a:visited {
    color: #888;
    text-decoration: none;
    font-weight: bold;
    padding: 2px;
    display: block;
    margin-bottom: 4px;
    }

#nav li a:hover {
    color: #f84;
    } 

#nav-1 #on-nav-1 a,
#nav-2 #on-nav-2 a,
#nav-3 #on-nav-3 a,
#nav-4 #on-nav-4 a,
#nav-5 #on-nav-5 a,
#nav-6 #on-nav-6 a,
#nav-7 #on-nav-7 a,
#nav-8 #on-nav-8 a {
    color: #fff;
    }

#opencontent {
    position: relative; top: 24px; left: 0px;
    margin: 0px 0px 0px -2px;
    width: 964px;
    padding: 8px;
    z-index: 0;
    border-left: solid 2px #eee;
    border-right: solid 2px #eee;
    background: #fff;
    }
    
#foot-wrapper {
    clear: both;
    margin: 0px;
    background: #000;
    }
    
#footer {
    padding: 8px 8px 16px 8px;
    margin: 24px auto 0px auto;
    width: 964px;
    border-bottom: solid 1px #235BB7;
    }
    
#footer p,
#footer a:link,
#footer a:visited {
    font-size: 13px;
    color: #aaa;
    text-decoration: none;
    }

#footer a:hover,
#footer a:active {
    color: #fff;
    text-decoration: none;
    }

.table {
    table-layout: fixed;
    border: solid 1px #ddd;
    padding: 4px;
    background: #f8f8f8;
    }

.image {
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
    }