body {
	background-color: #f68f1e;
	color: white;
	font-size: 12px;
	background-image: url('images/err_bkgrd.png');
	background-repeat: repeat-y;
	font-family: helvetica, sans-serif;
	margin: 0px;
}

a {
	color: white;
}

a:hover, a:visited {
	color: #6a747c;
}

#allcontent {
	position: relative;
	width: 780px;
	height: 580px;
	text-align: left;
}
#logo_box {
	position: absolute;
	background-image: url('images/err_logo_top.png');
	background-repeat: no-repeat;
	top: 13px;
	left:19px;
	width: 209px;
	height: 85px;
	z-index: 0;
}
#logo_rope {
	position: absolute;
	background-image: url('images/err_logo_bottom.png');
	background-repeat: repeat-y;
	top: 98px;
	left:19px;
	width: 209px;
	height:100%;
	z-index: 0;
}
#navbox {
	position: absolute;
	left: 220px;
	top: 70px;
	width: 700px;
}

.nav_item {
	float: left;
	width: 120px;
	margin-left: 20px;
	text-align: center;
	
}
#navbox a {
	color: #6a747c;
	font-size: 15.5px;
	text-decoration: none;
	font-weight: bold;
}

#navbox a:hover {
	text-shadow: #ffffff 2px 2px 4px;
}

#navbox .selected {
	text-shadow: #ffffff 2px 2px 4px;
}

#large_photo {
	position: absolute;
	top: 113px;
	left:50px;
	width:222px;
	height: 336px;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	background-color: white;
}	

#largeimg_inner1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width:222px;
	height: 336px;
}
#largeimg_inner2 {
	position: absolute;
	top:0px;
	left:0px;
	width:222px;
	height: 336px;
}



#large_photo_shadow {
	position: absolute;
	top: 116px;
	left:257px;
	width:20px;
	height: 338px;
	background-image: url('images/large_photo_drop_shadow.png');
	background-repeat: repeat-y;
}

#line1 {
	position: absolute;
	width: 502px;
	top: 113px;
	left: 255px;
	border-top: 3px solid white;
}
#line2 {
	position: absolute;
	width: 270px;
	top: 452px;
	left: 255px;
	border-top: 3px solid white;
}

#outercontainer {
	position: absolute;
	top: 138px;
	left: 280px;
	z-index: 100000;
	height: 295px;
	width: 490px;
}

#contentphoto {
	position: absolute;
	top: 28px;
	left: 28px;
	z-index: 100000;
	border: 1px solid #85005e;
	
}

#content {
	position: relative;
	left: 10px;
	float: left;
}

#container {
	position: relative;
	width: 470px;
	left: 10px;
	height: 283px;
	overflow: hidden;
	background-color: #e7861b;
	border: 4px solid #e7861b;
}

#scrollArea {
	position	: absolute;
	left		: 450px;
	top			: 5px;
	height		: 283px;
	width		: 16px;
	background-color: #f68f1e;
	overflow	: hidden;
}

#scroller {
	position	: absolute;
	top			: -1px;
	width		: 16px;
	background	: #d57917;
	border-top	: 1px solid #f68f1e;
	border-bottom	: 1px solid #f68f1e;
}

.innercontentbox {
	float: left;
	padding: 8px;
	color: white;
	width: 420px;
}

#didyouknow {
	position: absolute;
	width: 263px;
	min-height: 104px;
	top:476px;
	left:260px;
	background-color: #e7861b;
	border: 1px solid #e7861b;
	padding: 4px;
}

.d_y_k_title {
	color: white;
	font-weight: bold;
}
.d_y_k_body {
	color: #4b2c09;
}
.d_y_k_body p {
	margin-top: 0px;
	margin-bottom: 10px;
}


#alogos {
	position: absolute;
	top: 476px;
	left: 545px;
	width: 210px;
	min-height: 110px;
	border: 2px solid #e7861b;
	color: #4b2c09;
}	

#alogos p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#alogos1 {
	position: absolute;
	top: 5px;
	left: 5px;
	width:200px;
	text-align: center;
}
#alogos2 {
	position: absolute;
	top:5px;
	left:5px;
	width:200px;

	text-align: center;
}

#rope_access {
	position: absolute;
	left:46px;
	top: 460px;
	width:149px;
	height: 31px;
	background-image: url('images/text_rope_access_and_fall_protection.gif');
	background-repeat: no-repeat;
}

blockquote {
	background-color: #d57917;	
	padding: 1px 10px 1px 10px;
}
