     /*
     
        CSS style

        Medium: Screen
        Version: 1.0
        Author: (c) 2008 ugtec.com
        
     */


     * { 
         margin: 0;
         padding: 0;
     }
     body {
         background: url(../img/body_bg.png) repeat-x;
         font: .85em "Trebuchet MS", Tahoma, Sans-Serif;
         color: #000;
         cursor: default;
     }

     a {
         color: #666;
         text-decoration: none;
     }
     a:hover {
         color: #000;
         text-decoration: underline;
     }
     a.h1 {
         color: #ffffff;
         text-decoration: none;
     }
     a.h1:hover {
         color: #ffffff;
         text-decoration: none;
     }

     h1 {
         width: 550px;
         height: 35px;
         position: relative;
         margin: 20px 0 4px 0;
         color: #ffffff;
         font-size: 2.5em;
     }
     span.h1 {
         width: 50px;
         height: 20px;
         position: relative;
         margin: 24px 0 0 0px;
         color: #eeeeee;
     }

     #container {
         width: 930px;
         position: relative;
         margin: 0 auto;
     }
     ul#nav {
         width: 200px;
         height: 730px;
         position: relative;
         float: right;
         list-style-type: none;
         margin: 23px 0 0 0;
         padding: 0;
         background-color: #eee;
         border-left: 1px solid #bbb;
         border-right: 1px solid #bbb;
     }
     ul#nav li {
         width: 200px;
         height: 20px;
         padding: 1px 0 0 0;
         margin: 0 0 0 -8px;
         text-align: right;
     }
     ul#nav li.ad {
         width: 182px;
         height: 152px;
         padding: 1px 0 0 0;
         margin: 0 0 0 8px;
         text-align: right;
     }
     #main {
         width: 500px;
         height: auto;
         position: relative;
         float: left;
         text-align: justify;
         margin: 30px 0 30px 12px;
     }
     #main h2 {
         font-size: 1.8em;
     }
     #main h3 {
         font-size: 1.3em;
         margin: 0 0 15px 0;
     }
     #mainad {
         width: 400px;
         height: 300px;
         margin: 0 0 15px 0;
     }
     ul#lnav {
         width: 200px;
         height: 730px;
         position: relative;
         float: left;
         list-style-type: none;
         margin: 23px 0 0 0;
         padding: 0;
         background-color: #eee;
         border-left: 1px solid #bbb;
         border-right: 1px solid #bbb;
     }
     ul#lnav li {
         width: 200px;
         height: 20px;
         padding: 1px 0 0 0;
         margin: 0 0 0 8px;
         text-align: left;
     }
     ul#lnav li.ad {
         width: 163px;
         height: 610px;
         padding: 1px 0 0 0;
         margin: 0 0 0 18px;
     }


     
