@charset "utf-8";

*{
 margin: 0;
 padding: 0;
 font-style: normal;
 font-weight: normal;
 font-size: 100%;
}

*{border-style: none}

#header   {width: 980px;
           height: 43px;
           margin-left: 0px;
           padding: 0px;
           background: #f5f5f5}

#wrapper  {width: 780px;
           overflow: hidden;
           zoom: 1;
           display: none}

#main {float: left;
       width: 500px;
       margin-top: 40px;
       margin-left: 40px}

#side {float: right;
       width: 200px;
       height: 470px;
       margin-top: 100px;
       margin-bottom: 20px}

#footer   {clear: both;
           margin-left: 20px}

h1        {font-size:1.25em;
           font-family:Geneva,'Lucida Sans Unicode',sans-serif}

p         {font-size:0.75em;
           font-family:Geneva,'Lucida Sans Unicode',sans-serif}

address   {font-size:0.75em;
           font-family:Geneva,'Lucida Sans Unicode',sans-serif;
           color:#808080}

a         {font-size:0.75em;
           font-family:Geneva,'Lucida Sans Unicode',sans-serif;
           color:#808080;
           text-decoration: none}

ul        {list-style-type: none;
           margin-left: 20px;
           padding-left: 20px;}
           
li        {display: inline;
           padding-right: 20px;}

#main p  {padding-bottom: 40px}

#main a  {padding: 20px}

#side * li {display: block;
            padding-bottom: 20px}

.active a  {color: #000000}