/* CSS Document */

.bottomcontainer 
{ 
  background: #a61f62;
}

#nav  
{ 
  background: #ffffff url(images/nav_background_blue5.jpg) top left no-repeat;
}

#nav li#aboutLI a 
{ 
  text-decoration: underline; 
}

div#text
{
  float: left;
  width: 250px;
  margin: 15px 5px;
}

p.about
{
  font-size: 1em;
  margin-bottom: 15px;
}

h2
{
  margin-top: 10px;
  margin-bottom: 5px;
}


img#narrow
{
  margin: 20px 20px;
  float: left;
}

img#wide
{
  margin: 20px 20px;
  float: right;
}
