#main {
	border: 1px solid #000;
	clear: both;
	padding: 1em;
	color:#000;
	
	background: #FFF;
}

#contents {
	background: #FFF;
	min-height: 300px;
}

#header {
	position: relative;
	width: 100%;
	height: 4em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-size: 100%;
	text-decoration: none;
}

#header ul#primary span 
{
	border: 1px solid #000;
	border-bottom: none;
	background: #FFF;
	padding-bottom: 6px;
	margin-top: 0;
	color: #000;
}

#header ul#primary a {
	background: #cecfce;
	border: 1px solid #AAA;
	border-bottom: none;
	color: #000;
}