html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal 14px sans-serif;
  background: #A4A4A4;
  color: #5D5D5D;}

p
{ padding: 0 0 20px 0;
  line-height: 1.7em;}
  
img
{ border: 0;}



#content
{ text-align: left;
  width: 1100px;
  padding: 0;
  margin: 0 20px 0 0;
  float: left;}

#container_header
{ margin-top: 20px;
  height: 15px;
  width: 1080px;
  background: transparent url(../images/container_header.png) repeat-x top;}  
  
#container_footer
{ height: 20px;
  width: 1080px;
  background: transparent url(../images/container_footer.png) repeat-x top;}
  
#footer
{ width: 1080px;
  font: normal 115% "liberation sans", arial, sans-serif;
  height: 70px;
  padding: 10px 0 5px 0;
  margin-bottom: -15px;
  text-align: center; 
  background: #5E5E5E url(../images/footer.png) no-repeat bottom;
  color: #FFF;}

#footer a, #footer a:hover
{ color: #FFF;
  background: #5E5E5E;
  text-decoration: underline;}

#footer a:hover
{ text-decoration: none;}


#nav, #nav ul
{ float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: #3S5px;
  font: 115% helvetica;}
 
#nav a 
{ color: #FFF;
  display: block;
  text-decoration: none;
  list-style-type: none;}
  
