body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/darkredbg.jpg);
}
#container {
	width: 950px;
	height: 668px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 125px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/tphead.jpg);
}
#left {
	float:left;
	width:200px;
	background-image: url(images/tpleft.jpg);
	height: 525px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#right {
	float:right;
	width:200px;
	background-image: url(images/tpright.jpg);
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	background-position: right;
	height: 525px;
}
#center {
	margin-right:199px;
	margin-left:199px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	height: 525px;
	background-image: url(images/tpcenter.jpg);
}
h5 {
	color: #810900;
}
#footer {
	clear:both;
	background-image: url(images/tpfoot.jpg);
	height: 12px;
	padding: 8px;
}
.italic {
	font-style: italic;
	color: #810900;
	font-size: 80%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #810900;
	line-height: 1.5em;
}
h6 {
	font-size: 60%;
	color: #810900;
	line-height: 40%;
}
.nav {
	color: #FFFAF5;
}
.home {
	padding-top: 30px;
	padding-left: 45px;
}
#left a:hover {
	text-decoration: none;
}
#center a {
	color: #810900;
	text-decoration: none;
}
#center a:hover {
	text-decoration: none;
	color: #FFFAF5;
}
form {
	margin-left: 25px;
}
