
body {
	font-family: "Tahoma";
	background-color: #006;
	margin:0; padding: 0;
}

a {
	color: #000;
}

th {
	text-align: left;
}

#frame {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
}

#mast {
	width: 900px;
	border-collapse: collapse;
	margin: 0 20px;
}

#mast_l {
	/* background-image: url('MHGC_ML.png');
	background-repeat: no-repeat;
	background-position: top left; */
	width: 40px;
	height: 50px;
}

#mast_m {
	/* background-image: url('MHGC_MM.png');
	background-repeat: repeat-x;
	background-position: top right; */
	height: 55px;
	text-align: center;
	/* color: #ddd; */
	font-size: 2em;
	vertical-align: bottom;
}

#mast_r {
	/* background-image: url('MHGC_MR.png');
	background-repeat: no-repeat;
	background-position: top right; */
	width: 40px;
	height: 50px;
}

.bg1 {
	/* background-image: url('MHGC_BG_1.png');
	background-repeat: no-repeat;
	background-position: top right; */
}

#body {
	width: 695px;
}

#inner_body {
	background-color: #fff;
	margin: 5px;
	padding-left:5px;
	width: 100%;
	min-height: 500px;
}

#nav {
	vertical-align: top;
	width: 180px;
}

#nav a {
	/* color: #ddd; */
}

#nav li {
	list-style: none;
	margin-top: 1em;
}

#nav ul {
	padding-left: 1em;
}
