/* CSS Document */


body {
margin: 0 auto;
background-color: #000;
font-family: Georgia;
font-size: 11px;
color: #868686;
line-height: 14px;
}

td {
	vertical-align: top;
	background-repeat: no-repeat;
}

td#content {
	background: url(thornton-06.jpg) no-repeat;
}

td#content p {
	margin: 10px;
	}
blockquote {
	border-left: 10px solid #333;
	margin-left: 10px;
	}
blockquote p {
	margin-left: 10px;
	}
h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:10px;
	color: #CCCCCC;
	text-transform: uppercase;
	border-bottom: 1px dotted #333;
	padding-bottom: 5px;
	}
a:link, a:visited {
	text-decoration:none;
	color:#666;
	}
a:hover {
	color: #bfbfbf;}