

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;
}


/* standard link properties */
a:link {
text-decoration: none;
color: #ffffff;
}

a:hover {
text-decoration: none;
color: #ffcc66;
}

a:visited {
text-decoration: none;
color: #ffff99;
}


/* layout */
#contain {
position: relative;
margin: 0 auto;
width: 854px;
}

#head {
float: left;
clear: both;
width: 100%;
}


#body {
float: left;
clear: both;
margin: 0 auto;
width: 100%;

text-align: center;
}


#content {
float: left;
margin: 0 auto;
width: 100%;
font-size: small;
margin: 12px;
}

#menu {
float: left;
margin-left: 120px;
width: 100%;
z-index: 100; /* always on top, prevents browser errors! */
}


#footer {
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;
}

h2 {
display: block;
font-size: large;
font-weight: bold;
letter-spacing: 0.1em;
color: #ffffcc;
text-align: center;
}

h3 {
display: block;
font-size: medium;
font-weight: bold;
letter-spacing: 0.1em;
color: #ffffcc;
text-align: center;
}



/* other classes */

.important {
font-weight: normal;
color: #FFFFFF;
}