*
{
	margin:0;
	padding:0;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	margin:0;
	padding:0;
}
#container {
	position: relative;
}
div#header {
	background-image: url(images/header.jpg);
	height: 101px;
	width: 268px;
}

div#nav {
	text-align: right;
	width: 130px;
	float: left;
	position: absolute;
}
div#bodytext {
	padding-top: 10px;
	padding-left: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	width: 600px;
}#
bodytext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div#nav ul {
	list-style-position: inside;
	list-style-type: none;
}
div#nav li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	display: block;
}
div#nav a {
	font-family: Impact, "Arial Black", Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #000000;
}
div#nav a:hover
{
	font-family: Impact, "Arial Black", Arial, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #007A87;
}

#seanbaby {
	background-image: url(images/seansfavoriteboy.jpg);
	height: 49px;
	width: 67px;
	background-repeat: no-repeat;
	position: absolute;
	padding-left: 500px;
	background-position: 500px;
}


td.formpadding {
	padding-left: 10px;
}
td.formtext {
	font-size: 14px;
}
h1 {
	font-family: Impact, "Arial Black", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #001100;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
