//Boxed and Wide Versions
.boxed #wrapper.container {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.16) !important;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.16) !important;
	margin-bottom: 5px;
}
.wide #wrapper.container {
	width:100% !important;
	padding:0 !important;
}
.boxed .contentclass, .boxed .headerclass, .boxed .footerclass, .boxed .navcontainer, .boxed .featclass{
    margin-left:-15px;
	margin-right:-15px;
}