#main {
	border: 1px solid #666;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666; 
	border-right: 1px solid #666; */
	clear: both;
	background: #fff
	padding-top: 2em;
}

#contents {
	padding: 1.5em;
	min-height: 300px;
	background: #fff url(../images/dj_white.jpg) bottom right no-repeat;
}

#header {
	position: relative;
	width: 600px;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	
	
}

/*Controls the main set of primary tabs*/
#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 70em; 
	/* 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-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
	
}

/*Controls the selected primary tab */
#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	/*border: 1px solid #3c130f;
	border-bottom: none;*/
	background: #fff;
	padding-bottom: 6px;
	margin-top: 0;
}

/*Controls other non-selected primary tabs*/
/*#header ul#primary a {
	background: #f6e9e1;
	border: 1px solid #3c130f;
	border-bottom: none;
}*/

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #fff;
	padding-bottom: 5px;
}

#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 */
	background: #fff;
}

#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 #AAA;
	
}

#header ul#secondary li a {
	background: #fff;
	color: #a5726d;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
	background: #fff;
}

#header ul#secondary li a:active {
	color: #FFFDF3;
	background: #fff;
}

#header ul#secondary li:last-child a { 
border: none; 
background: #fff;

}