#main 
	{
	border:1px solid #9a9acf;
	clear:both;
	}
#contents 
	{
	padding:2px 13px 13px 13px;
	background: #FFFDF3;
	}
#header 
	{
	position: relative;
	width:500px;
	height:18px;
	}
#header ul#primary 
	{
	margin: 0 0 0 19px;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 500px; /* 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 
	{
	display: block;
	float: left;
	padding: 4px 18px;
	margin: 1px 4px 0 0;
	text-align: center;
	text-decoration: none;
	}
#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover 
	{
	border: 1px solid #9a9acf;
	border-bottom: none;
	background: #FFF3B3;
	padding-bottom: 6px;
	margin-top: 0;
	}
#header ul#primary span
	{
	color:#cf6530;
	background: #FFFFFF;
	}
#header ul#primary a 
	{
	background: #9a9acf;
	border: 1px solid #9a9acf;
	border-bottom: none;
	color: #303065;
	}
#header ul#primary a:hover 
	{
	/*margin-top: 0;*/
	border-color: #9a9acf;
	background: #cccccc;
	/*padding-bottom:6px;*/
	}
#header ul#secondary 
	{
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	}
#header ul#secondary li a,#header ul#secondary li span 
	{
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #9a9acf;
	background: none;
	}
#header ul#secondary li a 
	{
	color: #06C;
	text-decoration: underline;
	}
#header ul#secondary li a:hover 
	{
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
	}
#header ul#secondary li a:active 
	{
	color:#000;
	background:transparent;
	}
#header ul#secondary li:last-child a 
	{ 
	border:none; 
	}