#body {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background-color: #cec2ab;
}
.container {
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	width: 960px;
}
section, footer {
	display: block;
	padding: 0;
	margin: 0;
}

#header {
	width: 100%;
	height:76px;
	color: #ffffff;
	background-color: #293a4a;
}

#logo-img_spacer {
	margin-bottom: 0px;
	padding-left: 10px;
}

#base-dntext {
	padding-right: 20px;
/*	text-transform: uppercase; */
}

.hazard-tape-fs {
	position: relative;
	z-index: 9999;
	width: 100%;
	height: 10px;
	background-color: #ddbb50;
	background: url(../images/hazard-tape-fs.png) repeat left top;
}
.hazard-tape-bs {
	position: relative;
	z-index: 9999;
	width: 100%;
	height: 10px;
	background-color: #ddbb50;
	background: url(../images/hazard-tape-bs.png) repeat left top;
}
#navigation ul li {
	display: inline-block;
}

#sidebar {
/*	margin-right: 10px;
	margin-left: 10px;
*/	float: left;
	width: 420px;
	background-color: #ffffff;
}

#content {
	float: right;
	width: 540px;
	background-color: #ffffff;
}
.generic-msg  h2, .generic-msg p, .generic-msg ul li {
	text-align: center;
}

.sorry-text {
	text-transform: uppercase;
/*	text-align: center;*/
	color: #c0c0c0;
}

#dn-owner {
	text-transform: uppercase;
/*	text-align: center;*/
}

/*	margin-right: 10px;
	margin-left: -10px; */

.additional-info {
	background-repeat: no-repeat;
	background-color: #293a4a;
	color: #ffffff;
}
.additional-info a {
	color: #FFFFFF;
}
.additional-info-items {
	margin-left: 200px;
	padding: 20px 0;
	min-height: 355px;
}

#footer {
	padding-top: 20px;
	padding-bottom: 10px;
	width: 100%;
	font: 50%;
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
	background-color: #ddbb50;
}

.copyright {

}
.fright { float: right;
}
.fleft { float: left;
}
.clearfix { clear: both;
}


@media (min-width: 992px) {
	.additional-info {
		background-image: url('../images/bg-error-left.png');
	}
}