@charset "UTF-8";
body {
	margin: 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FEB930;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FEB930;
}
.oneColElsCtr #container {
	width: 541px;
	background: #FEB930;
	margin: 0 auto;
	text-align: center;
}
.oneColElsCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #740D07;
	list-style:none;
	margin: 0px;
	display: inline;
}
.oneColElsCtr #container #mainContent div ul {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
}
navigators {
	list-style: none;
}
#container ul {
	margin:0;
	padding:0;
	list-style:none;
}
#container li {
	float: right;
}
#container li a:link, #container li a:visited {
	background:#ffb82e;
	padding:.2em .5em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#7f1409;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.5em;
}
#container li a:hover {
	color:#ffb82e;
	background:#7f1409;
}
	
	
	
