  
  body {
	background-color: #ffffff;
	background-image: url('../images/navbg.gif');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: arial;
  }

  #titleLayer {
	font-size: 21px;
	font-weight:bold;
	color: #000000;
	position:absolute;
	left: 165px;
	top: 20px;
	width: 275px;
	height: 15px;
  }
  #tickerLayer {
  	position:absolute; 
	left: 450px; 
	top: 80px;
        height: 20px;
	font-size: 16px;
  }
  #sideLayer {
	background-image: url('../images/topbg.gif');
	background-repeat: repeat-x;
	padding: 50px
  }
  #cornerLayer {
	background-image: url('../images/corner.gif');
	background-repeat: no-repeat;
	left: 182px; 
	top: 100px;
	width: 17px;
	height: 17px;
	position:absolute;
  }
  #menuLayer {
	position:absolute;  
  	left: 26px; 
	top: 145px;
	width: 175px;
	height: 400px;
	padding: 2px;
  }
  #w3Layer {
	position:absolute;  
  	left: 55px; 
	top: 500px;
	width: 75px;
	height: 20px;
  }
  #menuLayer A {
	color: white;
  	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
  }
  #malteseLayer {
	position:absolute;
  	left: 270px;
	top: 130px;
	width: 80px;
	height: 80px;
  }
  #infoLayer {
        background-color: slate;
	position:absolute;
  	left: 281px;
	top: 300px;
	width: 485px;
	height:100px;
  }
  #content {
	position:absolute; 
	left: 230px; 
	top: 130px; 
	width: 550px; 
	height: 450px;
	text-align: center;
  }
  #content-normal {
	position:absolute; 
	left: 230px; 
	top: 130px; 
	width: 550px; 
	height: 450px;
	text-align: left;
  }
  #content-normal2 {
	position:absolute; 
	left: 230px; 
	top: 130px; 
	width: 700px; 
	height: 450px;
	text-align: left;
  }
  .title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
  }
  .subTitle1 {
	text-align: center;
	font-size: 14px;
	font-weight: bold;	
  }
  .subTitle2 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
  }
  .normal {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
  }  
  font.light {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
  }
  font.shadow {
	position: absolute; 
	left: -2px; 
	top: -2px; 
	color: #FFFFFF;
  }
  
