/* skin colors */

/* sets overall background color mostly the right and left sides*/
body {	
    background:url(bk.jpg);
    background-color: #fff;	 
}

/* sets color of the bage like area 1 in the template builder*/
#page {
	background-color: #fff;
	border-left: 0px #d7d7d2 solid;
	border-right: 0px #d7d7d2 solid;
	margin-top:-4px;
}

div.component {
    border: 0px solid #FFFFFF;
	
	
	
}



