/* page layout */
body, html {
	background-color: #293011;
	padding: 0px;
	margin: 0px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #454545;
	background-image: url(images/back3.jpg);
	background-repeat: repeat-x;
	background-color: #1E240A;
}
#wrapper{
	margin: 0px auto;
	width: 980px;
}
#menu{
	background:url(images/performance_golf_03.jpg);
	height: 38px; 
}
#contentarea{
	background: #FFF;
}
#content_main{
	background: #FFF;
}
.contentbox{
	padding-top: 10px;
	background:#FFF;
}
.contentbox_textarea{
	background:url(images/contentbacl.jpg);
	padding: 10px 40px 10px 40px;
}
#content_main_text{
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	height: auto;
	overflow:auto;
}
#content_main_text h2{
	font-size: 15px;
	line-height: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
#footer{
	height: 86px;
	background:url(images/footer.gif) no-repeat;
	text-align:center;
	padding-top: 28px;
	font: 11px Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
}
.clear{
	clear:both;
}
.lavaLampNoImage {
	position: relative;
	height:38px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-left: 40px;
	margin-right: -40px;
	overflow: hidden;

}
 ul.lavaLampNoImage{

}
.lavaLampNoImage li {
	float: left;
	list-style: none;
}
.lavaLampNoImage li.back {
	width: 15px;
	height: 38px;
	z-index: 8;
	position: absolute;
	background:#CC0000;

}
.lavaLampNoImage li a {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	outline: none;
	text-align: center;
	top: 10px;
	z-index: 10;
	display: block;
	float: left;
	height: 32px;
	position: relative;
	overflow: hidden;
	padding: 0px 13px;
	text-transform:uppercase;

}
.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
	color: #FFF;
	border: none;

}
div#logoFrame {
height: 64px;
position: relative;
}
div.navBarFrame {
margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
height: 30px; /* prevent collapse ? */
}
div#navBottomFrame {
margin: 10px auto;
}
div#middleFrame {
position: relative;

margin: 0px;
/* border-top: 1px solid white; Mozilla: else middle frame shifts down a bit depending on content?! */
left: 198px; /* the fluid content is 100% minus these margins wide */


/* right: 178px; */
/* next lines hack for IE5.2 mac (does not listen to right) */
margin-right: 198px;
right: 198px;
}
@media all {
        div#middleFrame {margin-right: 0;}
          } /* values for others */



#middleContent {
width: 100%;  /* prevents IE to jump out of the box! */
text-align: left;
float:left;
}
/* boxes1 and 2 (call it left and right if you prefer) */
div#boxes1Frame {
position: relative;
float:left;
left: 20px;
top: 230px;
width: 160px;
}
div#boxes2Frame {
position: relative;
float:left;
right: 20px;
top: 230px;
width: 160px;
}
div.infoboxContentsFL {
margin: 5px; /* = the padding */
width: 146px; /* ???????? needed for IE 160 minus margins and borders ? */
padding-bottom: 5px; /* IE */
}

div#bannerFrame {
height: 60px;
margin-top: 10px;
margin-bottom: 10px;
}

/* end page layout */
