#wrapper {
	position:relative;
	width: 800px;
	height:auto;
	z-index: 0;
	margin: 20px auto;
	
	
}

#PageOuterWrapper {

	background-image: url(Images/template/dropshadow-leftright.gif);
	background-repeat: repeat-y;
	text-align: center;
	position: relative;
	margin: auto;
	padding-left: 14px;
	width: 828px;
}





#PageWrapper {
	position:relative;
	left: 0px;SS
	top: 0px;
	height:auto;
	width: 800px;
	z-index:10;
	text-align: left;
	background-color: #674b44;
	padding: 0px;
		/*overflow-x: hidden;
	overflow-y: auto;*/
	
}


#TopWrapper {
	z-index: 5;
	position: relative;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 175px;
	background: #674b44;
	background-image: url(Images/template/logo-navigation.gif);
}

#HomeButton {
	position: absolute;
	width: auto;
	height: auto;
	left: 24px;
	top: 8px;
}

#NavBottom {
	position: relative;
	height: auto;
	width: auto;
	top: 0px;
	margin-top: 0px;
	right: 0px;
	text-align: right;
	padding-right: 20px;
	color: #999999;
	font-size: 12px;
}



/*Navigation ----------------------------------------------------------------------------------- */
#NavWrapper {
	position:absolute;
	left:209px;
	top:134px;
	width:auto;
	height:40px;
	z-index:1;
	background-color: #1f1f1f;
}




#NavWrapper a {
	display: block;
	text-decoration: none;
	color: white;
}

#NavWrapper a:hover {
	display: block;
	color: #F47720;
}


.NavText {
	color: white;
	font-size: 14px;
	letter-spacing: normal;
	font-weight: normal;
}

.Nav_Pos {
	float: right;
	width: 86px;
	text-align: center;
	height: 28px;
	padding-top: 12px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
}

