/* todhunter.css */

/* Generic Classes */

* { padding: 0px;
	margin: 0px; }

body { font-family: Georgia, Garamond, 'Times New Roman', serif;
	background: #F1E5B8 url('../images/layout/body-bg.jpg') no-repeat left top; }

p { margin: 10px; }

h1, h2, h3, h4, h5, h6 { margin: 15px 10px; }

ul, ol { margin: 10px 10px 10px 35px; }

blockquote { margin: 10px 35px; }

acronym { border-bottom: 1px Dashed #000;
	font-style: italic;
	padding-right: 1px;
	cursor: help; }

/* Temporary Classes */

.highlight { color: #f00;
	border: 2px Dashed #c00;
	font-weight: 800; }

/* Semi-Generic + Custom Classes */

.center { text-align: center; }

br.clear { clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden; }

div#entirety { width: 700px;
	margin: 50px auto;
	text-align: left; }

div#entirety div#header { margin-left: 245px;
	background: url('../images/layout/header.png') no-repeat left top;
	height: 180px; }
div#entirety div#header h1, div#entirety div#header h2 { position: absolute;
	left: 0px;
	visibility: hidden; }
div#entirety div#header img { display: none; }

div#entirety div#content { line-height: 130%;
	color: #000; }

div#entirety div#content h3 { text-align: center; }
div#entirety div#content a { color: #722533; }
div#entirety div#content a:hover { color: #8E404B; }