body {
background-color: #A55252;
font-family: Arial, sans-serif;
font-size: 1em;
margin: 0;
}

h1 {
font-family: Verdana, Arial, sans-serif;
font-size: 1.2em;
text-align: right;
font-style: italic;
}

p {
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}

a:link {
color: #FFFFFF;
background-color: #7C3E3E;
}

a:visited {
color: #A58C7C;
background-color: #7C3E3E;
text-decoration: line-through;
}

a:hover {
background-color: #A55252;
}

a:active {
background-color: #906C6C;
}

#header {background-color: #A50000;
padding-left: 125px;
padding-right: 125px;
padding-top: 10px;
padding-bottom: 10px;
}

#header h1 {
font-size: 1.5em;
color: #FFFFFF;
text-align: center;
letter-spacing: 5px;
}

#header p {
color: #FFFFFF;
font-size: .8em;
text-align: center;
}

#content {
position: relative;
width: 779px;
}

#navbar {
position: absolute;
top: 0px;
left: 0px;
width: 198px;
}

#navbar ul li {
list-style-type: none;
}

#navbar ul li a:link, #navbar ul li a:visited {
display: block;
text-decoration: none;
font-weight: bold;
border: solid #000000 1px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
}

#navbar ul li a:hover {
display: block;
text-decoration: none;
font-weight: bold;
border: solid #000000 1px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 20px;
}


#main-text {
background-color: #ffffff;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid;
margin-left: 198px;
padding: 10px;
}

#footer {
background-color: #A55252;
border: solid #000000 1px;
}

#footer p {
color: #FFFFFF;
font-size: .6em;
font-weight: bold;
text-align: center;
font-style: italic;
}
