﻿body 
{
    font-family:Georgia, Verdana, Arial;
    font-size:15px;
    line-height:18px;
    background-color:#000;
    color:#000;
}

a
{
    color:#356AA0;
    text-decoration:none;
}

a:hover
{
    color:#CC0000;
}



h1
{
    font-size:18px;
    font-weight:bold;
}


.wrapper
{
    width:780px;
    margin:0px auto;
}


.content
{
    padding:20px;
    background-color:#fff;
}


/* ============ NAVIGATION START ============ */

#navigation {
    height: 22px;
    width: 780px;
    margin: 0px;
    background-color:#ffd521;
}
 
#navigation ul{
    margin: 0px;
    padding: 0px;
    list-style: none;            
}
 
#navigation li {
    height:22px; 
    margin: 0px;
    padding: 0px;
    display: inline;
}
 
#navigation li a {
    height:22px;
    padding:0px;
    margin:0px;
    float:left;
}

/* ============ NAVIGATION END ============ */











/* SPONSOR */

.sponsors_logo
{
    background:#fff url(images/sponsors/sponsors.jpg) no-repeat;
    padding-right:15px;
    float:left;
}

.sponsors_ogilvies
{
    background-position:0px 0px;
    height:98px; 
    width:184px; 
}


.sponsors_ogilvies:hover
{
    background-position:0px -98px;
    cursor:hand;
}

.sponsors_merrickville
{
    background-position:-41px -197px;
    height:139px; 
    width:102px; 
}


.sponsors_merrickville:hover
{
    background-position:-41px -336px;
    cursor:hand;
}


/* MODAL POPUP
-----------------------------------------------------------*/


.modalPopUp
{ 
    background-color:#ffffff;
    width:400px;
    height:600px;
    }
    
    
.modalBackground
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
    
    }
    
    