@charset "utf-8";
@import url('reset.css');

html, body{ margin:0 auto; font-family:Arial, Helvetica, sans-serif; background-color:#000000; color:#FFFFFF; }
A{ text-decoration:none; color:#ff6600;} 
A:hover{ text-decoration:underline;} 
H1{ font-size:139%; font-weight:normal; color:#ff6600; }
P{ margin-bottom:0.5em; }


/* MAIN CONTAINERS */
#page{ margin:0 auto; width:737px; }
#mainCont{ float:left; width:737px;}
#header{ float:left; width:737px; }
#mid{ float:left; width:737px; padding-top:36px; }
#footer{ float:left; width:737px; }

/* HEADER */
#header #logo{ float:left; width:164px; padding-top:30px; }
#header #menu{ float:left; width:573px;  }
#header #menu LI{ float:right; font-size:92%; }
#header #menu LI A{ display:block; padding:26px 4px; color:#FFFFFF; background-color:#333333;}
#header #menu LI A:hover, #header #menu LI A.active{ text-decoration:none; background-color:#000000;}

/* MID */
#mid #imgCont{ float:left; width:737px; padding-bottom:25px; }
#mid H1{ float:left; width:579px; }
#mid .textCont{ float:left; width:365px; padding:25px 35px 0 179px; }
#mid #subMenu{ float:right; width:158px; }
#mid #subMenu UL{ padding-top:8px; }
#mid #subMenu LI{ width:158px; padding:8px 0px; border-bottom:1px solid #333333; color:#ff6600; }


