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

