/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:
	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

More information about styling your Thesis installation using this file can be found
in the User\'s Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body.custom { background: #E4F2F5 url(images/body.jpg) 50% 0 no-repeat scroll; }
	
	.custom #container {margin-top: 2em; margin-bottom: 2em; padding: 0.3em; background: #33332f; border: 0.4em solid #3e3e3a;}

		.custom #page { background: #fff; }

