#static_nav {
	margin: 5px 0 -2px 0;
	width: 460px;
	height: 24px;
}

#static_nav a { 
	float: left;
	height: 24px;
}

#static_nav a span {
	position: absolute;
	top: -3000px;
}

.nav_details a {
	width: 94px;
	height: 24px; 
	display: block;
	background: url('../images/static_nav.gif') -2px 0 no-repeat;
	border-right: solid 1px #d6b880;
	border-left: solid 1px #d6b880;	
}

.nav_details a:hover {
	width: 94px;
	height: 23px; 
	display: block;
	background: url('../images/static_nav.gif') -2px -23px no-repeat;
}

.static_nav_on .nav_details a {
		background: url('../images/static_nav.gif') -2px -23px no-repeat;
}

.nav_information a {
	width: 123px;
	height: 22px; 
	display: block;
	background: url('../images/static_nav.gif') -97px 0 no-repeat;
	border-right: solid 1px #d6b880;
	
}

.nav_information a:hover {
	width: 123px;
	height: 23px; 
	display: block;
	background: url('../images/static_nav.gif') -97px -23px no-repeat;
}

.static_nav_on .nav_information a {
	background: url('../images/static_nav.gif') -97px -23px no-repeat;
}

.nav_registration a {
	width: 142px;
	height: 22px; 
	display: block;
	background: url('../images/static_nav.gif') -221px 0 no-repeat;
	border-right: solid 1px #d6b880;
	
}

.nav_registration a:hover {
	width: 142px;
	height: 23px; 
	display: block;
	background: url('../images/static_nav.gif') -221px -23px no-repeat;
}

.static_nav_on .nav_registration a {
	background: url('../images/static_nav.gif') -221px -23px no-repeat;
}

#other_main_article_black {
	background: #000000;
	border: solid 1px #d6b880;
}

#other_main_article_black .inner {
	margin: 0 0 0 15px;
}

#other_main_article_black .inner .article_link {
	border-bottom: solid 1px #fff;
}

#other_main_article_black .inner .article_link_nb {
	border-bottom:none;
}

#other_main_article_black .inner h3 {
	line-height:35px;
	padding:0;
	font-size: 11px;
	margin:0;
	color: #f0f0f0;
}

#other_main_article_black .inner h3 a {
	line-height:35px;
	color:#808080;
	font-size:10px;
}

#other_main_article_black .inner span {
	float:right;
	display:inline;
	color:#808080;
	font-size:9px;
	font-weight:normal;
	line-height:35px;
	margin:0 15px 0 0;
	padding:0;
}

#other_main_article_black .inner p {
	color: #808080;
}

#other_main_article {
	padding-right: 5px;
}
