﻿        #page
        {
            width: 916px;
            /*width: 740px;            */
            margin: 20px auto;
        }
        /* top header */        
        #topHeader
        {
            background:url('../images/top.gif') no-repeat;            
            color: Gray;
            font-size: 0.8em;
        }
        /*
        #topHeader_left
        {
            width: 500px;
            float: left;
            margin-left: 18px;             
        }
        #topHeader_right
        {
            width: 180px;
            margin-left: 516px;
            text-align: right; 
        }        
        #bottomHeader
        {
          
        }
        */        
        /* header */        
        #header
        {
            border-top: solid 1px Gray;
            background-color: White;   
            height: 45px;      
            /*text-align: center;   */
        }
        /*
        #logo
        {
            float: left;
            width: 150px;
        }
        #logo img
        {
            margin-left: 10px;
            margin-top: -1px;
        }
        */
        /*
        #rightHeader
        {
            margin-left: 150px;                        
        } 
        */    
        /* content */        
        #content   
        {
            /*min-height: 400px;*/
            /*background-color: White;*/
            padding: 0px 30px 0px 30px;            
            /*background-color: #B4CE04;*/
            background-color: White;
        }                        
        /* footer */
        #footer_border
        {
            border-top: solid 1px Gray;
            /*padding: 10px 20px 10px 20px;*/
        }
        #links
        {
            text-align: center;
        }
        #links a
        {
            font-size: 11px;
        }
        #copyright
        {
            text-align: right;
            color: Gray;
            font-size: 0.8em;
        }
        #footer
        {
            padding: 10px 10px 10px 10px;        
            background-color: White;    
        }
        #bottomFooter
        {
            height: 40px;
            background:url('../images/bottom.gif') no-repeat;
        }