<style type="text/css">
<!--

a:hover {color: #FF3F00;
         font-weight: bold;
         }

a:link { text-decoration: none; font-weight: bold; color: white; }


a:visited {color: white;
         text-decoration: none; font-weight: bold;
         }


a:hover {color: #FF3F00; font-weight: bold;
         }

body {background-color: #800000;
     }

#header {
         position: absolute
         z-index:15;
         margin-left: 22%;
         }


#main_text {
           position: absolute;
           z-index: 2;
           color: black;
	  align: center;
           margin-left: 0.35%;
           width: 99.4%;
           font-family: calibri;
           font-size: 12pt;
           background-color: wheat;
           }

#main_text2 {
           position: absolute;
           z-index: 2;
           color: black;
	  align: center;
           margin-top: 3.3%;
           margin-left: 22%;
           width: 55%;
           font-family: calibri;
           font-size: 12pt;
           background-color: #4F4F4F;
           }


#main_text1 {
           position: absolute;
           z-index: 1;
           color: black;
	  background-color: none;
           align: center;
           margin-top: 5%;
           margin-left: 10%;
           width: 80%;
           font-family: calibri;
           font-size: 12pt;
           margin-bottom: 10em;
           }




#menu_1  {
         position: absolute;
         z-index: 10;
         color: #800000;
         font-weight: bold;
	background-color: #C0000D;
         margin-left: 15%;
         margin-top: 0%;
         width: 70%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
         font-family: arial;
         font-size: 13pt;
	border: black solid 1px;
         }


#menu_2  {
         position: absolute;
         z-index: 10;
         color: #800000;
         font-weight: bold;
	background-color: darkorange;
         margin-left: 17em;
	margin-top: 3.3em;
	padding-left: 7em;
         padding-right: 12em;
         padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
         font-family: arial;
         font-size: 10pt;
         border: black solid 1px;
         }


#photos {
	position: absolute;
         z-index: 2;
         background-color: none;
         margin-left: 6%;
         margin-top: 7%;
         font-family: calibri;
         width: 20%;
         }


#photos_r {
	position: absolute;
         z-index: 2;
         background-color: none;
         margin-left: 73%;
         margin-top: 7%;
         width: 20%;
         font-family: calibri;
         }



#footer {
	position: absolute;
         z-index: 2;
         margin-left: 22%;
         margin-top: 0%;
         width: 55%;
         color: #6F6F6F;
         font-family: calibri;
         text-align: right;
	}




-->
</style>