* {
 padding: 0;
 margin: 0;
}

body {
 font-family: "Trebuchet MS", Helvetica, sans-serif;
 background-color: #000000;
 background-image: url(stone2.jpg);
 font-size: 12px;
 text-align: center;
}

#wrapper {
 width: 900px;
 height: 570px;
 margin-top: 50px;
 background-color: #CCCCCC;
 border: 2px solid #000000;
   /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity: .8;
      border-radius: 12px;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
}

#wrapper p {
  font-weight:bold;
  color:#000000;
}

#banner {
 background-color: #FFFFFF;
 width: 900px;
 border-bottom: #000000 solid 2px;
 height: 62px;
 text-align: left;
   opacity: 1;
  filter: alpha(opacity=100);
  margin: 30px 10px 10px 10px;
  padding: 10px;

 border: 2px solid #000000;
   /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity: .8;
      border-radius: 12px;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
}

#logo {
 height: 53px;
 text-align: center;
 padding: 0px;
}

a {
 color: #000000;
}

a.nav:link, a.nav:visited {
color: #000000;
text-decoration: none;
}

a.nav:hover {
color: #D80000;
}


#navbar {
 background-color: #CCCCCC;
 width: 900px;
 border: 1px solid #000000;
 text-align: center;
       border-radius: 12px;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 padding: 5px;
 font-size: 14px;
}

#navbar li {
 display: inline;
list-style-type: none;
padding-right: 20px;
padding-left: 20px;
font-size: 17px;
font-family: Arial, Helvetica, sans-serif;
 border-left: 1px solid #CCCCCC;
 border-right: 1px solid #CCCCCC;
background-color: #CCCCCC;
text-decoration: none;
text-align: center;
height: 38px;
}

#navbar li a#current {
 color: #A80000;
 text-decoration: none;
}

#leftcolumn {
 float: left;
 padding: 10px;
 font-size: 21px;
 background-color: #FFFFFF;
 width: 150px;
 height: 415px;
 border-right: #000000 solid 2px;
 letter-spacing: 3px;
 line-height: 20px;
}

#main { 
 font-size: 16px;
 width: 900px;
 height: 415px;
 padding: 10px;
 text-align: center;
 
 margin-top: 10px;
 background-color: #CCCCCC;
 border: 2px solid #000000;
   /* for IE */ 
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity: .8;
      border-radius: 12px;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 
  font-weight:bold;
  color:#000000;
}

#footer {
 text-align: center;
 margin: 5px 0px 0px 0px;
 font-size: 12px;
 color: #000000;
}

