/* colours.css */

html {  }

body { 
padding-top : 0px; 
background: white url(/images/forcss/unless.jpg) repeat;
}

div#branding {
position : relative;
z-index : 0;
height : 110px;
background-color : #white;
border-bottom: 5px solid #FF6633;
  }

h1 { 
position : absolute;
top : 0px; 
left : 0px;
width : 860px; 
height : 110px;
text-indent: -99999px;
background :transparent url(/images/forcss/quiltgallery_banner.gif) no-repeat;
 }  
  
div#content {
border-left-color: #ff6633;
border-left-width: 4px;
border-left-style: dashed;  }
  
div#contentbody { background-color: white; }

div#footer { background-color: white; }

/* Old styles carried over */

div#featuredartist { background-color:#858585;
					border-width: 1px 1px 1px 1px; 
					border-color: #999999 #336666 #336666 #999999; 
					border-style:solid; }			
				
/* div.featureborder2 { margin: 2px 2px 2px 2px; 
					border-width: 1px 1px 1px 1px; 
					border-color: #336666 #999999 #999999 #336666; 
					border-style:dotted; 
					padding: 5px 5px 5px 5px; 
					background-color:#666699; }
*/

