﻿ #mainImage
{

    float:left;
    width:503px;
    height:326px;
    background:url('img/mainImage.jpg') no-repeat;

}

 #mainImage h1
{
background:#ffffcc none repeat scroll 0 0;
color:#cc6600;
float:left;
margin-left:35px;
margin-right:0;
margin-top:72px;
width:150px;

}
#sideImage
{
    float:left;
    width:19px;

    height:auto; 
 }
 
#sideImage #img
{
    float:left;
    width:19px;
    background:#ccc url('img/sideImage.jpg') top no-repeat;
    height:327px;
    margin-top:44px;
     padding:0;
     

 }
#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;
}