body {
text-align: center;
background-color: #000;
font-family: helvetic, sans-serif;
line-height: 1.3em;

}

#width {
width: 950px;
margin: auto;
}

#banner {
width: 950px;
height: 232px;
padding: 0px;
top: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin: auto;
}

#footer {
width: 950px;
height: 232px;
padding: 0px;
top: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin: auto;
}

#content {
width: 930px;
height: auto;
margin-top: 0px;
top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
text-align: left;
border: 1px solid #000;
padding: 10px;
background-color: #FFF;
}

h1 {
font-size: 1.8em;
font-style: bold;
width: 500px;
border-bottom: 1px solid #AAA;
line-height: 1.5em;
}

h2 {
font-size: 1.3em;
font-style: bold;
line-height: 1.5em;
}

h3 {
font-size: .8em;
font-style: italic;
text-align: center;
}

#quote {
border: 1px solid #CCC;
background-color: #EEE;
color: #444;
font-size: 1em;
padding: 10px;
width: 550px;
height: auto;
margin-left: 20px;
}

h5 {
display: block;
text-align: center;
color: #000;
font-style: bold;
font-size: 1.0em;
border-bottom: 1px solid #AAA;
border-top: 1px solid #AAA;
margin-top: 20px;
margin-bottom: 15px;
line-height: 1.5em;
}

#linkbar {
float: right;
margin-left: 10px;
margin-right: 10px;
width: 250px;
padding: 0px;
height: auto;
}