html,body
{
  font-size:12px;
  font-family: Georgia, Times New Roman;
}

#container{
  width: 990px; 
  margin: 0 auto;
}

#header{
  width: 990px; 
  height: 120px; 
}

#content {
  font-family: Georgia, Times New Roman, serif; 
  float: right; 
  width: 990px; 
  font-size: 14px; 
}

#content h3 {
  color: black; 
  text-decoration: underline; 
  font-size: 150%; 
}

#content p {
  text-indent: 0.5cm; 
  color: black; 
  line-height: 24px; 
}

#pic{
  width: 990px; 
  height: 200px; 
  background-color: gray; 
  float: left; 
}

#nav_bar {
  background-color: #7e383d;
  color: #000; 
  padding-top:10px;
  padding-bottom:10px;
  font-size: 14px;
}

#footer {
  border-top: solid 1px #7e383d;
  margin-top: 20px;
  background-color: #fff;
  color: #000; 
  padding-top:10px;
  padding-bottom:10px;
  text-align:center;
}

#nav_bar ul, #footer ul {
  list-style-type:none;
  display: inline;
  padding:0;margin:0;
  padding-left:10px;
}

#nav_bar li {
  list-style-type:none;
  display: inline;
  padding:0;
  white-space:pre; 
}

#footer li {
  list-style-type:none;
  display: inline;
  padding:0; margin:0;
}

#footer a:link { color:#707070}
#footer a:visited, #footer a:active, #footer a:hover{ color:blue }

#nav_bar a {text-decoration: none;padding:10px; }
#nav_bar a:link { color:white; } 	/* unvisited links */
#nav_bar a:visited { color:white;}  	/* visited links */
#nav_bar a:active { color: black; background-color: #89959d; }		/* active links */
#nav_bar a:hover { color: white; background-color: #89959d; }		/* user hovers */

