﻿body
{
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
	background: #005689 url(images/main_background.jpg) repeat-y center center;	
}


#wrapper
{
    width: 1000px;
    margin: 0px auto 0px auto;
    background-color: #ffffff;
}


#header
{
    height: 150px;
    width: 1001px;
    background-image: url(Images/MenuBackground.jpg);
    background-position: bottom;
    background-color: #005689;
    background-repeat: repeat-x;
}
#content
{
    margin-top: 10px;
    padding-bottom: 10px;
}

#content div
{
    padding: 10px;
    float: left;
}

a.EventLink
{
    color: #000000;
    text-decoration: none;
}

a:hover.EventLink
{
    color: Red;
    text-decoration: underline;
}

#content a, #content a:active, #content a:focus, #content a:link, #content a:visited
{
	color: #05287c;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
	color: Red;
}

#content-main
{
    margin-left: 10px;
    width: 700px;
}
#content-right
{
    margin-left: 10px;
    width: 214px;
}
#footer
{
    float: left;
    width: 976px;
}

#bottom
{
    clear: both;
    text-align: right;
}




