/*HTML tags */
/************/

body, div, ul, li, p, td 
{
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 10pt;

}

body
{
  background-color: #ffffff;
  background-image:  url(../images/body_bg.jpg);
  margin: 0px;
  padding: 0px;
}

a:link 
{
  text-decoration: underline;
  color: #000000;
}

a:visited 
{
  text-decoration: underline;
  color: #000000;
}

a:hover 
{
  text-decoration: none;
  color: #9d2c2d;
}

a:active 
{
  text-decoration: underline;
  color: #221e1f;
}


h6
{
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	margin-bottom: 1px;
}

h5
{
	font-size: 10pt;
	color: #9d2c2d;
	margin-bottom: 1px;
}

h4
{
	font-size: 11pt;
	color: #9d2c2d;
	margin-bottom: 1px;
}


h2
{
	font-size: 15pt;
	color: #000000;
	width:  450px;
	margin-bottom: 1px;
}


h1
{
	font-size: 15pt;
	color: #000000;
	width:  633px;
	height: 48px;
	margin-bottom: 30px;
	background: url(../images/h1Bg.jpg) no-repeat top left;
	text-indent: 10px;
}
p {margin-top: 5px;}


table {border: 1px solid #9d2c2d; margin-bottom: 10px;}

th
{
	background-color: #9d2c2d;
	color: #ffffff;
	text-align:left;
	border-bottom: 2px solid #000000;
}

th.right
{
	background-color: #9d2c2d;
	color: #ffffff;
	text-align:left;
	border-right: 2px solid #000000;
	border-bottom: none;
}

ul
{
	margin: 10px;
	padding: 0px;
}

li {margin: 10px;}
/*Generic Classes*/

.bold {font-weight:bold}

.column
{
	width: 330px;
	margin-right: 5px;
	float: left;
}
.clearLeft{clear:left;}
.clear {clear:both}
/*Positioning ids*/
#page
{
  position: relative;
  margin: 0px auto;
  left: 0px;
  top: 0px;
  width: 952px;
  background-color: #fff;
  padding: 0px;
  border: 1px solid #000000;
}

#header 
{
  position: relative;
  background: #f1eded url(../images/header.jpg) no-repeat;
  padding: 0px;
  left: 0px;
  top: 0px;
  width: 952px;
  height: 139px;
  margin: 0px;
  text-indent: -4000px;
  overflow:hidden;
}


/*Left Side*/
#menu_area
{
  position: relative;
  display: inline;
  background-color: #ffffff;
  left: 0px;
  top: 0px;
  width: 202px !important;
  padding: 0px !important;
  margin: 0px !important;
  float:  left;
  
}


#menu_area ul
{
	margin: 0px !important;
	padding: 0px !important;
	width: 202px;
	display:block;
	list-style: none;
	background-color: #ffffff;
}

#menu_area li
{
	margin: 0px !important;
	padding: 0px;
	list-style: none;
	width: 202px;
	display: block;
}
	.menu_header {height: 36px; background-repeat: no-repeat; text-indent: -4000px; overflow: hidden; width: 202px; margin: 0px; padding:0px;}
	#classic {background-image:url(../images/menu_classic.jpg)}
	#camps {background-image:url(../images/menu_camps.jpg)}
	#contact {background-image:url(../images/menu_contact.jpg)}
	#info {background-image:url(../images/menu_info.jpg)}

#menu_area li a
{
	display: block;
	margin: 0px !important;
	padding: 0px;
	text-indent: 25px;
	height: 25px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	width: 202px;
}

#menu_area li a:hover {background-color: #d2c398;}


/*Right side*/
#content_area
{
  position: relative;
  left: 0px;
  top: 0px;
  width: 749px;
  _width: 746px;
  
  margin: 0px;
  margin-left: 202px;
  
  background:#999797 url(../images/page_bg.jpg) top left repeat-x;
  
  border-left: 1px solid #000;
}


#content 
{
  position: relative;
  left: 0px;
  top: 10px;
  width: 700px; 
  min-height: 550px;
  _height: 550px;
  margin: 0px;
  padding:  15px 0px 15px 10px;
  
}

#header_bottom
{
	position: absolute;
	top:	139px;
	left:	807px;
	width: 145px;
	height:	78px;
	padding: 0px;
	margin:	0px;
	background: url(../images/header_bottom.jpg) no-repeat;
		
}

.end
{
	clear: left;
}

#footer 
{
	
	position: relative;
	top: 0px;
	width: 954px;
	font-size: 8pt;
	margin: 0px auto;
	padding: 0px;
	padding-bottom: 5px;
	text-align:center;
}

#footer p {margin: 5px;}
