#container {
/*	border: solid; */
}

A { 
 text-decoration : none; 
 color:#4a737b;
}

A:hover {
 text-decoration : none; 
 color: RED;
}
 
li {
	display:inline;
}

#pages {
	float: left;
	clear: left;
/*	border: dotted; */
}

#sponsors {
	float: right;
	clear: right;
}

#content {
	float: left;
	width: 75%;
	margin-top: 50px;
}

#bottom1 {
	clear: both;
	text-align: left;
	margin-left: 20px;
}
#bottom2 {
	clear: both;
	text-align: right;
}

#cb {
	clear: both;
}

div#sponsors img {
	border:0;
}