

body {
background-color: #000000;
background-repeat: no-repeat;
background-position: center;
background-align: middle;
font-family: "Papyrus", Lucida Sans Unicode, Geneva, sans-serif;
color: #ffffff;
margin: 1.5em;
}


/* standard link properties */
a:link {
text-decoration: none;
color: #ffcc66;
}


a:visited {
text-decoration: none;
color: #ffff99;
}


/* layout */
#contain {
position: relative;
margin: 0 auto;
width: 684px;
}

#head {
float: left;
clear: both;
width: 100%;
padding-top: 5px;
margin-left: 10px;
}


#body {
float: left;
clear: both;
margin: 0 auto;
width: 100%;
padding-top: 25px;
margin-left: 10px;
text-align: center;
}


#content {
float: left;
margin: 0 auto;
width: 100%;
font-size: small;
margin: 12px;
}


#menu {
float: left;
margin-left: 40px;
width: 100%;
padding-top: 45px;
padding-bottom: 10px;
z-index: 100; /* always on top, prevents browser errors! */
}


#footer {
padding-top: 5px;
width: 100%;
font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, sans-serif;
font-size: 9.5px;
color: #ffffff;
font-weight: normal;
text-align: right;
} 


/*--- title styles ---*/
h1 {
display: block;
font-size: x-large;
font-weight: bold;
letter-spacing: 0.1em;
color: #ffffcc;
text-align: center;
margin-bottom: 0.6em;
}

h2 {
display: block;
font-size: larger;
font-weight: bold;
color: #ffff99;
margin-left: 0.6em;
margin-bottom: 0.6em;
}

h3 {
display: block;
font-size: medium;
font-weight: bold;
color: #ffffcc;
margin-left: 0.6em;
margin-bottom: 0.6em;
}

h4, h5, h6 {
display: block;
font-size: small;
font-weight: bold;
color: #ffff99;
}

/* other classes */

.important {
font-weight: normal;
color: #FFFFFF;
}