body {
	background-color: #FFF;
	background-image: url(img/bnrback.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
#wrap {
	margin-left: -435px;
	position: absolute;
	left: 50%;
	top: 0;
	width: 870px;
}
#header {
	background-image: url(img/bnr1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 170px;
	margin: 0;
	width: 100%;
}
#header p {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	margin: 85px 0 10px 475px;
	text-align: center;
}
#leftcontainer {
	float: left;
	margin: 0 20px 0 10px;
	width: 455px;
}
#right {
	float: right;
	margin: 25px 5px 0 0;
	width: 375px;
}
#footer {
	background-image: url(img/footerback.jpg);
	background-repeat: repeat-x;
	clear: both;
	margin: 0;
	width: 100%;
}
#footer p {
	margin: 10px 0 10px 75px;
	text-align: center;
}
table {
	width: 420px;
}
td {
	border: 1px solid #000;
	margin: 10px;
	padding: 0;
	width: 130px;
}
td p {
	color: #000;
	font-weight: bold;
	margin: 0;
	text-align: center;
}
/*the following is code for the grid of equipment photos on left side*/
.grid {
	display: table;
	border-spacing: 5px;
}
.row {
	display: table-row;
}
.image {
	border: 1px solid #000;
	display: table-cell;
	width: 130px;
	vertical-align: bottom;
	text-align: center;
}
.image p {
	color: #000;
	font-weight: bold;
	margin: 0;
}
/*end of grid code*/

.address {
	text-align: center;
}
.rightimg {
	border: 1px solid #000;
	float: right;
	margin: 10px 0 10px 10px;
}
h1 {
	color: #000;
	font-family: times new roman, serif;
	font-size: 20pt;
	font-weight: normal;
	margin: 0;
	text-align: center;
}
h2 {
	color: #000;
	font-family: arial, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	margin: 10px 0 0 10px;
}
h3 {
	color: #000;
	font-family: arial, sans-serif;
	font-size: 12pt;
	margin: 10px 0 0 10px;
}
p {
	color: #000;
	font-family: arial, sans-serif;
	font-size: 10pt;
	margin: 10px 0 0 10px;
}
ul {
	color: #000;
	font-family: arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	list-style: none;
	margin: 0 0 10px 15px;
	font-style: italic;
}
