body {
margin: 0;
padding: 0;
font-family: Arial;
font-size: 8pt;
color: #363765;
letter-spacing: 1px;
line-height: 14pt;
background-color: #ffffff;
background-image: url('img/back.jpg');
background-repeat: repeat-y;
}

/* general */

p {
margin: .5em 0 .5em 0;
}

a:link, a:active, a:visited {
padding: 0 2px;
color: #a9676b;
text-decoration: none;
}

a:hover, a:focus {
padding: 0 2px;
color: #ffffff;
background-color: #a9676b;
text-decoration: none;
}

i, em {
font-family: Georgia;
}

b, strong {
padding: 0 2px 0 2px;
font-weight: normal;
color: #ffffff;
background-color: #D8D8A8;
}

img {
border: 0px solid #ffffff;
}

input {
margin: .2em 0 .2em 0;
font-family: Courier New;
font-size: 8pt;
color: #363765;
background-color: #ffffff;
border: 1px solid #efc857;
}

textarea, select {
margin: .2em 0 .2em 0;
font-family: Courier New;
font-size: 8pt;
color: #363765;
border: 1px solid #efc857;
}

/* headers */

h1 {
margin: 0 0 .5em 0;
padding: 0;
font-family: Georgia;
font-size: 18pt;
font-weight: normal;
color: #a9676b;
}

h2 {
margin: 0;
padding: 0;
font-family: Arial;
font-size: 10pt;
font-style: italic;
font-weight: bold;
color: #efc857;
text-align: center;
line-height: 10pt;
border-bottom: 1px solid #efc857;
}

h3 {
margin: 1em 0 .5em 0;
padding: 0;
font-family: Arial;
font-size: 10pt;
font-style: italic;
font-weight: bold;
color: #efc857;
line-height: 10pt;
border-bottom: 1px solid #efc857;
}

h4 {
margin: .5em 0 0 0;
font-family: Arial;
font-size: 8pt;
font-weight: bold;
color: #efc857;
text-transform: uppercase;
}

/* divs */

#image {
margin: 0;
padding: 0;
position: absolute;
width: 250px;
height: 400px;
background-image: url('img/sidebg.jpg');
background-repeat: no-repeat;
}

#container {
margin: 0 0 0 255px;
padding: 0;
width: 400px;
border: 0px solid black;
}

#top {
margin: 0 0 2em 0;
padding: 0;
width: 400px;
text-align: center;
border: 0px solid black;
}

#content {
margin: 0;
padding: 0;
width: 400px;
text-align: left;
border: 0px solid black;
}

#footer {
margin: 1em 0 0 0;
text-align: center;
border: 0px solid black;
}

#footer p {
margin: 2em 0 1em 0;
padding: 0;
font-family: Georgia;
font-style: italic;
}

/* nav */

ul#navlist {
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li {
display: inline;
list-style-type: none;
}

#navlist a {
padding: 3px 10px;
}

#navlist a:link, #navlist a:active, #navlist a:visited {
font-weight: bold;
color: #ffffff;
background-color: #d9d8a8;
text-decoration: none;
text-transform: uppercase;
border: 0px solid #ffffff;
}

#navlist a:hover, #navlist a:focus {
font-weight: bold;
color: #d9d8a8;
background-color: #ffffff;
text-decoration: none;
text-transform: uppercase;
border: 0px solid #ffffff;
}

/* other */

.back {
margin: .5em 0 0 0;
text-align: right;
}

.center {
text-align: center;
}

/* news */

.commheader {
margin-bottom: .5em;
padding: 0;
border-bottom: 1px solid #d9d8a8;
}