/*
File:			custom.css
Description:	Custom Thesis modifications by Randal Birkey of Headstand Media
*/

	
	body { 
	background: url(/uploads/ecc-back.png);
	}
	
	.custom #container { 
	margin-top: 6em; 
	margin-bottom: 3em; 
	padding: .4em; 
	background: #ffffff; 
	border: 0.3em solid #6b5a39; 
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em; 
	-khtml-border-radius: 1em; 
	border-radius: 1em;
	}
	
	.custom #header { 
	padding: 0; 
	}
