﻿ #mainImage
{
    float:left;
    width:503px;
    height:159px;
    background:url('img/mainImage.jpg') no-repeat;
  
}
#mainImage h1
{
    background: #ffcc33 none repeat scroll 0 0;
    color: #330000;
  
}
#sideImage
{
    float:left;
    width:18px;

    height:auto; 
 }
 
#sideImage #img
{
    float:left;
    width:19px;
    background:#ccc url('img/sideImage.jpg') bottom no-repeat;
    height:156px;
    margin-top:44px; 
 }
#sideImage #copy
{
    float:left;
    width:18px;
   background:url('img/duplicate.jpg') repeat-y;
    height:auto; 
     
 }

/*other styles for this id defined in stylesForaLL*/
.contentWrap{

    background:  #fff url(img/copyBg.jpg) repeat-y;
}

