*, html, body {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px none;
}

.clearBox {
	clear: both;
}

h1 {
	font-family: Times, serif;
	font-size:28px;
	padding-bottom: 10px;
	color: black;
}

h2 {
	font-size: 14px;
	color: black;
}

body {
	background-color: #FFFFFF;
	padding: 25px;
}

div#photo {
	background-image: url('/gfx/2009background.jpg');
	border: 0px black dotted;
	text-align: left;
	width: 800px;
	height: 600px;
	margin: auto;
	position: relative;
}

div#content {
	border: 0px red dotted;
	padding: 27px; 
	width: 750px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: black;
	line-height:14px;
}

div#waiver {
	border: 0px black dotted;
	text-align: left;
	width: 800px;
	margin: auto;
	position: relative;
}

div#waiver_content {
	border: 0px red dotted;
	padding: 20px 25px 25px 25px; 
	width: 750px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #999999;
}

div#content a {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}

div#waiver_content a {
	text-decoration: none;
	color: #993333;
	font-weight: normal;
}

div#content a:hover {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

div#waiver_content a:hover {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
