body {
	margin: 0px;
	padding: 0px;
	background-color: #6B7598;
	background-image: url(../images/tile.gif);
	background-repeat: repeat-x; 
}



#content {
	position: relative;
	width: 770px;
	height: 100%;
	margin: 0px auto;
	background-color: #C7CAD6;
	font: .8em "Helvetica";
	color: #000;
	/*color: #6D6D6D;*/
	}
	
	#content a {
		color: #4C5976;
		text-decoration: none;
		}
		
	#content a:hover {
		color: #DB1C29;
		font-weight: bolder;
		}

	#content .headerPic {
		position: relative;
		width: 760px;
		height: 242px;
		padding: 0px;
		margin: 0px;
		border-left: 5px solid #fff; 
		border-right: 5px solid #fff; 
		border-top: 5px solid #fff; 
		}

	#content .headerPic img {
		border-left: 5px solid #fff; 
		border-right: 5px solid #fff; 
		border-top: 5px solid #fff; 
		padding: 0px;
		margin: 0px;
		}

	#content .headerPic object {
		padding: 0px;
		margin: 0px;
		}

	#content .topBar {
		position: relative;
		height: 33px;
		width: 575px;
		right: -190px;
		text-align: right;
		background-color: #C7CAD6;
		border-bottom: 1px solid #A9ADB8; 
		border-right: 5px solid #fff;
		}
		
	#content .topBar #images {
		padding-right: 10px;
		}
		
	#content .topBar #images img {
		border: none;
		}

/* LEFT ################################################## */

#left {
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 185px;
	height: 5732px;
	background-color: #7983A5;
	background-image: url(../images/navBg.gif);
	background-repeat: no-repeat;
	top: 246px;
	left: 0px;
	border-left: 5px #fff solid;
	border-bottom: 5px #fff solid;
	line-height: 100%;
	}
	
	#left #nav {
		padding-top: 2px;
		padding-left: 2px;
		padding-right: 2px;
		}

	#left #nav img {
		border: none;
		}
	

/* MIDDLE ################################################## */

#middle {
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 390px;
	height: 5700px;
	background-color: #F0F1F5;
	background-image: url(../images/contentSliver.gif);
	background-repeat: repeat-x;
	top: 278px;
	left: 190px;
	border-bottom: 5px #fff solid;
	text-align: center;
	line-height: 100%;
	}
	
	#middle #divMid2 {
		position: relative;
		height: 5650px;
		width: 2px;
		float: right;
		margin-top: 25px;
		background-image: url(../images/divideMid.gif);
		}
	
	
	#middle #subNav {
		margin-top: 5px;
		text-align: center;
		}
		
	#middle .sepBar1 {
		height: 1px;
		width: 363px;
		background-image: url(../images/sepbar.gif);
		}
		
	#middle .sepBar1 span {
		display: none;
		}
	
	#middle p {
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
		}
		
	#middle span#passport img {
		float: left;
		padding: 5px;
		border: 1px solid #6D6D6D;
		}
		
	#middle ul {
		padding: 0px;
		padding-left: 10px;
		padding-right: 10px;
		}
		
	#middle ul li {
		list-style: none;
		}
	
	#middle h3{
		padding: 0px;
		margin: 0px;
		}

	#middle h3 span {
		display: none;
		}
		
	#middle h3#adventure {
		width: 376px;
		height: 65px;
		margin-top: 15px;
		margin-left: 5px;
		background-image: url(../images/headers/adventure.gif);
		}
		
	#middle h3#list {
		height: 65px;
		width: 376px;
		background-image: url(../images/headers/actList.gif);
		margin-top: 15px;
		margin-left: 5px;
		}
	
	#middle h4{
		padding: 0px;
		margin: 0px;
		}

	#middle h4 span {
		display: none;
		}
		
	#middle h4#activities {
		width: 279px;
		height: 30px;
		margin-top: 5px;
		margin-left: 55px;
		background-image: url(../images/headers/activities/sub_activities.gif);
		}
		
	#middle h4#other {
		width: 279px;
		height: 30px;
		margin-top: 5px;
		margin-left: 55px;
		background-image: url(../images/headers/activities/sub_other.gif);
		}
		
	
/* RIGHT ################################################## */


#right {
	position: absolute;
	padding: 0px;
	margin: 0px;
	width: 185px;
	height: 5700px;
	background-color: #F0F1F5;
	background-image: url(../images/contentSliver.gif);
	background-repeat: repeat-x;
	top: 278px;
	right: 0px;
	border-right: 5px #fff solid;
	border-bottom: 5px #fff solid;
	text-align: right;
	line-height: 100%;
	}
	
	#right img {
		margin-top: 5px;
		margin-right: 5px;
		}
	
	#right object {
		position: relative;
		width: 170px;
		height: 104px;
		top: 5px;
		margin-top: 5px;
		margin-right: 5px;
		}
		
	#right a img {
		border: none;
		}
		
	#right p {
		padding: 0px;
		padding-top: 5px;
		margin: 0px;
		text-align: center;
		}
				
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
