/*
File: custom.css
Description:	Custom styles for Thesis for jillbremer.com by Randal Birkey of Headstand Media
*/

/*
	body { 
	background: #3366ff; 
	color: #111; 

	}
	

	
	* { padding: 0; margin: 0; }
	
	#container { 
	margin-top: 3em; 
	margin-bottom: 3em; 
	padding: .4em; 
	background: #3366ff; 
	border: 0.4em solid #CCC; 
	-moz-border-radius: 1em; 
	-webkit-border-radius: 1em; 
	-khtml-border-radius: 1em; 
	border-radius: 1em;
	}

	#page { 
	background:#FFF;
	}
	
		*/