BODY
{
    background-image:url(background.jpg);
    background-attachment:fixed;
    background-repeat:no-repeat;
}
#maintable
{
    background-color:Transparent;
    text-align:center;
    vertical-align:bottom;
    width:900px;
    height:100%;
    padding:0px;
}

#header
{
    background-color:Transparent;
    background-image: url(header.png);
    background-repeat:no-repeat;
    text-align:center;
    vertical-align:bottom;
    width:900px;
    height:100px;
}

#content
{
    text-align:left;
    vertical-align: top;
    width:900px;
    height:100%;
    font-size:large; 
}

a:link, a:active, a:visited,a:hover
{
 color:#000000;
 text-decoration:none;
 font-family:Trebuchet MS;
 font-size:medium;
 font-style:normal;
}

a:hover{
color:#ffffff;
}

#footer
{
    background-color:Transparent;
    text-align:center;
    vertical-align:top;
    width:900px;
}

h2
{
 font-size:large;
 color:#ffffff;
}

#left
{
    text-align:left;
}

a.horizontalnav, .horizontalnav:visited, .horizontalnav:link
{
	color:#FF9933; text-decoration:none; font-size:large;
}

a.horizontalnav:hover
{
    color:#ffffff;
}

a.horizontalnav:active
{
    color:#9966CC;
}

#menubar
{
    width:858px;
    height:33px;
    background-color:#003300;
}

#middlecontent
{
    width:640px;
    height:100%;
    background-image:url(contentbg.png);
    background-repeat:repeat-y;
    text-align:center;
}