#main {
	border: 1px solid #000;
	clear: both;
	background: #006666;
	padding-top: 2em;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#contents {
	padding: 1.5em;
	background: #f0f0f0;
	min-height: 450px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: auto;
}

#header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 2.5em; /* 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-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #000;
	border-bottom: none;
	background: #006666;
	padding-bottom: 6px;
	margin-top: 0;
        color: #FFF;
}

#header ul#primary a {
	background: #054a4a;
	border: 1px solid #054a4a;
	border-bottom: none;
        color: #FFF;
}

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

#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 #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #FFF;
	text-decoration: underline;
}

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

#header ul#secondary li a:hover, #header ul#secondary li a:active{
    color: #FFF;
    background: transparent;
}

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


#top
{
  position:relative;
  float:left;
  clear:both;
  width: 100%;
  height: 110px;
}




