*
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: Arial, Helvetica, sans-serif;
background-color: #6C020E;
}
body {
font-size: 70%;
}
p {padding: 7px 7px 7px 7px;

}
 
a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}
 
h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
font-style: italic;
}
h3 {
font-size: 1.3em;
font-style: italic;
}
h1 a, #header h2{
color: #fff;
}

h4 {
color: #6C020E;
text-align: center;
font-size: 1.4em;
font-style: italic;
}

h5 {
color: #6C020E;
text-align: center;
font-size: 1.1em;
font-style: italic;
}

h6 {
color: #6C020E;
font-size: 1.2em;
}

blockquote{
margin: 20px 50px 0 50px;
text-align: justify;
font-size: .9em;
font-style: normal;
font-weight: normal;
background-color: white;
padding: 7px 7px 7px 7px;
border-width: 1px;border-style: outset;border-color: black;border-collapse: separate;
}

.clear { clear: both; }
#mainContainer {
width: 1000px;
margin: 0 auto;
background: #A9A9A9;
text-align: left;
}
* html #mainContainer {
height: 300px;
}

#header {
background: #000000;
background-image: url(header.gif);
padding: 0px;
height: 180px;
}


#footer {
border-width: 1px 0 0 0;border-style: outset;border-color: navy;border-collapse: separate;
margin: 0 auto;
color: #000060;
text-align: center;
background-color: white;
}

#content {
margin: 10px 10px 10px 10px;
background-color: #A9A9A9;
color: navy;
font-size: 1.3em;
font-style: italic;
font-weight: bold;
}

#about {
margin: 10px 10px 10px 10px;
background-color: #A9A9A9;
color: navy;
font-size: 1.3em;
font-style: italic;
font-weight: 900;
}



.menu{

      padding: 2px 0 2px 0;
      width: 100%;
      background: navy none;
      font-size: 1.2em;
      font-style: italic;
      font-weight: bold;
    }
.menu ul{
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
.menu li {
      margin: 0;
      padding: 0px;
      float: left;
      width: 14%;
      text-align: center;
    }

.menu li a{
text-decoration: none;
color: white;
}

.menu a:hover {
      color: red;
}

.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 2px solid #666;
padding: 0px;
}

.floatleft
{
float: left;
margin: 0 10px 10px 0;
border: 1px solid #666;
padding: 2px;
}

.floatrightfooter
{
float: right;
margin: 10px 2px 0 0;
}

.floatleftfooter
{
float: left;
margin: 10px 0 0 2px;
}
