body {
  font-size : 100%;
  font-family : arial, helvetica, sans-serif;
  background-color: #ffffff;
}


h1, h2, h3, h4 {
  font-family : arial, helvetica, sans-serif;
  color : #006666;
}

h2 {
  font-size : larger;
}

h3 {
  font-size : 100%;   
}

#wrapper {
  margin : 10px auto;
  padding : 0;
  border-top : 5px solid #006666;
  width : 612px;	 
}

html>#wrapper {
  width : 612px;
} 

#header	{
  background-image : url(http://www.cincinnatimemory.org/images/bridge-logo.png);
  background-repeat : no-repeat;
  height : 100px;
  color : #006666;
  border : 0;
  margin : 0;
  padding : 0;
  text-align : left;
  border : 1px solid #006666;
}

#header a {
  height : 100px;
  width : 610px;
  text-indent : -9999px;
  display : block;
}

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

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

#header img {
  display : block;
  margin : 0;
  padding : 0;
  border : 0;
}

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

#menu ul {
  border : 0;
  margin : 0;
  padding : 0;
  list-style-type : none;
  text-align : center;
  clear : left;
}

#menu ul li {
  display : block;
  float : left;
  text-align : center;
  padding : 0;
  margin : 0;
}

#menu ul li a {
  background : #fcf1c5;
  width : 100px;
  height : 2em;

  border-top : 1px solid #006666;
  border-left : 1px solid #006666;
  border-bottom : 1px solid #006666;
  border-right : 1px solid #006666;

  padding : 0;
  margin : 0 0 10px 0;

  color : #000000;
  text-decoration : none;

  display : block;
  text-align : center;
  line-height : 2em;
  font-size : x-small;   
}

html>#menu ul li a  {
  font-size : x-small;   
} 

#menu ul li a:hover {
  color : #006666;
}

#menu a:active	{
  background : #006666;
}

#footer {
  font-size : smaller;
  text-align : center;
}

a:link {
  text-decoration : none;
  color : #006666;
}

a:visited {
  text-decoration : none;
  color : #006666;
}

a:hover {
  text-decoration : underline;
  color : #006666;
}

a:active {
  text-decoration : underline;
  color : #006666;
}

#content img {
  border : none;
}
