/*body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}*/
#wrapper {
	height:100%;
	min-height:100%;
	max-height:100%;
	width: 100%;
	min-width: 839px;
	max-width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	z-index: -800;
}
#container {
	min-width: 839px;
}
#nav {
	background-image: url(../images/bg-navbar.png);
	background-repeat: no-repeat;
	width: 230px;
	height:100%;
	/* [disabled]min-height:100%; */
	/* [disabled]max-height:100%; */
	position: fixed;
}
#navcontent {
	width: 192px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	/* [disabled]position: fixed; */
	/* [disabled]z-index: 9; */
}
#navmenu {
	margin-top: 45px;
	margin-left: 15px;
	margin-bottom: 45px;
}
#navmenu img {
	padding: 5px;
}


#locationbar {
	background-image: url(../images/locationbar_bg.jpg);
	background-repeat: repeat-y;
	width: 65px;
	height:100%;
	min-height:100%;
	max-height:100%;
	margin-left: 230px;
	position: fixed;
	background-color: #400101;
}
#location {
	background-repeat: no-repeat;
	height: 496px;
	width: 65px;
}
#main {
	margin-left: 295px;
	height:100%;
	/* [disabled]min-height:100%; */
	/* [disabled]max-height:100%; */
	width: 544px;
	background-color: #ffe2a3;
	position: fixed;
	/* [disabled]min-width: 544px; */
}
#mainbg {
	background-image: url(../images/bg-textbox.png);
	background-repeat: no-repeat;
	width: 544px;
	height: 100%;
}
#mainborder {
	background-image: url(../images/bg-textbox-rightline.png);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
}
#maintxt {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 60px;
	width: 460px;
	margin-left: 295px;
	z-index: 999;
	position: absolute;
}
#mainimg {
	/* [disabled]padding-left: 295px; */
	/* [disabled]z-index: 999; */
	/* [disabled]position: absolute; */
}
#menusnav {
	clip: rect(auto,auto,auto,auto);
	width: 466px;
}
.imgwrap {
	float: left;
	padding-right: 25px;
	padding-bottom: 10px;
	margin-top: 20px;
}
html {
	overflow-x: hidden;
}
