@charset "UTF-8";
/* CSS Document, created by Emmanuel K. Tabiri of Iribat Interactive. Contact: emmanuel@iribat.com **********************/
/* This document gives us a preview of the site on modern screen **********************/

/* Header ************************************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image: url(../images/program.jpg);
	width: 780px;
	height: 233px;
	position: relative;
}
#header ul{
	background-color: #1f1f1f;
	width: 774px;
	border: 3px solid #FFFFFF;
	display: block;
	top: 195px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	height: 24px;
	padding: 8px 0px 0px 0px;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
#header li{
	display: inline;	
}
#header ul a{
	text-decoration: none;
	color:#FFFFFF;
	margin: 0px 25px;
	font-size: 14px;
}
#header ul a:hover{
	text-decoration: none;
	color:#d5d5d5;
	font-size: 14px;
}
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#000000;}
#header_text a:hover{color:#1f1f1f;}
