nav
{
  display: inline-block;
  -moz-box-shadow: 2px 2px 4px #C0C0C0;
  -webkit-box-shadow: 2px 2px 4px #C0C0C0;
  box-shadow: 2px 2px 4px #C0C0C0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 70%;
  padding: 10px;
  margin-bottom: 15px;
  background: #d0d0d0; /* For non-css3 browsers */
  background: -webkit-linear-gradient(#e0e0e0, #c0c0c0);
  background: -o-linear-gradient(#e0e0e0, #c0c0c0);
  background: -moz-linear-gradient(#e0e0e0, #c0c0c0);
  background: linear-gradient(#e0e0e0, #c0c0c0);
}

nav>a
{
  color: #404040;
  text-decoration: none;
  font-family: sans, arial;
  font-weight: bold;
  -moz-text-shadow: 1px 1px 1px #606060;
  -webkit-text-shadow: 1px 1px 1px #606060;
  text-shadow: 1px 1px 1px #606060;
  margin-right: 5px;
  margin-left: 5px;
}

nav>a:hover
{
  color: #0080ff;
  -moz-text-shadow: 1px 1px 1px #2090f0;
  -webkit-text-shadow: 1px 1px 1px #2090f0;
  text-shadow: 1px 1px 1px #2090f0;
}

a
{
  color: #0000ff;
}

body
{
  background-color: #f8f8f8;
  text-align: center;
  font-family: sans, arial;
  font-size: 16px;
}

h1
{
  font-family: sans, arial;
  color: #404040;
  -moz-text-shadow: 1px 1px 3px #808080;
  -webkit-text-shadow: 1px 1px 3px #808080;
  text-shadow: 1px 1px 3px #808080;
  font-size: 24px;
}

section
{
  display: inline-block;
  width: 70%;
  text-align: left;
}

img
{
  max-width: 120%;
  border: solid 1px #000000;
}

footer
{
  display: inline-block;
  -moz-box-shadow: 2px 2px 4px #C0C0C0;
  -webkit-box-shadow: 2px 2px 4px #C0C0C0;
  box-shadow: 2px 2px 4px #C0C0C0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 70%;
  padding: 10px;
  margin-top: 25px;
  background: #d0d0d0; /* For non-css3 browsers */
  background: -webkit-linear-gradient(#e0e0e0, #c0c0c0);
  background: -o-linear-gradient(#e0e0e0, #c0c0c0);
  background: -moz-linear-gradient(#e0e0e0, #c0c0c0);
  background: linear-gradient(#e0e0e0, #c0c0c0);
  font-size: 12px;
}
img.logo
{
  border-style:none;
  border-width:0px;
}
