body {
	margin: 0px;
	background-color: #7A5C14;
	background-attachment: fixed;
	background-image: url(../Chassis/bodybkg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.hdr {
	height: 86px;
	width: 610px;
	background-image: url(../Chassis/hdr1.jpg);
	padding-left: 150px;
}
.navbar {
	background-image: url(../Chassis/hdr2.jpg);
	height: 30px;
	width: 740px;
	text-align: right;
	padding-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5D3F03;
	color: #9D7918;
}
.main {
	background-color: #FFFFFF;
	width: 720px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../Chassis/mainbkg.gif);
}
.footer {
	background-color: #C89F13;
	width: 720px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #543E19;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: small;
}
.maintitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #5D3F03;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #5D3F03;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #5D3F03;
}
.navi:link {
	color: #5D3F03;
	text-decoration: none;
}
.navi:visited {
	color: #5D3F03;
	text-decoration: none;
}
.navi:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	color: #000000;
	font-size: large;
}
.ptag {
	color: #000000;
	background-color: #D4AC17;
	padding: 5px;
}
