html,body{margin:0;padding:0}

body{
	font: 13px Trebuchet MS, Arial;
	background-color: #512F22;
	padding-top: 10px;
	line-height: 20px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	color: #666666;
}
  
div#container{
	margin: 0 auto;
	width: 652px;
min-height: 800px;
	background-color: #FFFFFF;
}

div#menuhome{
	width: 652px;
	height: 45px;
	background-image: url(../images/menu-home.jpg);
	
}

h1 {
	color: #00AB4D;
	font-size: 24px;
	font-weight: normal;
}


a:link {
	color: #834141;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #834141;
}
a:hover {
	text-decoration: underline;
	color: #00AB4D;
}
a:active {
	text-decoration: none;
	color: #834141;
}
div#insidemenu {
	width: 640px;
	padding-top: 12px;
}

#insidemenu ul
{
	margin: 0;
	list-style-type: none;
	padding: 0;
	text-align: center;
}

#insidemenu ul li
{
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	width: 128px;
	color: #834141;
	font-size: 14px;
}

#insidemenu ul li a
{
	text-decoration: none;
	font-size: 14px;
	color: #834141;
}

#insidemenu ul li a:hover
{
	color: #00AB4D;
}
div#content {
	width: 560px;
	margin: 0 auto;
	margin-top: 30px;
}
div#menufacilities {

	width: 652px;
	height: 45px;
	background-image: url(../images/menu-facilities.jpg);
}
div#menulocation {

	width: 652px;
	height: 45px;
	background-image: url(../images/menu-location.jpg);
}
div#menucontact {


	width: 652px;
	height: 45px;
	background-image: url(../images/menu-contact.jpg);
}
div#menulinks {



	width: 652px;
	height: 45px;
	background-image: url(../images/menu-links.jpg);
}
h2 {
	color: #732020;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 6px;
}

.imgmarg {
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.price {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	
}
.smallprint {

	color: #732020;
	font-size: 10px;
	font-weight: normal;
}
.equipment {
	color: #732020;
	font-size: 12px;
	font-weight: normal;
}

.br {
		display: block;
		padding: 8px 0px 0px 0px;
	}

.borderblack {
	border: 1px solid #000000;
}