/* CSS Document */

html 
 {
 }

body
  {
  margin: 0; 
  padding: 0;
  background: url(images/bg.jpg); 
  background-repeat: no-repeat;  
  background-color: #000000;
  }

img 	
  {
	border: 0;
	}

p
  {
  font-family: Verdana;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 2px;
  }
  
input
  {
  border: 0; 
  background-color: #3c3c3d; 
  font-size: 17px; 
  font-family: verdana; 
  padding: 3px;  
  color: #ffffff;
  }
  
textarea
  {
  border: 0; 
  background-color: #3c3c3d; 
  font-size: 17px; 
  font-family: verdana; 
  padding: 3px;  
  color: #ffffff;
  } 
  
a { 
  border: no-border; 
  text-decoration: none;
  }
  
.other a { color: #ffffff; }
.other a:hover { text-indent: 0px; }
.menu { font-size: 18px; font-weight: bold; font-family: Verdana; line-height: 24px; color: #ffffff; margin: 10px;}

  
  


/* ID'S   */

#top
  {
  background: url(images/banner_top.png); 
  background-repeat: no-repeat; 
  width: 981px;
  height: 281px;  
  margin: auto;
  }
  
#coupon
  {
  background: url(images/banner_online-special.png); 
  background-repeat: no-repeat; 
  width: 981px;
  height: 230px;  
  margin: auto;
  }  


#wrapper 
  {
  width: 981px;
  margin: auto;
  background: url(images/bg_body.png); 
  background-repeat: repeat-y;
  }
  
#left
  {
  float: left;
  width: 275px;
  margin-left: 65px;
  } 
  
#social
  {
  margin: 10px 0 10px 5px;
  }   
  
#buttons
  {
  margin: auto;
  
   background: url(images/bg_nav.png); 
      background-repeat: repeat-y;
  
   padding-top: 10px;
  
   padding-bottom: 10px;
      padding-left: 10px;
  }


  
#right

  {
  float: left;
   
  background-color: #ffffff;
   
  width: 625px;
  }



#footer
  {
  background-color: #90191c;
   
  width: 899px;
   
  height: 60px;
   
  margin-left: 66px;
   
  margin-bottom: 20px;
      margin-top: -10px;
  }
