#main {
    border-top: 1px solid #AAA;
    margin-left: 10px;
    margin-right: 10px;
    background: #ececec;
    padding-top: 0.5em;
    width: 535px;
}

#contents {
    background: #ececec;
    height: 183px; 
    width:535px;   
    text-align: left; 
    color:#45566F;
     
}



#contents ul{
  margin-left: 40px;
  color: #45566F;
  font-weight: bold; 
}

#contents h3{
  text-align:left;
  color: #45566F;
  font-weight: bold; 
}




#header_tab {
    margin-left: 20px;
    margin-right: 10px;
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}


.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}

#header_tab 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_tab ul#primary li  {
	display: inline;
	list-style: none;
}

#header_tab ul#primary a,#header_tab ul#primary span,#header_tab ul#primary a.current {
	width: 8em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	color: #45566F;
}

#header_tab ul#primary span,#header_tab ul#primary a.current,#header_tab ul#primary a.current:hover {
	border: 1px solid #AAA;
	border-bottom: none;
	background: #ececec;
	padding-bottom: 6px;
	margin-top: 0;
}

#header_tab ul#primary a {
	background: #EEEEEE;
	border: 1px solid #AAA;
	border-bottom: none;
}

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

#header_tab 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_tab ul#secondary li a,#header_tab 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_tab ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

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

#header_tab ul#secondary li a:active {
	color: #000;
	background: transparent;
}


