body
{
    margin:0px;
    background-color: #f8f8f8;
}

#banner 
{
    margin: auto;
    height: 80px;
    width: 100%;
    line-height: 80px;
    background-color: #f0f0f0;
}

#banner h1 
{
    font-size: xx-large;
    font-style: italic;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px #000088;
}

.topnav 
{
  line-height: 30px;
  background-color: #ddd;
  width:100%;
  height:60px;
}

.topnav a 
{
  float: left;
  color: #66f;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-family: sans-serif;
  background-color: #ddd;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
}

.topnav a:hover 
{
  background-color: #44a;
  color: #ddd;
}

.topnav a.active 
{
  background-color: #66f;
  color: white;
}

#banner img
{
    width:48px;
    height:48px;
    margin:10px;
    position:fixed;
}

#content 
{
    margin: 10px;
    margin-top: 30px;
    font-family: sans-serif;
    font-size: x-large;
    color: darkblue;
}

.panel
{
    width:300px;
    height:300px;
    background-color: #fcfcfc;
    border-radius: 10px;
    border-style: ridge;
    border-color: darkblue;
    border-width: 2px;
    box-shadow: #44a 4px 4px;
    margin: 5px;
    float:left;
}