BODY
{
	background-image: url(/img/hairyblur.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	margin: 0px;
	font-family: Gill Sans,arial,geneva,sans-serif;
}

H1
{
	background-image: url(img/blood2.jpg);
	background-repeat: no-repeat;
	background-position: top left;

	clear: both;
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	left: 0px;
	float: none;
	padding-bottom: 5px;
	margin: 0px;
	width: 100%;
	color: white;
	text-indent: 25px;
	padding-top: 5px;
	top: 0px;
	background-color: maroon;
	font-family: Viner Hand,arial,geneva,sans-serif;
}

H2
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	background-image: url(img/curve1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
	left: 0px;
	padding-bottom: 5px;
	margin: 0px;
	width: 100%;
	color: black;
	text-indent: 15px;
	padding-top: 5px;
	height: 60px;
	font-family: Viner Hand,arial,geneva,sans-serif;
}

H2.footer
{
	padding-right: 0px;
	border-top: maroon thin solid;
	padding-left: 0px;
	font-weight: bold;
	font-size: x-large;
	padding-bottom: 5px;
	margin: 20px 0px 0px;
	color: maroon;
	padding-top: 5px;
	background-repeat: no-repeat;
	text-align: center;
}

H3
{
	padding-right: 5px;
	padding-left: 10px;
	font-weight: bold;
	left: 0px;
	padding-bottom: 5px;
	margin: 0px;
	width: 100%;
	color: maroon;
	text-indent: 15px;
	padding-top: 5px;
}

H3.bar1
{
	background: url(/img/head.png) no-repeat left bottom;
}

P
{
	margin-left: 15px;
	text-indent: -5pt;
	line-height: normal;
	margin-right: 15px;
	letter-spacing: normal;
	text-align: left;
}

BlockQuote
{
	border-right: maroon thin solid;
	padding-right: 3px;
	border-top: maroon thin solid;
	padding-left: 3px;
	padding-bottom: 3px;
	margin: 2px 25px;
	border-left: maroon thin solid;
	padding-top: 3px;
	border-bottom: maroon thin solid;
	background-color: #FFC0C0;
}

LI
{
	background-position: left top;
	padding-left: 35px;
	background-attachment: scroll;
	background-image: url(/img/bullet.png);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 32px;
}

DL
{
	margin-left: 15px;
	margin-right: 15px;
}

DT
{
	background-position: left 50%;
	font-weight: bold;
	font-size: larger;
	background-attachment: scroll;
	background-image: url(/img/bullet.png);
	color: maroon;
	padding-left: 35px;
	background-repeat: no-repeat;
}

DD
{
	padding-bottom: 15px;
}

A
{
	color: maroon;
}

img{	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;}
img.right {	float: right;}
img.left {	float: left;}
