#container {
  width:960px;
  margin-right:auto;
  margin-left: auto;
  text-align: left;
  background-color: #ffffff;
  padding: 5px;
}

body	{
	background-color: #ccffff;
}

a {text-decoration: none; color: #ffffff;}
a:hover {text-decoration: none; color: #000000;}

#header-main	{
  width: 950px;
  height: 250px;
  background-color: #ccffff;
  text-align: center; 
  padding: 5px;
}

#header	{
  width: 950px;
  height: 90px;
  background-color: #ccffff;
  text-align: left; 
  padding:	5px;
}

#main	{
	padding-top: 40px;
	width: 930px;
	text-align: left;
	font-family: Arial, san-serif;
	font-size: 14px;
	background-image: url(images/abgrnd.png);
	padding: 15px;
	background-repeat: repeat-x;
	
}
#main a	{
		text-decoration: none;
		color: blue;
		}
#main a:hover {
		  text-decoration: none;
		  color: gray;
}
#navcontainer
{
	text-align: center;
	width: 960px;
	background-color: #ccffff;
	font-size: 10px; 
	
}

.navitem
{
	background-color: #2742ad;
	padding: 2px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	color: #ffffff;
	width: 131px;
	margin-top:1px;
	margin-right:2px;
	margin-bottom: 1px;
	float: left;
}

/*#content	{
  float: left;
  width: 940px;
  background-image: url(images/abgrnd.png);
  padding: 15px;
  background-repeat: repeat-x;
}*/

#footer		{
		border-top:  1px solid #000000;
		clear:  both;
		background-color:#2742ad;
		color:white;
		text-align: center;
		font-size: 10px;
		margin-left:  0px;
		padding-top:  2px;
}
#footer2	{
	padding-top: 10px;
	text-align: center;
	font-family: Arial, san-serif;
	font-size: 12px;
	/*background-color: #ccffff;*/
	width: 900px;
}
