/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/
body.custom {
	background: #000000 url('images/background.gif');
}
.custom #page {
	padding: 2em 1.9em;
	background: #fff;
	border: 0.1em solid #A1A1A1; 
	border-top: 0;
}
.custom #content a:link, a:visited {
	text-decoration: none;
}
.custom #content a:hover {
	text-decoration: underline;
	color: #666666;
}

