html, body {
	font: 18px Tahoma;
	background-color: maroon;
}
h4 {
	margin: 9px;
}
a {
	text-decoration: none;
}
#header {
	height: 170px;
	background: url('../images/header3.png');
}
#content {
	background: moccasin;
	margin: auto;
	width: 1000px;
	box-shadow: 0px 5px 15px black;
	-moz-box-shadow: 0px 5px 15px black;
	-webkit-box-shadow: 0px 5px 15px black;
}
ul.lavaLamp {
	margin: 0px;
	padding: 10px 20px;
	overflow: hidden;
	background-color: black;
}
ul.lavaLamp li {
	float: left;
	list-style: none;
	padding: 3px;
}
ul.lavaLamp li.backLava {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: white;
	position: absolute;
	z-index: 2;
}
ul.lavaLamp li a {
	font: bold 26px Georgia;
	text-decoration: none;
	color: maroon;
	font-variant: small-caps;
	margin: auto 20px;
	position: relative;
	z-index: 3;
}
.left {
	float: left;
	margin-right: 10px;
}
.right {
	float: right;
	margin-left: 10px;
}
#horsetable td {
	text-align: center;
	padding-bottom: 30px;
}
.thumbnail {
	background: white;
	border: 1px solid #BBB;
	box-shadow: 0px 3px 6px black;
	-moz-box-shadow: 0px 3px 6px black;
	-webkit-box-shadow: 0px 3px 6px black;
	width: 288px;
	height: 192px;
	margin: 9px;
	padding: 10px;
}
.hoverlight {
	opacity: 0.7;
}
.thumbscolumn {
	width: 665px;
	padding-left: 0px;
}
#statstable td {
	padding: 10px 5px;
}
.stats {
	padding-top: 20px;
}
.boldright {
	font-weight: bold;
	text-align: right;
}
#contactbutton {
	text-align: center;
}
.button {
	font: 16px Tahoma;
}
/*
#contactinfo {
	float: left;
	width: 400px;
	font-size: 18px;
	margin: 50px;
	padding: 20px;
	border: 5px double black;
}
*/
#contactform {
	//float: left;
	margin: auto;
	padding-bottom: 30px;
	width: 425px;
	font-size: 18px;
}
.forminput {
	width: 400px;
	font: 18px Tahoma;
}
.formtextarea {
	width: 405px;
	font: 18px Tahoma;
}



#footer {
	clear: both;
	font: bold 13px Georgia;
	color: maroon;
	font-variant: small-caps;
	margin: 20px auto;
	text-align: center;
	background-color: white;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	width: 300px;
	padding: 4px;
}