* { margin: 0; padding: 0 }

body {
    margin:0;
    font-family:"Courier New", Courier, mono;
    font-size:9pt; font-weight: normal;
    color:#000000;
    background-color:#3D80DB;
    text-align:left;
    line-height: 18px;
}
		
#container {
	width: 775px;
	position: relative;
	margin: 20px auto 0 auto;
	text-align: left;
	background: #fff;
	background-color: #FFFFFF;
	}
	
a {
    color:#CC0000;
    font-weight:bold;
    text-decoration:none;
}
a:hover {
    color:#CC0000;
    text-decoration:underline;
}



#header_01 { 
	clear: both; color: #333;
	}
        #header_01 h1 {
            font-size: 90%;
            font-weight: normal;
            text-align: center;
            padding: 5px 0 0 0;
        }


#header_03 { 
	height: 420px; color: #fff;
	background: black url('../images/under.jpg') center center no-repeat;
		}
#header_04 { 
	height: 54px; color: #fff;
	}
        #header_04 h2 {
            font-size: 160%;
            text-transform: uppercase;
            font-weight: normal;
            letter-spacing: 1px;
            padding: 10px 0 0 15px;
            float: left;
        }
        #header_04 div.nav_menu {
            color: #333;
            padding: 0 0 0 25px;
            font-size: 90%;
        }
            #header_04 div.nav_menu p {
                float: left;
                text-align: center;
                padding-left: 20px;
            }

#right {
	float: right;
	clear: right;
	width: 245px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, san-serif;
	background-color: #3D80DB;
	padding-right: 5px;
	padding-left: 5px;
	}
        
        #right div#special {
            width: 240px;
            margin: 10px 0 0 0;
            padding: 0;
        }
            #right div#special span {
                color: #666;
            }
        #right div#special h2.rates {
            height: 23px;
            
        }
        #right div#special h2.footer {
            height: 21px;
           
        }
        
        table.rates {
            border-collapse: collapse;
            font-size: 1em;
            width: 300px;
            float: left;
        }
            table.rates th {
                border: 1px solid #c0c0c0;
                padding: 2px 5px;
                background: #efefef;
                text-align: center;
                font-weight: bold;
                font-size: 1.2em;
            }
            table.rates td {
                padding: 2px 5px;
                border: 1px solid #c0c0c0;
            }
            table.rates td.grey {
                background: #efefef;
            }

#main { margin: 0; }

#main_content { margin: 0 255px 20px 20px; padding: 0; }
#main_contenthalf { margin: 0 320px 0 20px; padding: 0;}
#main_contentfull { margin: 0 20px 20px 20px; padding: 0; }

    #main ul {
        margin: 5px 0 0 20px;
        list-style-type: none;
    }
    #main ul li {
        padding: 5px 0 5px 20px;
    }
    
    #main h2 {
            font-size: 120%;
            font-weight: bold;
            letter-spacing: 1px;
            padding: 10px 0 0 10px;
            margin: 0 0 -5px 0;
            height: 35px;
	}
	#main img {
			float: left;
			margin: 5px 15px 0 0;
			border: 1px solid #e0e0d0;

    }
     
#footer {
        clear: both;
        color: #fff; background: #003399;
	font-size : 0.9em;
    }
	
#footer p { 
	text-align: center; 
	margin: 0; padding: 2px 0; 
	}