.banner_background {
	display: none;
}
.mlogo_size {
	position: static;
	width: 82%;
}
.dev_width {
	margin: 15px 0;
	width: 100%;
}
.manhattan_center {
	margin: 15px 0;
}
	
.main_img {
	border: 2px solid #ddc5a1;
	width: 100%;
}
.logo_size {
	text-align: center;
}
.nav_body {
	float: right;
	border: none;
	width: 620px;
	height: 42px;
	position: absolute;
	right: 2px;
}
.active_page {
	background: linear-gradient(to bottom, rgba(229,200,137,1) 1%, rgba(188,145,52,1) 90%, rgba(229,200,137,1) 100%);
	box-shadow: 0 5px 7px rgba(1,1,1,.25);
	font-weight: 600;
	cursor: default;
}

.m_active_page {
	background: linear-gradient(to bottom, rgba(229,200,137,1) 1%, rgba(188,145,52,1) 90%, rgba(229,200,137,1) 100%);
	box-shadow: 0 5px 7px rgba(1,1,1,.25);
	border: 2px solid #222222;
	border-radius: 3px;
	width: 100%;
	height: 40px;
	font-weight: bold;
	cursor: default;
}
	
.content_window {
	width: 92%;
	margin: 0 auto 25px;
	overflow: hidden;
}

div#nav_format_sm {
	display: inline-block;
	width: 95px;
	height: 35px;
	font-family: "Alice", serif;
	font-size: 17px;
	text-align: center;
	padding: 7px 5px;
	transition-duration: 0.4s;
}

div#nav_format_sm:hover {
	text-shadow: 2px 2px 5px white;
}

div#nav_format_lrg {
	display: inline-block;
	width: 110px;
	height: 35px;
	font-family: "Alice", serif;
	font-size: 17px;
	text-align: center;
	padding: 7px 5px;
	transition-duration: 0.4s;
}

div#nav_format_lrg:hover {
	text-shadow: 2px 2px 5px white;
}

.page_spacer {
	height: 20px;
}

@media (min-width: 650px) {
	.nav_body {
		height: 35px;
	}
	.dev_width {
		float: left;
		width: 47%;
		padding: 20px;
	}
	.manhattan_center {
		margin: 15px 26.5% !important;
	}
	.banner_size {
		height:40px;
	}
}

@media (min-width: 975px) {
	.content_window {
		width: 90%;
		margin: auto;
		overflow: hidden;
	}
	.manhattan_center {
		margin: 3% 1.5% 2% !important;
	}
	.dev_width {
		width: 30.33% !important;
	}
}
