html
    {

    }

body
    {
    width: 850px;

    margin: 1em auto;

    }

#wrapper
    {

    }

#container
    {
    background-color: #000033;

    }

#header
    {
    background-image: url(images/upper_right.gif);
    background-position: top right;
    background-repeat: no-repeat;
    height: 75px;
    }

#left
    {
    background-image: url(images/vertical_logo.gif);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #000033;
    width: 150px;
    height: 500px;
    float: left;
    clear: both;
    }

#content
    {
    float: left;
    width: 460px;
    margin: 0 auto;

    }


#center
    {
    background-color: #FFFFFF;
    padding: 1em;
    text-align: justify;
    border: 2px #FF0000 solid;
    float: left;
    }

#video
    {
    text-align: center;
    margin: 0 auto;
    }


#right
    {
    width: 160px;
    float: right;
    }
    
#comments
	{
	font-size: 9pt;
	text-align: justify;
	color: #FFF;
	padding: 20px 5%;
	margin: 5em 10em;
	clear: both;
	}

#footer
    {
    background-image: url(images/lower_left.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-color: #000033;
    clear: both;
    height: 75px;
    text-align: center;

    color: #FFFFFF;
    }

#copyright
    {
    clear: both;
    text-align: center;
    font-size: small;

    }





