/* CSS Document */
body {
	background:#000000;
	margin:0;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
	#main {
		position:relative;
		width:950px;
		height:567px;
		margin:0 auto;
	}
		#MPleft {
			position:relative;
			float:left;
			width:168px;
			height:567px;
			background:url('/_images/HP/hp_headleft.jpg') top left no-repeat;
		}
		#MPmid {
			position:relative;
			float:left;
			width:614px;
		}
			#MPhead {
				position:relative;
				width:614px;
				height:286px;
				background:url('/_images/HP/hp_headcenter.jpg') top left no-repeat;
			}
			#MPimage {
				position:relative;
				width:614px;
				height:197px;
				background:url('/_images/HP/hp_body-main.jpg') top left no-repeat;
			}
			#MPnav {
				position:relative;
				width:614px;
				height:84px;
				background:url('/_images/spacer.gif') top center no-repeat;
			}
				#MPnav ul {
					list-style:none;
					margin:0;
					padding:0;
				}
				#MPnav li {
					margin:0;
					padding:0;
					display:inline;
				}
				#MPnav a {
					position:relative;
					float:left;
					top:0;
					left:0;
					height:84px;
				}
				#MPabout {
					width:76px;
					background:url('/_images/HP/hp_nav-01a.jpg') top left no-repeat;
				}
					#MPabout:hover {
						background:url('/_images/HP/hp_nav-01b.jpg') top left no-repeat;
					}
				#MPlocations {
					width:81px;
					background:url('/_images/HP/hp_nav-02a.jpg') top left no-repeat;
				}
					#MPlocations:hover {
						background:url('/_images/HP/hp_nav-02b.jpg') top left no-repeat;
					}
				#MPamenities {
					width:80px;
					background:url('/_images/HP/hp_nav-03a.jpg') top left no-repeat;
				}
					#MPamenities:hover {
						background:url('/_images/HP/hp_nav-03b.jpg') top left no-repeat;
					}
				#MPonline {
					width:129px;
					background:url('/_images/HP/hp_nav-04a.jpg') top left no-repeat;
				}
					#MPonline:hover {
						background:url('/_images/HP/hp_nav-04b.jpg') top left no-repeat;
					}
				#MPcontact {
					width:90px;
					background:url('/_images/HP/hp_nav-05a.jpg') top left no-repeat;
				}
					#MPcontact:hover {
						background:url('/_images/HP/hp_nav-05b.jpg') top left no-repeat;
					}
				#MPstore {
					width:51px;
					background:url('/_images/HP/hp_nav-06a.jpg') top left no-repeat;
				}
					#MPstore:hover {
						background:url('/_images/HP/hp_nav-06b.jpg') top left no-repeat;
					}
				#MPlogin {
					width:107px;
					background:url('/_images/HP/hp_nav-07a.jpg') top left no-repeat;
				}
					#MPlogin:hover {
						background:url('/_images/HP/hp_nav-07b.jpg') top left no-repeat;
					}
		#MPright {
			position:relative;
			float:left;
			width:168px;
			height:567px;
			background:url('/_images/HP/hp_headright.jpg') top left no-repeat;
		}
	
