
#header_container {

	position: absolute;
	top: 0px;
	height: 30px;
	width: 100%;

	background-color: #000000;	
	border-bottom: medium solid #ffffff;
	overflow: hidden;
	text-align: center;


}

#header {

	background-color: #000000;
	color: #ffffff;
	width: 100%;
/*	padding: 5px; */
	margin-top: 5px;
	margin-left: 5px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px	


}

a.header:link {
	text-decoration: none;
	color:#ffffff;
	font-weight: bold;
	}

a.header:visited {
	text-decoration: none;
	color:#ffffff;
	font-weight: bold;
	}

a.header:hover {
	color:#FF0000;
	text-decoration: none;
	font-weight: bold;	
	}

