body { 

	width: 800px;

	margin: 0 auto;

	font: .75em "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;

	text-align: left;

	background: #222222;

	color: #808080;

	line-height: 17px;

	}



#header {

	width: 800px;

	height: 300px;

        margin-top: -30px;

        font: 2em "Helvetica", Sans-Serif;

        text-align: right;

	background: url(images/banner2.jpg);

	 }



#header a {
       color: #993333;

       text-decoration: none;

       padding-right: 49px;

       letter-spacing: 1.3px;

         } 

#header a:hover {

	color: #000;

	background-color: inherit;
        }



#container {

	width: 800px;

	color: #808080;

	background: #fff;

	float: left;

	text-align: left;

	 }

#content {
        padding-left: 30px;

        padding-right: 30px;

        margin-bottom: 30px;

        text-align: left;
        }


h3 {
      color: #993333;
        }


#nav {
     text-align: center;

     font: 1.8em "Helvetica", Sans-Serif;

     word-spacing: 5px;

     letter-spacing: 1.3px;
        }
 

a {
    color: #993333;

    text-decoration: none;
        }


a:hover {

	color: #000;

	background-color: inherit;
        }

a:active {
       color: #000;

       background-color: inherit;
       } 

#video {
       align: center;
       }
