#wrapper {
	background: #000 url(../images/bg-body.jpg) center top repeat-y;
}

#outer {
	margin: 0px auto;
	padding-top: 30px;
	width: 1015px;
}

/* HEADER  */
#header {
	background: #ec1c24 url(../images/bg-header.gif) left top no-repeat;
	height: 54px;
	position: relative;		
}
	#header h1 {
		position: absolute;
		left: 10px;
		top: -30px;
		width: 144px;
		z-index: 1;
	}
	#header h1 span {
		background: url(../images/logo.png) left top no-repeat;		
		display: block;
		height: 1%;
	}
	#header h1 a:link,
	#header h1 a:visited {		
		display: block;
		height: 129px;			
		margin-left: 16px;		
		position: relative;
		width: 114px;	
		font-size: 0px;
		line-height: 0px;					
		text-indent: -10000px;
		z-index: 50;
	}
	#header .Slogan {
		display: none;
	}		
	.LoginBox {
		color: #fff;
		display: inline;
		float: right;		
		margin: 24px 25px 0px 0px; 
	}	
		.LoginBox a:link,
		.LoginBox a:visited {
			color: #fff;
			font-size: 1.1em;
			font-weight: bold;
		}
/**/

.TopContainer {
	padding: 17px 0px 21px 142px;	
	position: relative;	
}	
/* NAVIGATION */
	#navigation {}
		#navigation li {
			background: url(../images/seperator.gif) left top no-repeat;
			float: left;
			height: 12px;
			padding: 0px 7px 0px 9px;
		}
		#navigation li.First {
			background: none;
		}
			#navigation li a:link,
			#navigation li a:visited {
				background-position: left top;
				background-repeat: no-repeat;    
				display: block;
				font-size: 0px;
				height: 12px;
				line-height: 0px;
				text-indent: -10000px;
			}
			#navigation li.Active a:link,
			#navigation li.Active a:visited,
			#navigation li a:hover {
				background-position: left bottom;
			}
			#navigation li.Home a:link,
			#navigation li.Home a:visited {
				background-image: url(../images/home.gif); 
				width: 36px;
			}
			#navigation li.Stories a:link,
			#navigation li.Stories a:visited {
				background-image: url(../images/your-stories.gif); 
				width: 43px;
			}
			#navigation li.Browse a:link,
			#navigation li.Browse a:visited {
				background-image: url(../images/member.gif); 
				width: 56px;
			}
			#navigation li.Destinations a:link,
			#navigation li.Destinations a:visited {
				background-image: url(../images/destinations.gif); 
				width: 77px;
			}
			#navigation li.Challenges a:link,
			#navigation li.Challenges a:visited {
				background-image: url(../images/interactive-map.gif); 
				width: 97px;
			}
			#navigation li.About a:link,
			#navigation li.About a:visited {
				background-image: url(../images/about.gif); 
				width: 96px;
			}
/**/
/* SEARCH */
#searchBox {
	position: absolute;
	right: 26px;
	top: 10px;
	width: 280px;
	text-align: right;
}
	#searchBox input {
		border: 1px solid #dbdbdb;
		float: left;
		font-size: 1.1em;
		line-height: 16px;
		margin: 2px 5px 0px 0px;		
		padding-left: 2px;
		width: 110px;		
	}
	#searchBox button {
		background: none;
		border: none;	
		cursor: pointer;	
		float: left;
		overflow: visible;		
		padding: 0px;
	}
	#searchBox .BtnSearch {
		margin: 1px 0px 0px;
		border: none;
		background: url(../images/search-btn.gif) left top no-repeat;
		height: 19px;
		width: 48px;
		line-height: 0;
	}
	#searchBox a:link,
	#searchBox a:visited {
		color: #505050;
		font-size: 1em;
		line-height: 20px;
		text-decoration: underline;
	}
	#searchBox a:hover {
		text-decoration: none;
	}
/**/
/* MAIN */
#main {
	background: url(../images/bg-content.gif) repeat left top;
}
	#content {
		min-height: 1024px;
		height: auto !important;
		height: 1210px;
	}
/**/
/* FOOTER */
#footer {
	background: #484848;
	color: #a1a1a1;
	padding: 24px 0px 16px 187px;
	position: relative;
}	
	#footer .FooterInner {
		background: url(../images/bg-footer.gif) 170px top repeat-y;
		padding-bottom: 7px;
	}
		#footer .FooterContainer {
			float: left;
			font-size: 1em;
			padding-right: 17px;
			width: 170px;
		}
			#footer .FooterContainer li {
				padding-bottom: 1px;
			}
				#footer .FooterContainer a:link,
				#footer .FooterContainer a:visited {
					color: #a1a1a1;
				}
			#footer .FooterContainer h4 {
				color: #a1a1a1;
				font-size: 1.1em;
				padding-bottom: 10px;
			}			
		#footer .Exception02 {
			width: 177px;
		}	
		#footer .Exception03 {
			width: 162px;
			display: none;
		}
			#footer .Exception03 ul {
				float: left;			
				margin-right: 10px;
				text-transform: uppercase;
				width: 30px;				
			}
		#footer .Exception04 {
			padding: 0px;
			width: 210px;			
		}		
		#footer .Exception04 .Copyright {
				padding-top: 17px;
			}
		#footer .FooterContainer02 {
			font-size: 1em;
			margin-top: -2px;
		}		
			#footer .FooterContainer02 a:link,
			#footer .FooterContainer02 a:visited {
				color: #a1a1a1;
			}
/**/	
