body
{
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(./images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
}

#wrapper
{
    position: relative;
    width: 760px;
    margin-right: auto;
    margin-left: auto;
    top: -1px;
    left: 0px;
}

#header
{
    width: 760px;
    height: 88px;
    text-align: center;
    background-image: url(./images/titlesmall.jpg);
    background-repeat: no-repeat;
}

#montage
{
    width: 760px;
    height: 141px;
    margin-bottom: 10px;
    background-image: url(./images/montage1small.jpg);
    background-repeat: no-repeat;
}

#navigation
{
    float: left;
    width: 150px;
    border-right: 3px solid #62ce19;
}

#navigation ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#navigation li
{
    font-size: 100%;
    margin: 0;
    padding-top: 10px;
    border-bottom: dotted 1px black;
}

#navigation a:link, #navigation a:visited
{
    color: #006600;
    font-weight: bold;
    text-decoration: none;
}

#navigation a:hover
{
    color: #003300;
}

#navigation ul ul
{
    margin-left: 20px;
}

#navigation ul ul li
{
    font: inherit;
    font-size: 90%;
    margin: 0;
    padding-top: 5px;
    color: #006600;
}

#navigation ul ul a:link, #navigation ul ul a:visited
{
    color: #006600;
    text-decoration: none;
    font-weight: bold;
}

#navigation ul ul a:hover
{
    color: #003300;
}

#main
{
    float: right;
    width: 580px;
}

#main_text
{
    float: left;
    width: 380px;
    font-size: 90%;
}

div.news_banner
{
    width: 98%;
    height: 25px;
    background-image: url(./images/news_banner.jpg);
    background-repeat: repeat-y;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 2px;
    font-size: 90%;
}

#news
{
    width: 100%;
    clear: both;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.news_box
{
    width: 98%;
    padding: 5px;
    background-color: #fff899;
    margin-bottom: 10px;
    font-family: "Courier New" , Courier, monospace;
    font-size: 85%;
}

div.news_box img
{
    float: left;
    margin-right: 5px;
}

div.advert
{
    float: right;
    width: 184px;
    margin-top: 280px;
}

div.advert a:link, a:visited
{
    color: #0000FF;
    padding: 0;
    margin: 0;
}

#advert_banner
{
    width: 164px;
    height: 25px;
    background-color: #62ce19;
    margin-bottom: 2px;
    padding-left: 0.1em;
}

#fund_raising
{
    width: 155px;
    height: 186px;
    margin-top: 0;
    padding-top: 110px;
    padding-left: 5px;
    padding-right: 5px;
    background-image: url(./images/fund_raisingsmall.jpg);
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 10px;
}

#where_box
{
    width: 155px;
    height: 100px;
    padding-top: 80px;
    padding-left: 5px;
    padding-right: 5px;
    background-image: url(./images/where_boxsmall.jpg);
    background-repeat: no-repeatxt-align: center;
    margin-bottom: 10px;
}

#text_holder
{
    float: left;
    width: 60%;
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 80%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#text_holder h2
{
    font-size: 90%;
}

#photo_holder
{
    float: right;
    width: 40%;
}

#photo_holder img
{
    border: solid 1px #990000;
}

div.photo_box
{
    font-size: 80%;
    width: 200px;
    float: right;
    margin: 10px;
}

div.gallery_photo_holder
{
    font-size: 80%;
    width: 400px;
    margin: 10px;
}

#footer
{
    width: 100%;
    clear: both;
    border-top: 5px solid #62ce19;
    text-align: center;
    margin-top: 40px;
    font-size: 80%;
}

#footer p
{
    font-size: 80%;
}

h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
}

h2
{
}

h3
{
    color: #FFFFFF;
    font-weight: bold;
}

p.style1
{
    margin-top: 16px;
}

/* Default links 	*/
a:link, a:visited
{
    font-weight: bold;
    text-decoration: underline;
    color: #3300CC;
    background: transparent;
}

a:hover
{
    font-weight: bold;
    text-decoration: underline;
    color: #CC0033;
    background: transparent;
}

a:active
{
    font-weight: bold;
    text-decoration: none;
    color: #EE0000;
    background: transparent;
}
