/*Left hand column in order*/
.LHBlft 
{
  background: url("imagesgal/LHB.gif") #002809 0 100% no-repeat;
  width: 100%;
  color: #000000;
 /* background-color: #002809;*/
}

.RHBlft
{
  background: url(imagesgal/RHB.gif) 100% 100% no-repeat;
}

.LHTlft 
{
  background: url(imagesgal/LHT.gif) 0 0 no-repeat;
}

.RHTlft 
{
  	background: url(imagesgal/RHT.gif) 100% 0 no-repeat;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
} 

/*END - Left hand column*/

/*Right hand extra column in order*/
.LHBext 
{
  background: url(imagesgal/LHB.gif) 0 100% no-repeat;
/*  background-color: #002809;*/
  width: 100%; 
}

.RHBext
{
  background: url(imagesgal/RHB.gif) 100% 100% no-repeat;
}

.LHText 
{
  	background: url(imagesgal/LHT.gif) 0 0 no-repeat;
}

.RHText 
{
  	background: url(imagesgal/RHT.gif) 100% 0 no-repeat;
 	padding-right: 10px;
  	padding-left: 10px;
  	padding-top: 10px;
  	padding-bottom: 10px;
} 

/*END - Right hand extra column*/