#main {   /* line directly below tabs */
	border-top: 1px solid #7C1014;
	border-bottom: 0px solid #7C1014;
	border-left: 1px solid #7C1014;
	border-right: 1px solid #7C1014;
	clear: both;
	background: #FFFfff;
	padding-top: 1px;  /* vertical sides */
}

#contents {  /* below main */
	padding: 0;  /* adds to vertical sides */
	background: #FFFDF3;
	max-height: 2px;
}

#header {
	position: relative;
	width: 100%;
	height: 1em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */ /* for line below */
}

#header ul#primary {
	margin: 0;  /* moves tabs up */
	padding-top: 0;
	padding-bottom:0;
	padding-right:0;
	padding-left: 20px;  /* slides tabs over from left*/
	position: absolute;
	bottom: -2px;
	width: 502px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	left: 23px;
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	/*width: 8em;*/ /* original value .. makes tab fixed width */
	display: block;
	float: left;
	padding: 4px 10px; /* tab height */
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;  /* all tabs font color */
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #000;
	border-bottom: none;
	background: #7C1014;  /* highlighted tab color*/
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
	background: #cccccc;  /* non highlighted tabs */
	border: 1px solid #AAA;
	border-bottom: none;
	color: #000000;  /* non highlighted tab text color */
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #7C1014;  /* highlight hover color */
	padding-bottom: 5px;
	color: #FFFFFF;
}


/**** secondary menus below tabs.. not using these  */
#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; */  /* doesn't validate */
	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; }
