@charset "utf-8";
/* CSS Document */

* {font-family:Arial, Helvetica, sans-serif; font-size:12px;}
html, body {margin:0; padding:0; background:white;}
#page {width:770px; margin:0 auto; padding:0 10px; background:url(../images/page_back.gif) top left repeat-y;}
#top {width:770px; height:116px; background:url(../images/top.gif) top left no-repeat;}
#content {width:770px; position:relative; background:url(../images/menu_back.gif) top left repeat-y;}
#left {width:222px; position:absolute; top:0; left:0; }
#left h1 {background:url(../images/left.jpg) top left no-repeat; padding:157px 0 0 0; margin:0; height:0px;}
#left h1 span {display:none;}
#menu ul {list-style:none; padding:0; margin:10px 0 0 0;}
#menu ul li {line-height:15px;}
#menu ul li a {display:block; height:15px; background:url(../images/li.gif) top left no-repeat; padding-left:18px; margin-left:11px; color:#333; text-decoration:none; font-weight:normal; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#menu ul li a:hover {background-position:0px -15px; color:white;}
#body {width:548px; margin-left:222px; min-height:480px; background:url(../images/body_back.gif) top left repeat-y;}
#bodyheader {width:548px; height:31px; background:url(../images/title_home.gif) top left no-repeat;}
#bodytext {padding:10px; text-align:justify; }
#bodytext h1 {background:#ee3a4f; display:block; padding:2px 2px 2px 10px; color:white; margin:0;}
#bodytext h2 {border-bottom:1px solid black;}
.article {border-left:3px solid silver; padding-left:5px; margin-bottom:10px;}
#footer {float:none; clear:both; width:770px; background:#e5e5e5; text-align:center; font-size:10px; color:#333333; padding:3px 0; border-top:2px solid #ee3a4f;}
#footer a {color:#333333; font-size:10px; text-decoration:none; font-weight:bold;}
#footer a:hover {text-decoration:underline;}
.quote {background:#f0f0f0; border:1px dotted silver; padding:10px; text-align:center; font-size:12px; font-style:italic; font-weight:bold; color:#666; margin:0 10px;}