@import url(template1.css);

#leftbox {
 width:320px;
  float:left;
  padding-left:2px;
}

#middlebox {
  width:325px;
  float:left;  
}



#rightbox {
  width:238px;
  float:right;
  text-align:center;
}

#rightbox img {
  border:0;
  margin-bottom:10px;
}

#contact {
  height:107px;
  padding-left:15px;
  padding-top:155px;
  width:287px;
  background:transparent url(../images/home_contact.png) no-repeat;
}



.rotatingText {
  color:#991422;
  font-size:16px;
}

.caption {
  padding-top:15px;
  position:absolute;
  text-align:center;
  font-size:16px;
  color:#991422;
  width:302px;
}

.caption p {
  width:300px;
  margin:0 auto;
}