/* Sustain-A-Brew  ************************************************************************** */

* { margin: 0; padding: 0; }

BODY 
{ 
background: url('../images/bg.jpg');
background-repeat: repeat-x;
background-color: #c3e9fb;
text-align:center;
} 


.wrapper{
 position: relative;
 width: 900px;
 text-align: left;
}


.graphic{
  width: 582px;
  float: left;
}


.widgetpanel{
  float:right;
  width: 318px;
  text-align: center;
}

.info{
  margin-top: 15px;
  width:257px;
  border: 3px solid #a2d9fb;
  background: url('../images/widget_bg.jpg');
  background-repeat: repeat-x;
  background-color: #d5f0fc;
  font-family: verdana;
  font-size: 7pt;  
  color: #acaeb0;
  text-decoration: none;
}

.orange{
  font-family: verdana;
  font-size: 7pt;  
  color: #f8973e;
  text-decoration: none;
}

.green8{
  font-family: verdana;
  font-size: 8pt;  
  color: #76c148;
  text-decoration: none;
}

.green9{
  font-family: verdana;
  font-size: 9pt;  
  color: #76c148;
  text-decoration: none;
}