
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #9B0020;
	}       
    
iframe {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 650px
    }       
    
	
#main {
	width: 800px;
    /*height: 100%;  */
    border: 1px solid gray;
    background-color: #655242;
    color: black;
	margin-left: auto;
	margin-right: auto;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
	}	
    
#header {
    background-color: #655242;
    border: 1px solid #625242;
    height: 125px;
    }    
    
h1 {
    color: #F0E0D0;
    text-align: center;
    font-size: 500%;
    font-style: italic;
    margin-top: -5px;
    margin-bottom: -1px;
    padding-bottom: 10px;
    } 
  
h2 {
    text-align: center;
    }    
   
ul {   
    display: block; 
    text-align: center;
    margin-top: 0;    
    }
    
ul a {
    text-decoration: none;
    font-family: arial, helvetica, sans-serif;
    padding-left: 15px;
    padding-right: 15px;     
    }

ul li {   
    display: inline;   
    border: 2px solid #CC0000;    
    } 
    
ul a:link {
    background-color: #302010;
    color: white;
    }
    
ul a:visited {
    background-color: #302010;
    color: white;
    }
    
ul a:hover {
    background-color: white;
    color: #302010;
    }        
	
#logo_img_left {
    position: absolute;
    margin-left: -100px;
    margin-top: 10px;
    }
    
#logo_img_right {
    position: absolute;
    margin-left: 775px;
    margin-top: 10px;
    }   
    
#copyright  {
    color: #F0E0D0;
    background-color: #655242;
    font-style: italic;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    }   
    
    
