
	/* colors.css */
	
	body {
		
	}
	div#site_info {
		position: relative;
		width: 100%;
		height: 20px;
	}
	
	h1 {
		position: absolute;	
		text-indent: -9999px;
	}


	
	p+p {margin-top: 30px;}
	
	h4 { color: #d07f2a;}