body {
	background-color: rgb(211,193,233);
	background-image: none;
	}

.everything {
	margin-left: auto;
	margin-right: auto;
	width: 764px;
	}

.title {
	width: 759px;
	height: 275px;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(title2.jpg);
	background-repeat: no-repeat;
	}

.sub {
	width: 654px;
	height: 71px;
	background: url(sub.gif) no-repeat;
	}

#menu {
	float: left;
	position: relative;
	width:148px;
	height:300px;
	background: transparent url(mhi.gif);
	overflow: hidden;
	margin: 0 auto;
	}

#menu ul {
	margin:0;
	padding:0;
	}

#menu li {
	list-style-type:none; 
	width:148px; 
	height:43px;
	overflow: hidden; 
	}

#menu a {
	display: block;
	width: 148px;
	height: 0;
	overflow: hidden;
	color:#000;
	text-decoration: none;
	padding-top: 300px;
	background: transparent url(mlow.gif) no-repeat 500px 500px;
	}

#menu a#m1:hover {background-position: 0 0; z-index: 50;}
#menu a#m2:hover {background-position: 0 -43px; z-index: 50;}
#menu a#m3:hover {background-position: 0 -86px; z-index: 50;}
#menu a#m4:hover {background-position: 0 -129px; z-index: 50;}
#menu a#m5:hover {background-position: 0 -172px; z-index: 50;}
#menu a#m6:hover {background-position: 0 -215px; z-index: 50;}
#menu a#m7:hover {background-position: 0 -258px; z-index: 50;}

.right {
	float: right;
	border-style: solid;
	border-width: 6px;
	border-color: rgb(154,0,7);
	width: 585px;
	padding: 5px;
	background-color: rgb(221,242,241);
	}

.text {
	text-align: center;
	font-size: 16px;
	color: rgb(154,0,7);
	font-family: cursive;
	}

.list {
	text-align: left;
	}

.navlist li {
	list-style-type: square;
	}