/* Copyright 2007 Factor of 4, LLC.  All Rights Reserved.  http://www.factorof4.com/ */
/* skin.css  -- surface styles */

html, body             { color: black; font-size: 12pt; font-family: Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 110%; background-color: white; background-image: url("../images/MHW_left_sidebar_bg.jpg"); background-repeat: repeat-y; margin: 0 }

/* header area */
#homenav    { visibility: visible; position: absolute; z-index: 6; top: 168px; left: 489px; width: 260px; height: 120px }

/* main navigation area */
#globalnav        { visibility: visible; position: absolute; z-index: 6; top: 140px; left: 225px; width: 725px; height: 49px }

/* main navigation area */
#header      { background-image: url("../images/MHW_header_bg.jpg"); background-repeat: repeat-x; visibility: visible; position: absolute; z-index: 5; top: 0; left: 50px; width: 100%; height: 200px }

/* main content area */
#maincontent  { visibility: visible; position: absolute; top: 225px; left: 85px; width: 718px; height: auto }

/* footer area */
