/* @override 
	http://bucktaylor.com/paintingpages/style.css
	http://bucktaylor.com/styles.css
*/

/*** BASICS ***/html * {
	padding: 0;
	margin: 0;
	}body {
	color: #666;
	font-size: 10pt;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-bottom: 50px;	}a {
	color: #820;	outline: none;
	text-decoration: none;	}

a:hover {
	color: #000;
	text-decoration: underline;
	}

img { border: 0; }

/*** PAINTING PAGES ***/

div#sidebar {
	padding: 20px 0 0;
	margin: 8px;
	text-align: center;
	background-image: url(/images/reel.jpg);
	background-repeat: repeat-y;
}

ul, ul li {
	list-style: none;
}

div#sidebar img {
	padding-bottom: 7px;
}

div#paintpage {
	padding: 30px 0 0;
	text-align: center;
}

div#paintpage p, h1, form, img {
	padding-bottom: 25px;
}