﻿/* 1. RESET PADDING & MARGINS */

body, ul, ul li, ul li a, li, h1, h2, h3, h4, h5, h6, p, a, img, div {padding: 0px; margin: 0px;}
a img {border: none;}

/* 2. BODY */

body
{
    font-family: Segoe UI, Tahoma, "Georgia", "Times New Roman", serif;
    text-align: center;
    background-color: #00498F;
    font-size: 1em;
    color: #000000;
}

/* 3. STANDARD HTML ELEMENTS */
p
{
    font-size: 0.65em;
    padding-top: 8px;
    padding-bottom: 8px;    
}

p.first
{
    font-size: 0.8em;    
}

h5
{
    padding-top: 12px;
    padding-bottom: 16px;    
}


/* 4. LAYOUT */
#wrapper
{
    width: 1024px;
    margin: 0 auto;
    background-color: #ffffff;
    text-align: center;
}

#header
{
    display: block;    
}

#content #left
{
    float: left; 
}

#content #right
{
    float: right;  
    margin-right: 70px;  
    margin-top: 16px;
}

#footer
{
    clear: both; 
    padding-top: 16px; 
    height: 100px;
}

#footer img
{
    margin-bottom: 8px;   
}

#home_link
{
    width: 450px;
    height: 200px;   
}

#lnk_home
{
    position: absolute;
    margin-left: 526px;
    margin-top: 39px;
    z-index: 100;
    display: block;
}

/* 5. MENU */
#menu
{
    height: 25px;
    width: 683px;
    position: absolute;
    margin-left: 350px;
    margin-top: -100px;
}

#menu ul li
{
    float: left;
    height: 24px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 6px;
    text-align: center;
    list-style: none;
}

#menu ul li a
{
    
    color: #FFFFFF;
    height: 24px;
    display: block;   
    text-decoration: none; 
    padding-top: 4px;
    font-weight: bold;
    font-size: 0.1em;
}

#m1 { background: #FFFFFF url(../images/duckRace/btn_Get_Your_Ducks.png) no-repeat top; width: 118px; } 
#m1:hover { background: #FFFFFF url(../images/duckRace/btn_Get_Your_Ducks.png) no-repeat 0px -25px; }
#m2 { background: #FFFFFF url(../images/duckRace/btn_Event_Timetable.png) no-repeat top; width: 122px; } 
#m2:hover { background: #FFFFFF url(../images/duckRace/btn_Event_Timetable.png) no-repeat 0px -25px; }
#m3 { background: #FFFFFF url(../images/duckRace/btn_Fundraising.png) no-repeat top; width: 93px; } 
#m3:hover { background: #FFFFFF url(../images/duckRace/btn_Fundraising.png) no-repeat 0px -25px; }
#m4 { background: #FFFFFF url(../images/duckRace/btn_Terms_Conditions.png) no-repeat top; width: 147px; } 
#m4:hover { background: #FFFFFF url(../images/duckRace/btn_Terms_Conditions.png) no-repeat 0px -25px; }
#m5 { background: #FFFFFF url(../images/duckRace/btn_Contact.png) no-repeat top; width: 66px; } 
#m5:hover { background: #FFFFFF url(../images/duckRace/btn_Contact.png) no-repeat 0px -25px; }



/* 6. CONTENT */
#left img
{
    display: block; 
    padding-left: 70px; 
    padding-bottom: 5px;  
}

#left img.img_prize
{
    padding-left: 75px;
}

#right img
{
    display: block;    
}

#bdd
{
    padding-top: 12px;    
}

#contentArea
{
    text-align: left;    
    padding-left: 75px;
    padding-right: 75px;
    width: 800px;
    margin: 0 auto;
}

table
{
    font-size: 0.7em; 
}
