body {
background: url('images/background.gif') repeat;
background-color: #191919;
font-size: 11px;
color: #686767;
font-family: tahoma;
}
div#wrapper {
width: 745px;
background-color:#0D0D0F;
overflow: auto;
margin-top: -8px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
padding: 0px;
border: thin solid #111111;
}
div#header {
padding: 0px;
margin: 0px;
text-align: center;
}
div#nav {
width: 125px;
padding: 1px;
margin-top: 1px;
float: left;
}
div#main {
margin-left: 18%;
margin-top: 1px;
padding: 1px;
}

a {
color: #686767;
}

a:hover {
color: #686767;
}

a.two {
color: #686767;
font-family: arial;
font-size: 14px;
}

a:link.navi
{
color:#403939;
border-left: 5px dashed #AE9074;
text-align:left;
font-size:11px;
}
a:visited.navi
{
color:#403939;
border-left: 5px dashed #AE9074;
text-align:left;
font-size:11px;
}
a:hover.navi
{
color:#403939;
border-left: 5px dashed #4E3111;
text-align:left;
font-size:11px;
}
a:active.navi
{
color:#403939;
border-left: 5px dashed #AE9074;
text-align:left;
font-size:11px;
}

h1 {
font-family: Times New Roman;
font-variant: none;
letter-spacing: 3px;
margin-top: 5px;
margin-bottom: 1px;	
font-weight: bold;
border-bottom-style: dashed;
border-bottom-color: 191919;
color: #686767;
font-size: 15px;
text-align: left;

}

h1:first-letter 
{
color: #8c8989;
font-size: 16px;
}

h3 {
font-family: Verdana;
font-variant: small-caps;
letter-spacing: 2px;
margin-top: 5px;
margin-bottom: 0px;	
font-weight: bold;
color: #v;
font-size: 11px;
align: left;
}

h4 {
font-family: Times New Roman;
font-variant: none;
letter-spacing: 3px;
margin-top: 5px;
margin-bottom: 1px;	
font-weight: bold;
border-bottom-style: dashed;
border-bottom-color: 191919;
color: #686767;
font-size: 15px;
text-align: left;

}

h4:first-letter 
{
color: #8c8989;
font-size: 16px;
}


blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  width: 250px;
  padding-left: 15px;
  border-left: 3px solid #686767;
  border-right: 3px solid #686767;
} 


#nav {
        width: 12em;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
        font-family: Tahoma, Arial, sans-serif;
                /*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
        font-size : 10px;
        color: #848283;
        background-color: #0D0D0F;

        }

        #nav ul {
                list-style: none;
                margin: 0;
                padding: 0;
                border: none;
                }

        #nav li {
                border-bottom: 1px solid #161616;
                margin: 0;
                list-style: none;
                list-style-image: none;
                }

        #nav li a {
                display: block;
                padding: 5px 5px 5px 0.5em;
                border-left: 10px solid #5A5A5A;
                border-right: 10px solid #201F24;
                background-color: #2C2C2C;
                color: #fff;
                text-decoration: none;
                width: 100%;
                }

        html>body #nav li a {
                width: auto;
                }

        #nav li a:hover {
                border-left: 10px solid #686767;
                border-right: 10px solid #161616;
                background-color: #1E1E1E;
                color: #fff;
                }

        #nav li #active {
                border-left: 10px solid #686767;
                border-right: 10px solid #161616;
                background-color: #1E1E1E;
                color: #fff;
                }

.puz { line-height: 0;}
