﻿body 
{
    background-color: Gray;
    margin: 0px;
    text-align: left;
    vertical-align:text-top;
}
#main_relative
{
    background-color: Gray;
    margin: 0px;
    text-align: center;
    vertical-align: top;
}
#main_container
{
    text-align: center;
    margin: 0px 47px 0px 0px;
    }
#container
{
    background-color: White;
    width: 800px;
}
#banner
{
    background-image: url('image/banner.jpg');
    background-repeat: no-repeat;
    height: 200px;
}
#menubar
{
    background-color: Red;
    text-align: left;
}
#menu
{
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
}
#content
{
    text-align: left;
    vertical-align: top;
    margin: 10px;
}

#footer
{
    background-color: Green;
    text-align: center;
    font-size: 12pt;
    width: 802px;
}
a:hover 
{
	color: Blue;
	text-decoration:underline;
}