 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; outline: 0; }

body {
	font: normal 13px/1.6em  verdana, tahoma, sans-serif;	 
	text-align: center;	
	background-color:#0c3471;;	

}

/* links */
a {
	color: #CC0000;		
	background-color: inherit;
	text-decoration: none;	
}
a:hover {	
	color: yellow;
	background-color: inherit;	
}

/* headers */
h1, h2, h3, h4 {
	font: normal 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #eee;
}
h1 { font-size: 3em; color: #84A5DA; letter-spacing: -2px;	} 
h2 { font-size: 2.5em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.5em; }


/* end - table */
/***********************
	  LAYOUT
************************/

#nav, #content, #footer-wrap {
}

/* Navigation */
#nav {
	clear: both;	
	position: absolute;
	margin: 95px 0px 0px 100px;
    width: 956px;
}	

/* overlay */
#overlay {
  background-image:url('tlo1.png');
  background-repeat:no-repeat;
  margin: auto;
  width: 956px;
  height: 644px;
}

/* main */
#main {
	padding: 0;
	position:absolute;
	margin: 230px 0px 0px 100px;
	width: 800px;
	text-align: justify;
	color: white;
	overflow: auto;
	height: 400px;
}

#main h2 { 
	font: normal 2.9em 'Trebuchet MS', Arial, Sans-serif;
	color: #33CCFF;	
	letter-spacing: -2px;		
	padding-bottom: 0px;
	margin-bottom: 5px;	
}
#main h3 { 
	font: normal 1.8em 'Trebuchet MS', Arial, Sans-serif;
	color: #33CCFF;	
	letter-spacing: -2px;		
	padding-bottom: 0px;
	margin-bottom: 5px;	
}

/* footer */
#footer {
	clear: both; 
	text-align: center;
	font-size: .85em;
	color: white;
  position: absolute;
  margin-top: 645px;
  margin-left: 55px;
}


/* additional classes */
.clear { clear: both; }
.grey {	color: #8F8F8E; }
.post-by { color: #FFFF66; }
.bold  { font-size: 1.5em; }
.partner { height: 53px;}



