body {
	padding:0;
	margin:0;
	position:relative;
	font-size:11px;
	font-family:"Arial";
}
div#main {
	width:800px;
	height:600px;
	background:#ffffff;
	border:1px solid #c7c7c6;
	position:relative;
	margin:auto auto;
}
div#banner {
	width:100%;
	height:63px;
	background:url("images/banner.png") bottom no-repeat;
	border-top:12px solid #97be56;
	position:relative;
}
div#banner a.logo {
	position:relative;
	margin:10px 0 0 27px;
	float:left;
    width:62px;
    height:40px;
}
    div#banner a.logo img {
        width:62px;
        height:40px;
        display:block;
    	border:none;
    }
div#contents {
	position:relative;
	height:328px;
	margin:21px 24px 7px 24px;
}
div#contents div#navi {
	float:left;
	width:124px;
	padding:6px 14px 0 0;
}
div#contents div#navi a {
	position:relative;
	display:block;
	width:124px;
}
div#contents div#navi a#navi-about { height:42px; background:url('images/about_mos.gif') no-repeat; }
div#contents div#navi a#navi-menu { height:39px; background:url('images/mos_menu.gif') no-repeat; margin-top:26px; }
div#contents div#navi a#navi-outlets { height:33px; background:url('images/mos_outlets.gif') no-repeat; margin-top:33px; }
div#contents div#navi a#navi-park { height:47px; background:url('images/mos_park.gif') no-repeat; margin-top:22px; }
div#contents div#navi a#navi-contact { height:39px; background:url('images/contact_us.gif') no-repeat; margin-top:24px; }
div#contents div#navi a#navi-about:hover { background:url('images/about_mos_on.gif') no-repeat; }
div#contents div#navi a#navi-menu:hover { background:url('images/mos_menu_on.gif') no-repeat; }
div#contents div#navi a#navi-outlets:hover { background:url('images/mos_outlets_on.gif') no-repeat; }
div#contents div#navi a#navi-park:hover { background:url('images/mos_park_on.gif') no-repeat; }
div#contents div#navi a#navi-contact:hover { background:url('images/contact_us_on.gif') no-repeat; }
div#contents div#navi a img {
	border:none;
}
div#contents div#highlight {
	float:left;
	width:401px;
	height:312px;
}
div#contents div#news {
	float:left;
	width:197px;
	padding:35px 0 0 16px;
	background:#fff url("images/news_title.gif") 16px 0 no-repeat;
	line-height:1.2em;
	color:#757575;
}
div#peekwrapper {
	position:relative;
	width:752px;
	height:123px;
	background:url("images/peek_right.gif") right no-repeat;
	margin:0 auto;
	padding-right:12px;
}
div#peek {
	position:relative;
	height:112px;
	background:#fdf3a4 url("images/peek_left.gif") left no-repeat;
	padding:11px 0 0 15px;
}
div#peek .msg {
	position:relative;
	width:170px;
	background:url("images/mm_soon.gif") top left no-repeat;
	line-height:1.1em;
	padding-top:70px;
}
div#peek .banner {
	float:right;
	width:558px;
	height:102px;
}
div#peek .banner a img {
	border:none;
}
div#footer {
	height:22px;
	position:relative;
	background:url("images/footer_yellow.gif") bottom repeat-x;
	border-bottom:12px solid #97be56;
	padding:12px 0 0 18px;
	color:#909090;
	font-size:8px;
}
div#footer div#links {
	float:right;
	width:380px;
	text-align:right;
	padding-right:18px;
	font-size:10px;
	font-weight:bold;
}
div#footer div#links a {
	color:#c61f1b;
	text-decoration:none;
}
div#footer div#links a:hover {
	text-decoration:underline;
}
.red {
	/*color:#c71f1b;*/
    color:#dd281d;
}
.caps {
	text-transform: uppercase;
}
.green {
	color:#74a81f;
}
.orangered {
	color:#d2543c;
}
.yellow {
	color:#e7a412;
}
.pink {
	color:#d5556e;
}
.babyblue {
	color:#6aadc2;
}
/* vertical centering hack */
div#main {
	position: absolute;
  left: 50%;  width: 800px;
  height: 600px;
  margin-left: -400px; /* half of width */
    /* half of height */
}

