body {
	background-image: url(/assets/images/background.gif);
	background-repeat: repeat-x;
	background-color: #290c00;
	margin: 0;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2d0d00;
	line-height: 140%;
}

h2 {
	margin-top: 10px;
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

a {
	color: #993300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 800px;
	margin: 0 auto;
	min-height: 300px;
	background-image: url(/assets/images/shadow.png);
}

ol li {
	padding: 3px 3px 0px 0px;
}

#innercontainer {
	width: 760px;
	margin: 0 auto;
}

#topline {
	background-color: #2d0d00;
	height: 15px;
	width: 760px;
}

#header {
	width: 760px;
	height: 187px;
	background-image: url(/assets/images/header.gif);
}

#toplinks {
	width: 247px;
	height: 130px;
	float: right;
	margin-top: 20px;
	margin-right: 25px;
}

#menu {
	width: 760px;
	height: 64px;
	background-color: #d4bf95;
}

#frontfeature {
	width: 760px;
	height: 224px;
	border-top: 3px solid #2d0d00;
	border-bottom: 3px solid #2d0d00;
}

#content {
	width: 735px;
	background-color: #ddd3bf;
	background-image: url(/assets/images/contentbg.gif);
	background-repeat: repeat-x;
	min-height: 350px;
	padding: 1px 10px 15px 15px;
}

#footer {
	width: 800px;
	margin: 0 auto;
	background-image: url(/assets/images/footerbg.gif);
	background-repeat: no-repeat;
	height: 62px;
}

#insidefooter {
	width: 760px;
	margin: 0 auto;
	height: 28px;
	font-size: 11px;
	color: #2d0d00;
	text-align: center;
	padding-top: 13px;
}

#insidefooter a {
	color: #2d0d00;
	text-decoration: none;
}

#insidefooter a:hover {
	text-decoration: underline;
}

#outsidefooter {
	width: 740px;
	margin: 0 auto;
	padding: 10px;
	color: #7f5847;
}

#outsidefooter a {
	color: #7f5847;
	text-decoration: none;
}

#outsidefooter a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
}

.equipTable img {
	border: 1px solid #2d0d00;
}

.equipTable h3, h4 {
	margin-top: 0px;
	padding-top: 0px;
}
.brochure {
	padding-bottom: 20px;
}
#homepageLeft {
	float: left;
	margin: 10px;
}
#homepageRight {
	background-image: url(/assets/images/homepageRight.jpg);
	background-repeat: no-repeat;
	float:right;
	padding: 10px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
	width: 370px;
}