#container {
  margin: 0 auto;
  width: 1000px;
  }
  
#background {
  margin: 0 auto;
  width: 1000px;
  background-color: #0080EE;
  }  
  
  #header {
	position:fixed;
	top:0px;
	
	width:1020px;
	height:145px;
	overflow:auto;
	background:##0080EE;
	background-color: ##0080EE;
	z-index:10;
  }
* html #header {height:140px;}

/* end of bit that does the work */



#header p {
  color:##0080EE; 
  margin:0px 0px 0 0px;
  }
  
  
.cssnav
{
position: relative;

font-family: Verdana, Geneva, sans-serif;
background: url("/images/navR.gif") no-repeat;
white-space: nowrap;
display: block;
width: 175px;
height: 25px;
margin: 0;
padding: 0;
}

.cssnav a
{
font-size: 16px;
width: 175px;
height: 25px;
display: block;
float: left;
color: white;
text-decoration: none;
}

.cssnav img
{
width: 175px;
height: 25px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
	position: absolute;
	left: 25px;
	top: 3px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
} 

body {
	margin-left: 0px;
	margin-top: 140px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #16178b;
}
.text_header {	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000F;
}
.text_list {	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2002ee;
}
.text_main {	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
}

#footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding:0px 20px;
	background:url("/images/footer.jpg"); background-repeat:no-repeat;
	height:245px;
	
}
#footer li {
	list-style:none;
	display:inline;
	font-family: Verdana, Geneva, sans-serif;
	/* padding:3px 5px; */
	/*margin:5px 3px 0 10px;*/
}
#footer a {
	color:#fff;
	text-decoration:none;
	float:left;
	margin: 5px 2px;
}
#footer a:hover { 
	color:#00ff00;
}
#footer a:active {
	color:#00ff00;
}

