     /*
     
        ulcersymptoms.info - CSS style
        
        Medium: Screen
        Version: 1.0
        Author: (c) 2009 SNXO.COM
        
     */

     * {
         margin: 0;
         padding: 0;
     }
     body {
         background-color: #fff;
         font: .75em Arial, Tahoma, Verdana, Sans-Serif;
         color: #000;
         cursor: default;
     }

     a {
         color: #666;
         text-decoration: none;
     }
     a:hover {
         color: #666;
         text-decoration: underline;
     }
     

     #container {
         width: 900px;
         position: relative;
         margin: 0 auto;
     }

     #topNav {
         width: 890px;
         height: 22px;
         background: #009966;
         padding: 7px 0 0 10px;
         color: #fff;
     }
     #header {
         width: 900px;
         height: 120px;
         background: url(../img/ulcersymptomsHeader.png) no-repeat top left;
     }
     #header h1 {
         text-indent: -1000em;
         overflow: hidden;
     }
     #line {
         width: 900px;
         height: 5px;
         background: #333;
     }

     #lnav {
         width: 180px;
         height: 610px;
         position: relative;
         float: left;
         background: #eee;
         color: #000;
         margin-top: 5px;
         border: 3px solid #e2e2e2;
         padding: 2px 0 0 20px;
     }
     #content {
         width: 450px;
         height: 600px;
         position: relative;
         float: left;
         text-align: justify;
         margin: 30px 0 30px 12px;
     }
     #content h2 {
         font-size: 1.8em;
         padding: 0;
         margin: 0;
         padding-bottom: 15px;
     }
     #content h3 {
         font-size: 1.2em;
         padding: 0;
         margin: 0;
         padding-bottom: 10px;
     }

     #content ol {
         margin-left: 20px;
     }

     ul#rnav {
         width: 210px;
         height: 610px;
         position: relative;
         float: right;
         list-style-type: none;
         margin: 5px 0 0 0;
         padding: 0;
         background: #eee;
         border: 3px solid #e2e2e2;
     }
     ul#rnav li {
         width: 200px;
         height: 20px;
         padding: 1px 0 0 0;
         margin: 0 0 0 -1px;
         text-align: right;
     }
     ul#rnav li.ad {
         width: 182px;
         height: 152px;
         padding: 1px 0 0 0;
         margin: 0 0 0 8px;
         text-align: right;
     }
     
