/* CSS Document */
.maincont {
	background-color: #000000;
	background-image: url(img2/bottom.jpg);
	background-repeat: no-repeat;
}
#navlinks {
	margin: 0;
	padding: 0.5em 3em;

	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navlinks li {
	display: inline;
	margin-right: 0.45em;
	padding-right: 0.45em;
	border-right: 1px solid #FF0000;
	font-weight: bold;
	text-decoration: none;
}


#navlinks a {
	color: #000000;
	text-decoration: none;
}
#navlinks li.last {
	border-right: 0;
}

