html {
    font-size: 90%;
    height: 100%;
}
body {
    background: #E2E2E2;
    background-repeat: no-repeat;
    background-position: center; 
    background-attachment: fixed;
    color: #373737;
    font-family: Verdana, sans-serif;
    height: 100%;
    padding-bottom: 1px; /* force scrollbars */
    padding-top: 40px;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
p {padding: 0.2em 0 1.2em;}
/* --------------------------------
   Headings, titles
----------------------------------- */
h1 {font: normal 2em Georgia,sans-serif;}
h2 {font: normal 1.6em Georgia,sans-serif;}
h3 {font: normal 1.4em Georgia,sans-serif;}
h4 {font: bold 1em Georgia,sans-serif;}
h1, h2, h3, h4 {margin-bottom: 5px;}
#odd {background-color: #F0F0F0;}
td {padding: 5px;}
/* --------------------------------*/
#wrapper {
    margin: 0 auto;
    width: 750px;
}
#header_title {
    border-top: 1px solid #808080;
    height: 120px;
    background: #F9F9F9;
    opacity:0.8;
    filter:alpha(opacity=80);
}
/* --------------------------------
   Main
----------------------------------- */
#main {
    background: #FFFFFF;
    color: #373737;
    padding: 10px 12px;
    opacity:0.85;
    filter:alpha(opacity=85);
    line-height: 150%;
}
#main h1 {
    padding-top: 10px;
}
#main a {
    color: #000;
    border-bottom: 1px dashed #000;
    text-decoration: none;
}
#main a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
/* --------------------------------
   Footer
----------------------------------- */
#footer {
    background: #F9F9F9;
    border-bottom: 1px solid #808080;
    border-top: 1px solid #DDDDDD;
    color: #666666;
    font-size: 0.9em;
    padding: 10px 12px;
}
/* --------------------------------
   Floats
----------------------------------- */
.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
    display: block;
    line-height: 0;
    font-size: 0;
}
.clearer {height: 0;}
/* --------------------------------
   Navigation
----------------------------------- */
.navigation {
    background: #353535 url('img/nav.jpg') repeat-x;
    border-bottom: 1px solid #222;
    border-top: 1px solid #555;
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
    border-right: 1px solid #303030;
    float: left;
    list-style: none;
}
.navigation a {
    color: #c5c5c5;
    display: block;
    font: bold 1em Verdana,sans-serif;
    padding: 12px 14px;
    text-decoration: none;
}
.navigation a:hover {
    background: #444;
    color: #E5E5D5;
    text-decoration: none;
}
.navigation li.current_page a {

    background: none;
    color: #FFF;
}
/* Sub navigation */
#subnav a {
    padding: 10px;
    font-size: 0.9em;
}
/* --------------------------------
   Misc
----------------------------------- */
blockquote {
    background: url("img/quote.png") no-repeat scroll left top;
    padding: 6px 0 0 50px;
    margin: 20px;
}

