/* Content */

#Banner
{
  margin: 10px 10px 10px 10px;
  width: 740px;
  height: 280px;
  background: url(../images/banners/home.jpg) no-repeat;
}

#LeftCol
{
  position: relative;
  background: url(../images/left-col-back.gif) no-repeat;	
  left: 45px;
  width: 200px;
  margin: 0px 0px 0px 0px;
  padding-left: 15px;
  float: left;
}

#RightCol
{
  position: relative;
  background: url(../images/right-col-back.gif) no-repeat;	  
  padding-top: 40px;
  padding-left: 15px;
  width: 150px;
  top: -10px;
  left: 83px;
  float: left;
  color: #fe7436;
}

#ThirdCol
{

  position: relative;
  width: 150px;
  left: 150px;
  top: 79px;
  float: left;
  color: #fe7436;

}

#FooterName
{
  position: relative;
  left: 50px;
  float:left;
  margin-top: 40px;
  margin-bottom:20px;
  
}

#FooterAddress 
{ 
  position: relative;
  left: 240px;
  width: 400px;
  float:left; 
  text-align: right;
  margin-top: 40px;
  margin-bottom: 20px;
}