* {	margin:0; padding:0; }

body {
  background:#D2D2D2;
  font: Verdana, Arial, Helvetica, sans-serif;
  color:#333;
  font-size:100%;
  behavior:url(csshover.htc);
}

.container {
	top: 10px;
	width: 752px;
	margin: 0px auto;
	text-align: left;
	color: #333;
	position: relative;
	text-decoration:none;
}

#title-adventure {
	clear: left;
	background: #FFF top center; 
	border-left: 1px solid #292C79;
	border-right: 1px solid #292C79;
}

#title-paintball {
	clear: left;
	background: #FFF top center; 
	border-left: 1px solid #292C79;
	border-right: 1px solid #292C79;
}

#largebanner {
	height: 150px;
}

#adventurecontentarea {
	position: relative; 
	width: 748px;
}

#paintballcontentarea {
	position: relative; 
	width: 748px;
}

#logo  {
	margin: 0px;
	padding: 0px;
	height: 100px;
	background: url(../img/top_curves4.jpg) no-repeat right top;
}

#toprow {
	width:660px;
	overflow:hidden;
	padding: 0px 37px 0px 47px;
}

#toprow p {
	float:left;
	color:#666676;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	FONT-SIZE: 0.8em;
	display:block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#toprow h1 {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #009C9C;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#midcolumn {
	width:660px;
	float: left;
	overflow:hidden;
	padding: 0px 37px 0px 47px;
}

#midcolumn a {
	color: #036;
	text-decoration: none;
}

#midcolumn a:hover {
	color: #CC0000;
}

#midcolumn p {
	float:left;
	width:440px;
	color:#666676;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	FONT-SIZE: 0.8em;
	display:block;
}

#midcolumn h1 {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #666676;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#midcolumn h2 {
	float:left;
	margin: 0px 0px 10px;
	width:490px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 100;
	color: #666676;
	display:block;
}


#midcolumn h3 {
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #666676;
}

#midcolumn h3 a {
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: boldest;
	color: #036;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	display:block;
}

#midcolumn h3 a:hover {
	color: #FF0000;
}

#midcolumn img {
	float:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#adventure-listing {
	padding: 40px 0px 0px;
}

#adventure-text {
	float:left;
	width:490px;
	padding: 0px;
}

#paintball-listing {
	padding: 40px 0px 0px;
}

#paintball-text {
	float:left;
	width:490px;
	padding: 0px;
}

#spacer {
	height: 40px;
}


/* ---------[ END OF PROFILE ELEMENTS ]---------- */


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";            /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;               /* ensure the period is not visible */
    clear: both;             /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */