/* All Menus main things by James Isaac */

.overall {
	width: 700px;
	
}

.header {
	height: 100px;
	width: 700px;
}

.sub_header {
	padding: 5px;
}

.content_left {
	width: 150px;
	padding: 7px;

}

.content_right {

	width: 550px;
	padding: 7px;
}

.menu_box {
	width: 100%;
	text-align: left;
}

.content_box {
	width: 100%;
	text-align: left;
}

.portal_box {
	text-align: left;
}

.thumb_image {
	border: 1px solid #000000;
}

.footer {
	height: 40px;
	padding: 4px;
}

div.hr { 
	width: 90%;
	margin-left: auto;
	margin-right: auto; 
	height: 0px; 
	border: 0px;
	border-top: 1px solid #23394e;
	border-bottom: 1px solid #a6b4c2; 
	margin-top: 10px;
	margin-bottom: 10px; 
} 