            body {
                color:            #222;
                margin:           30px;
                background-color: #666;
                font-family:      'Lucida Grande', Helvetica, sans-serif;
                font-size:        13px;
            }
#content {
                width: 585px;
                position:absolute;
                top:  190px;
                margin-left: 190px;
                padding:          35px;
                background-color: #fff;
            }
            #sidebar {
                position:absolute;
                margin-right: 30px;
                width:            140px;
                padding:          10px;
                background-color: #ffffff;
            }
            
            #rightsidebar {
                float: right;
                font:             11px;        
                width:            140px;
                margin-left:      10px;
                padding:          10px;
                background-color: #d8d8d8;
            }

            #banner {
                position:absolute;
                margin-left: 190px;
                width: 585px;
                margin-bottom: 30px;
                padding: 35px;
                background-color:#fff;
            }

            a:link {text-decoration: none; color:#000000; font-weight:bold;} 
            a:visited {text-decoration: none; font-weight:bold; color:#ca0600;}
            a:active {text-decoration: none; font-weight:bold; color:#09a009;}
            a:hover {text-decoration: none; font-weight:bold; color:#0457ff;}


            h1 {
                font:             Normal 25px Helvetica, sans-serif;
                font-weight:      bold;
            }
            
            h1 a {
                text-decoration:  none;
            }
            h2 {
                font:             Normal 20px Helvetica, sans-serif;
                font-weight:      bold;
            }
            
            h2 a {
                text-decoration:  none;
            }
            h3 {
                font:             Normal 15px Helvetica, sans-serif;
                font-weight:      bold;
            }
            
            h3 a {
                text-decoration:  none;
            }