#outerWrapper {
	background-repeat: no-repeat;
	width: 950px;
	margin: 0px;
}
#header {
	height: 128px;
	width: 100%;
	background-image: url(images/FireDanger.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 1px;
}
#contentWrapper {
	width: 950px;
	overflow: hidden;
}
#sidebar {
	float: left;
	width: 180px;
}
#content {
	padding: 15px;
	width: 715px;
	margin-left: 200px;
	margin-top: 40px;
}
.border-right_top_bottom {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.border-all {
	border: 2px double #666666;
}
.border-right {
	border-right-width: 2px;
	border-right-style: solid;
	border-top-color: #666666;
}
.border-left {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
}
