/*****VISTA FIRE DEPARTMENT STYLE BY ACECG.COM*****/

body{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  margin-top: 5px; 
  text-align: center;
  background-color: white; 
}

h3{padding-top: 0px; margin-top: 0px;}

#container{
  width: 950px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#top{
  width: 948px;
  height: 180px;
  background: url('../images/vfdbanner.jpg') no-repeat top left;
  float: left;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

#top_nav{
  width: 950px;
  height: auto;
  float: left;
}

#left{
  width: 198px;
  height: 295px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  text-align: center;
  border: 1px solid #bbb;
  background: url('../images/left.jpg') no-repeat top left;
}

#right{
  width: 710px;
  height: auto;
  padding: 10px 20px 0px 20px;
  margin-top: 0px;
  float: left;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
}

#right table{font-size: 12px;}
#right a, #copyright a{font-weight: bold; text-decoration: none; color: firebrick;}
#right a:hover, #copyright a:hover{text-decoration: underline;}

#bottom{
  width: 948px;
  height: 20px;
  margin-top: 5px;
  background-color: firebrick;
  float: left;
  border: 1px solid #bbb;
 }
 
 #copyright{
   float: left; 
   width: 100%;  
   height: auto;
}