/*
      ClarityWeb (c) 2007
	Clarity IT Consulting Ltd
	Client: Contract Candles Ltd

backgroun was #ffeedd
	  
*/
* { padding: 0; margin: 0; }


body {
 background-color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8px;
text-align: center;




}
#wrapper { 

background-color: #FFFFFF;
margin: 10px auto;
 width: 780px;
border: 2px solid #ccc;



}
#header {

 display:inline;
 color: #333;
 width: 780px;
 height: 108px;
 margin: 0px 0px 0px;
 background: #FFFFFF;

}

#leftcolumn { 
text-align: center;
color: #333;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 height: 426px;
 width: 127px;
float: left;


 
}
#rightcolumn { 

  color: #333;
 background: #FFFFFF;
 margin: 0px 0px 0px 0px;
 height: 426px;
 width: 649px;
float: left;



}
#footer { 
 width: 780px;
 clear: both;
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 0px
}


