body.custom {
    background: #44443f;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #3e3e3a;
}

.custom #page {
    background: #fff;
}
.custom #videolink {
text-align:center;
}


.custom #image_box { text-align: center; }
.custom #image_box img { margin-left: auto; margin-right: auto; }

/* BOX - BLUE */
.format_text .box_blue {
	background: #DDEEFE; 
	border: 1px solid #7F97AD;
}

/* Feature Box Styling */
.custom #feature_box {
	background:#DDDDDD;
	border-bottom:1px dotted #800000;
	border-top:1px dotted #800000;
	height:80px;
	border-left:6px solid #800000;
	border-right:6px solid #800000;
}
#my-feature-box {
	width:100%;
	height:80px;
	color:#800000;
	font-size:14px;
}
#my-feature-box h2 {
	color:#800000;
	font-size:20px;
	letter-spacing:1px;
	margin-bottom:3px;
}
#feature-box-column-left {
	width:100%;
	float:left;
	height:80px;
	margin-left:1px;
}
