/* All Menus main things by James Isaac */

.overall {
	width: 750px;
}

.header {
	height: 100px;
	width: 750px;
}

.sub_header {
	padding: 5px;
}

.content_left {
	width: 150px;
	padding: 7px;

}

.content_right {

	width: 550px;
	padding: 7px;
}

.menu_box {
	width: 100%;
}

.content_box {
	width: 100%;
}

.footer {
	height: 40px;
	padding: 4px;
}