#main {
	border: 1px solid #7F97B2;
	clear: both;
	background: #FFFFFF;
	padding: 1.5em;
	*height:100%;
}

#contents {
	padding: 1.5em;
	background: #FFFFFF;
}

#header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 65em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: relative;
	bottom: -9px;
	*bottom:-8px;
	width: 71em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

@media all and (min-width: 0px){
   #header ul#primary {
   	margin-bottom: -3px;
   }
}

@media print {
	#main {width:40em;}
	html { max-width: 510px; }
	#header {width:40em;}
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#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;
	border: none;
	border-right: 1px dotted #AAA;
	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; }