html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background-color: #dddddd;
}

a {
	text-decoration:none;
	color: #3333ff;
}


h1 {
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	margin-top: 5px;
	margin-bottom: 8px;
}

h2 {
	color: #000055;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	margin-top: 2px;
	margin-bottom: 8px;
}

h3, h4, h5 {
	color: #000033;
	font-size: 15px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-top: 10px;
	margin-bottom: 4px;
}

h3, h4 {
	background-color: #d0c8c4;
	height: 20px;
	width: 400px;
}

h3 {
	font-size: 16px;
}

h4, h5 {
	font-size: 15px;
}

.box {
	background-color: #ffffff;
	width: 640px;
	padding-bottom: 20px;
}

.header {
	width: 534px;
	margin-top: 20px;
	margin-bottom: 25px;
	background-color: #eeeeee;
}

.menubar {
	font-weight: bold;
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.imageFloat {
	float: right;
	width: 170px;
}

.content {
	text-align: left;
	font-size: 15px;
	margin-left: 18px;
}

ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

ul li {
	list-style-image: url(http://SaintVitus.com/Pics/arrow.gif);
}

.footer {
	padding-top: 10px;
	padding-bottom: 8px;
	clear: both;
	font-size: 12px;
	font-style: italic;
}

.bottom {
	margin-top: 20px;
	width: 640px;
}

.faq {
	text-align: left;
	font-size: 12px;
	font-face: times, ariel;
	float: left;
}

.quote {
	text-align: center;
	font-style: italic;
	font-size: 12px;
}
.quoteAttrib {
	text-align: right;
	font-size: 12px;
}

.owner {
	text-align: right;
	float: right;
}

.terms {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

