html, body
    {
    font-family: Verdana, Helvetica, Arial;
    font-size: 1em;
    padding: 0px;
    background-color:#000000;
    background-repeat: repeat-y;
    background-position: center;
    text-align:left;
    color:#0663FE;

    }


            a:link {
       		color:#7F0000;
       		text-decoration:none;
       		font-weight:bold;
       	  	font-size:0.8em ;
                 padding-right: 10px;
        		}
    	a:visited {
   		color:#7F0000;
		text-decoration:none;
    	    	font-weight:bold;
   	    	font-size:0.8em;
                 padding-right: 10px;
   		}
  	  a:hover {
     		color:#CCCCCC;
       		text-decoration:none;
       		font-weight:bold;
       		font-size:0.8em;
                 padding-right: 10px;
      		}


          img{border:0px;}


    #header{
    width: 707px;
    height: 70px;

    background-position:bottom;
    background-repeat: no-repeat;
    background-color: #000000;
    margin: auto;
    padding: 10px;
    padding-top: 30px;
    }

    box{

    height: 100%;
    }

    #navigation
    {
    width:727px;
    background-color:#FFFFFF;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    color: #bf0000;
    font-weight: bold;
    font-size: 0.8em;
    padding: 10px;
    }


    #content
    {
    width:707px;
    height: 100%;
    background-postion: top;
    background-color: #C82828;
    background-repeat: no-repeat;
    margin: auto;
    padding: 10px;
    padding-top: 20px;
    color: #FFFFFF;
    font-size:0.9em:
    }


    h1{
    color: #FFFFFF;
    font-size: 1.3em;
    }

    h2{
    color: #FFFFFF;
    font-size: 1.1em;
    margin: 0px;
    }