html {
        background-color: #171717;
        background-image: url(background.png);
        background-attachment: fixed;
}

body {
        background-color: #171717;
        background-image: url(background.png);
        background-attachment: fixed;
        color: #A9A9A9;
        width:  900px;
        margin-top: 5px;
        margin-right: auto;
        margin-bottom: 5px;
        margin-left: auto;
        border: none;
}

h1 {
        background-color: #171717;
        background-image: url(background.png);
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        border-top: 0px solid #121212;
        border-right: 0px solid #121212;
        border-bottom: 0px solid #121212;
        border-left: 0px solid #121212;
}

h2 {
      font-family: Arial, sans-serif;
      font-size: 19px;
      font-weight: bolder;
      color: #454545;
      padding-right: 15px;
      padding-left: 15px;
      font-variant: small-caps;
      border-bottom: 1px dotted #454545;
}

p {
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        padding-top: 0px;
        padding-left: 15px;
        padding-bottom: 10px;
        padding-right: 15px;
}

.note {
        color: #949494;
        font-family: "Times New Roman", Times, serif;
        font-size: 13px;
        padding-left: 20px;
        padding-bottom: 10px;
        padding-right: 20px;
}

.note2 {
        background-color: #FFFFAA;
        color: #000000;
        font-family: "Times New Roman", Times, serif;
        font-size: 12px;
        margin-left: 20px;
        margin-bottom: 10px;
        margin-right: 20px;
        padding-top: 10px;
        padding-left: 15px;
        padding-bottom: 10px;
        padding-right: 15px;
        border: 1px solid #bababa;
}

a.notes:link { color: #8B7E66; }
a.notes:visited { color: #8B7E66; }
a.notes:hover { color: #8B7E66; }
a.notes:active { color: #8B7E66; }
        
#navlist li { 
        display: inline;
        padding: 0 .6em;
        border-right: 0px solid #454545;
}

#navlist li.last {
        border: none;
}

#navlist {
        background-color: #171717;
        background-image: url(background.png);
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-variant: small-caps;
        text-align: left;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 0;
        margin-top: 12px;
        margin-bottom: 12px;
        margin-left: 0;
        border-top: 1px dotted #454545;
        border-bottom: 1px dotted #454545;
}


#navlist a {
        color: #454545;
        text-decoration: none;
}

#navlist a:hover {
       background-color: #433627;
       color: #000000;
       border: 2px solid #433627;
}

#main2 {
        background-color: #000000;
        background-image: url(.png);
        margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-left: 0px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        border: 1px solid #121212;
        -moz-border-radius: 8px;
        border-radius: 8px;
}

a:link {
	color: #A9A9A9;
	text-decoration: none;
}

a:visited {
	color: #A9A9A9;
	text-decoration: none;
}

a:hover {
	color: #8B7E66;
	text-decoration: none;
}

a:active {
	color: #A9A9A9;
	text-decoration: none;
}

img.header {
        border: 0px
}


