﻿
/* Framework */
#frame
{
    width: 990px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    background-image: url('../images/fw/bg.gif');
    background-repeat: repeat-y;
}
#main
{
    margin: 0 auto;
    width: 980px;
}
#header
{
    height: 158px;
    background-image: url('../images/fw/header.jpg');
    background-repeat: no-repeat; 
}
#nav
{
    position: relative;
    height: 41px;
    z-index: 10;
    background: url('../images/fw/nav.gif') 0 0;
}
#page
{
    min-height: 300px;
    padding: 20px 20px 40px 20px;
    cursor: default;
    display: block;
    clear: both;
}
#adverts
{
    clear: both;
    height: 70px;
    padding: 5px;
    margin: 0 auto;
}
#footer
{
    clear: both;
    height: 87px;
    margin: 0px;
    background-image: url('../images/fw/footer_bg.gif');
    background-repeat: repeat-x;
}
#footer p
{
    color: #0b3e60;
    font-size: 0.9em;
    line-height: 1.2em;
    font-family: Helvetica, Arial, sans-serif;
}
#footerSponsors
{
    clear: both;
    width: auto;
    display: block;
    overflow: auto;
    height: 120px;
    margin:5px;
    padding: 10px;
    border: 1px dashed #d2f1dc;
    background-color: White;
}
#footerSponsors .sponsor
{
    text-decoration: none;
    font-size: 0.95em;
    color: #FFFFFF;
}

#payment
{
    position: relative;
    margin: 50px auto;
    width: 450px;
    border: solid 1px #519b5e;
    background-color: #d2f1dc;
    padding: 15px;
    color: Black;
}

/* Page Columns */
.leftPageColumn
{
    position: relative;
    float: left;
    clear:left;
    width: 690px;
    margin-bottom: 60px;
}
.rightPageColumn
{
    position: relative;
    float: right;
    clear:right;
    width: 220px;
    margin-bottom: 20px;
}
.rightPageColumn .box
{
    padding: 10px;
    min-height: 280px;
    border: solid 1px #acc5b3;
    background-color: #8ab799;
}
.rightPageColumn .box p
{
    color: #0b3e60;
}
.picFrame
{
    position: relative;
    padding: 5px;
    border: solid 1px #2075ad;
    background-color: #d2efee;
    margin: 4px auto;
}


/* Navigation */
#nav ul
{
    margin: 0;
    padding: 0;
    height: 41px;
    width: 980px;
    list-style-type: none;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}
#nav li
{
    display: inline;
    float: left;
    position: relative;
}
#nav ul a:link, #nav ul a:visited
{
    display: block;
    text-decoration: none;
    float: left;
    height: 41px;
	background-repeat: no-repeat;
	background-image: url('../images/fw/nav.gif');
    
}
/* home */
li.home a:link, li.home a:visited
{
    width: 95px;
    background-position: 0 0;
}
li.home a:hover, li.home a:active
{
    background-position: 0 -41px;
}

/* programme */
li.programme a:link, li.programme a:visited
{
    width: 139px;
    background-position: -95px 0px;
}
li.programme a:hover, li.programme a:active
{
    background-position: -95px -41px;
}

/* register */
li.register a:link, li.register a:visited
{
    width: 115px;
    background-position: -234px 0px;
}
li.register a:hover, li.register a:active
{
    background-position: -234px -41px;
}

/* memorabilia */
li.memorabilia a:link, li.memorabilia a:visited
{
    width: 152px;
    background-position: -349px 0px;
}
li.memorabilia a:hover, li.memorabilia a:active
{
    background-position: -349px -41px;
}

/* network */
li.network a:link, li.network a:visited
{
    width: 124px;
    background-position: -501px 0px;
}
li.network a:hover, li.network a:active
{
    background-position: -501px -41px;
}
/* contact */
li.contact a:link, li.contact a:visited
{
    width: 127px;
    background-position: -625px 0px;
}
li.contact a:hover, li.contact a:active
{
    background-position: -625px -41px;
}