body {
  margin: 0;
  padding: 0;
  font: small Helvetica, Arial, sans-serif;  
  background-color: #6B0008;
}

hr {
  color: #6B0008;
  height: 2px;
}


.clearfix: after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {display: inline-block;}

/*Hides from IE-mac \*/

* html .clearfix {height: 1%; }

.clearfix {display: block;}

 /* End hide from IE-mac */


#wrapper {
  background-color: #6B0008;
  color: black;
  margin: 15px 15px 15px 15px; 
  padding: 10px;
  height: 1px;
}

#header {
  margin: 0;
  padding: 0;
}


#tagline {
  font-size: 12px;
  font-weight: bold;
  background-color: #6B0008;
  color: #FFFFFF;
  font-style: italic;
  border: 1px solid black;
  margin: 0;
  padding: 0 0 0 20px;
  width: 200px;
  float: left;
}

#header-bottom {
  font-size: 11px;
  color:FFFFFF;
  background-color: #6B0008;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  height: 1%;
}


#header-bottom ul {
  float: right;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  list-style: none;
}

#header-bottom li {
  display: inline;
  background-color: #6B0008;
  color: #FFFFFF;
}

#header-bottom a:link {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
   
}


#header-bottom a:visited {
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
} 


#header-bottom a:hover {
  text-decoration: none;
  color: #D5BA8B;
}


#header-bottom a:active {
  
  color: #FFFFFF;
}


#header-bottom ul ul {
 
  margin: 0;
}

#header-bottom ul ul li {
  border-bottom: 1px solid red;
  margin: 0;
}

#header-bottom ul ul a:link, #header-bottom ul ul a:visited {
  background-color: blue;
  color: white;
}

#header-bottom ul ul a:hover {
  background-color: #711515;
  color: #FFFFFF;
}

#main {
  margin-top: 5px;
  
}



#sidebar {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: black;
  padding: 5px;
  border: 2px solid black;
  background-color: white;
}

#sidebar a:visited {
  font-size: 10px;
} 

#sidebar h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: heavy;
  color: black;
  text-align: center;
}

#sidebar2 {
  float: left;
  width:  220px;
  top-margin: 400px;
  border: 1px solid green;
  background-color: white;
}

#content {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: white;
  padding: 0px 5px;
  display: inline-block;
  
}



#content h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: heavy;
  font-style: italic;
  background-color: #F2DEB9;
  background-image: url(header.gif);
  background-repeat: repeat-x;
  border-bottom: 3px solid #6B0008;
  text-align: center;
  margin-top: 10;
  padding: 5px 5px 5px 5px;
}

#photo {
  font-family; Verdana, Arial, Helvetica, sans-serif;
  color: black;
  font-size: 12px; 
}

#clearone {
  clear: both;
  height: 1px;
}

#footer {
  clear: both;
  width: 100%;
  background-color: #6B0008;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  margin-top: 10px;
}

#footer a:link, #footer a:visited {
  color: #FFFFC0;
}

#footer p {
  font-size: 10px;
  color: #FFFFC0;
  margin: 0;
  padding: 0.2em 0 0.2em 0;
}


