




/*
     FILE ARCHIVED ON 13:42:20 Aug 27, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:04:39 Apr 17, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
  * { 
   padding: 0;
   margin: 0;
  }
  
  body {
	background-attachment:fixed;
	background-image: url(http://www.mlae-sy.org/assets/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000;
  }
 
 #wrapper { 
   margin: 0 auto;
   width: 922px;
  }
 #sponsors {
	float: right;
}
 
 #header {
	width: 960px;
	float: right;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(http://www.mlae-sy.org/assets/images/logo_head.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
  }
      
  #navigation {
	  margin: 0;
	  padding: 0;
	  width: 15em;
	  margin: 0px 5px 5px 0px;
	  padding: 10px;
	  height: 385px;
	  width: 195px;
	  float: left;
  }
  
  #navigation li {
	background: url(http://www.mlae-sy.org/assets/images/menu_bg.png) no-repeat;
	list-style-type: none;
  	font: 13px "Lucida Sans Unicode", 
    "Bitstream Vera Sans", 
    "Trebuchet Unicode MS",
    "Lucida Grande", 
    Verdana, 
    Helvetica,
    sans-serif;
      }
	  
  #navigation a {
	color: #333;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
	  }
	  
  #navigation a:hover {
	background-image: url(http://www.mlae-sy.org/assets/images/menu_hover_bg.png);
    background-repeat: no-repeat;
	color: #C00;
  }
  #content {
	float: right;
	border: 1px solid #393939;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 100%;
	width: 678px;
	display: inline;
	position: relative;
	background-image: url(http://www.mlae-sy.org/assets/images/text_bg.png);
	background-repeat: repeat;
	color: #FFF;
  }
   #content a {
	text-decoration: none;
	color: #FF0;
        }
  #footer {
   float: left;
   width: 900px;
   color: gray;
   padding: 10px;
   margin: 0px 0px 5px 0px;
   text-align: center;
    }
  
  #footer-logo {
	float: left;
	width: 900px;
	color: #FFF;
	padding: 10px;
	margin: 0px 0px 5px 0px;
	text-align: center;
   }
   #footer-logo a{
	color: #093;
	text-decoration: none;
	   }

.list{
	list-style-type: none;
    text-decoration: none;

	}
  h1 {
	color: #C00;
	padding: 0;
	font-family: "Lucida Sans Unicode", 
	"Bitstream Vera Sans", 
	"Trebuchet Unicode MS", 
	"Lucida Grande", 
	Verdana, 
	Helvetica, 
	sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
  }
  
  h2 {
	padding: 0;
	margin: 0;
	color: #C00;
	font-family: "Lucida Sans Unicode", 
	"Bitstream Vera Sans", 
	"Trebuchet Unicode MS",
	"Lucida Grande", 
	Verdana, 
	Helvetica, 
	sans-serif;
	font-size: 1.2em;
	margin-top: 5;
	margin-bottom: 5;
  }	
  
  h3 {
	padding: 0;
	margin: 0;
	color: #C00;
	font-family: "Lucida Sans Unicode", 
	"Bitstream Vera Sans", 
	"Trebuchet Unicode MS",
	"Lucida Grande", 
	Verdana, 
	Helvetica, 
	sans-serif;
	font-size: 1em;
	margin-top: 5;
	margin-bottom: 5;
  }	