/* CSS Document */
body{
  background-image:url(images/background.jpg);
  background-position:center top;
  background-repeat:no-repeat;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#333333;
  padding:0px;
  margin:0px;
}
p{
  margin:0px;
  padding:0px;
}
img{
  border:none;
}
#container{ 
  width: 780px;
  margin: auto;
  padding-bottom: 50px;
}
#header{
  background-image:url(images/header.gif);
  background-repeat:no-repeat;
}
#stage{
  width: 760px;
  margin: auto;
  padding-bottom: 50px;
}
#footer{
  height:25px;
  background-image:url(images/footer_bground.jpg);
  background-repeat:repeat-x;
  padding-bottom: 50px;
}
#footer_shadow{
  width:760px;
  height:7px;
  margin-top:10px;
  text-align:center;
}
#copyright{
  width:640px;
  float:left;
  margin:15px 0px 0px 25px;
}
#dusted{
  width:70px;
  float:left;
  margin-top:10px;
}
.mainnav{
  font-family:"Times New Roman", Times, serif;
  font-size:30px;
  text-decoration:none;
  margin-left:25px;
}
a.mainnav:link {
   color:#adadad;
   text-decoration: none; 
}
a.mainnav:visited {
   color:#adadad;
   text-decoration: none; 
}
a.mainnav:hover {
   color:#333333;
   text-decoration: none;
}
a.mainnav:active {
   color:#333333;
   text-decoration: none;
} 
.footer_info{
  float:left;
  margin:25px 17px 10px 17px;
  font-size:12px;
}
.footernav{
  font-size:12px;
  font-weight:bold;
  color:#333333;
  text-decoration:none;
}
.footer_divide{
  float:left;
  width:1px;
  height:20px;
  background-color:#adadad;
  margin-top:35px;
}
.smallcopy{
  font-size:8px;
}