body {
	background-color: #000000;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center
}
p {
	padding-left: 25px;
	padding-right: 35px;
}
body,td,th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
}
a:link {
	color: #EFEA7E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #C99416;
}
#container {
	background-color: #4F2718;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	text-align: left

}
#left {
	width: 459px;
	float: left;
	min-height: 350px;
	background-image: url(images/dickhill_04.jpg);
	background-repeat: repeat-y;

}
#right {
	float: right;
	width: 311px;
	position: relative;
	background-image: url(images/dickhill_03.jpg);
	height: 493px;
	background-repeat: no-repeat;
	background-color: #4F2718;
}
#middleimage {
	background-image: url(images/dickhill_02-2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: right;
	height: 474px;
	width: 74px;
	position: relative;
}

#header {
	background-image: url(images/dickhill_01.jpg);
	height: 94px;
}
#footer {
	background-image: url(images/dickhill_05.jpg);
	height: 24px;
	clear: both;
	margin: 0px;
}
.b {
	color: #E8E1E1;
	font-weight: bold;
}
.small {
	padding-right: 35px;
	padding-left: 45px;
	font-size: 84%;
}
