body {
margin: auto;
padding:0px;
text-align: center;
background: #6e624f url(../images/BMTurfBGLong.jpg) repeat-x;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
color: #332003;
}

h1, h2 {
	color: #332003; 
	font-style:italic;
	margin: 3px;
}

h3, h4, h5, h6 {
	color: #332003;
}

a {
  color: #336600;
}

hr {
	margin:0px;
	height:3px; 
	border: 3px dashed #332003; 
	noshade
}

.mostImg {
 border: solid 1px #332003;
 margin: 5px;
 padding: 3px;
 background: #e5e5e5 url(../images/MainBG.jpg) repeat;

}

#wrapper {
	width: 990px;
}
/* ----- HEADER ----- */
#header {
width:990px;
height:154px;
background: #0e0e0e url(../images/Header2.jpg) no-repeat;
}

/* ----- LOCATION ----- */
#location {
height:16px;
background: url(../images/Location2.jpg) no-repeat;
border-right: solid 2px #332003;
border-left: solid 2px #332003;
font-size: 12px;
text-align: center;
}


/* ----- MAIN CONTENT ----- */
#content { 
min-height:450px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:450px; /* for IE5.x and IE6 */background-color:#333333;
margin-top:0px;
border-right: solid 2px #332003;
border-left: solid 2px #332003;
background: url(../images/Main2.jpg) repeat;
padding: 5px;
text-align:left;
}

#content li {
	list-style-image: url(../images/arrow_list_bullet.jpg);
	vertical-align: text-bottom;
	margin-left: 15px;
	line-height: 18px;
}

#content h4 {
 margin: 0px;
}

#content li a {
	color: #d9e5b0;
	font-size:14px;
}

/* ----- FOOTER ----- */
#footer { 
width:990px;
height:60px;
background: url(../images/dirt.jpg) repeat-x;
margin-top:-1px;
text-align: center;
font: 16px/28px "Lucida Grande", verdana, sans-serif;
color: #fff;
/*border-top: solid 4px #332003;*/
}

#footer a {
 color: #fff;
}

td, th {
	color: #000;
}

.references {
	padding: 10px;
	border: solid #332003 1px;
	background: #e5e5e5 url(../images/MainBG.jpg) repeat;
	margin-bottom: 10px;
	width: 705px;
}


