* {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
background: #ccc999 url(bg.jpg) fixed;
font: 90% Verdana, Arial, Helvetica, Geneva, sans-serif;
color: #000;
text-align: center;
}

a:link, a:visited {
color: #33140e;
text-decoration: underline;
font-weight: bold;
}
a:hover {
color: #fff;
text-decoration: none;
background: #33140e;
}

#head {
margin: 0px auto;
padding: 0px;
background: url(head.jpg) no-repeat top left;
width: 561px;
height: 172px;
text-align: left;
}
#head h1 {
font:  bold 140% Georgia, "Times New Roman", Times, Palatino, serif;
color: #a62c02;
margin: 0px;
padding: 3px;
z-index: 2;
background: #f8f8ee;
border-bottom: 1px solid #000;
}

#content {
margin: 0px auto;
width: 561px;
background: #f8f8ee url(bg2.gif) repeat-y top right;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
padding: 0px;
text-align: left;
}


#content #nav {
float: right;
width: 200px;
}
#content #nav h2 {
font: 120% Georgia, "Times New Roman", Times, Palatino, serif;
color: #800000;
background: transparent;
margin-top: 5px;
margin-left: 2px;
padding: 0px;
text-align: center;
}
#content #nav ul {
margin-left: 3px;
margin-top: 5px;
padding: 0px;
}
#content #nav ul li {
margin-left: 2px;
padding: 0px;
list-style-type: none;
}
#content #nav ul li a:link, #content #nav ul li a:visited {
color: #33140e;
text-decoration: underline;
}
#content #nav ul li a:hover {
color: #fff;
background: #33140e;
}


#content #text {
margin-right: 200px;
}
#content #text h2 {
font: bold 120% Georgia, "Times New Roman", Times, Palatino, serif;
color: #800000;
background: transparent;
margin: 0px;
padding: 5px;
}
#content #text h3 {
font: bold 100% Georgia, "Times New Roman", Times, Palatino, serif;
color: #800000;
background: transparent;
margin: 0px;
padding: 5px;
}
#content #text p {
margin: 0px;
padding: 5px;
}

#content #footer {
clear: right;
text-align: center;
padding: 0.5em;
font-weight: bold;
font-size: 80%;
background: #ebebeb;
height: 50px;
border-top: 1px solid #000;
}

.first {
font: bold 120% Georgia, serif;
color: #800000;
background: transparent;
}

q {
font-style: italic;
cursor: help;
}
