#container ul.beat_tabs {
	border: 0 !important;
	background: #FFF url(images/bg/tabs-bg.gif) no-repeat bottom center;
	list-style-type: none;
	height: 32px;
	margin: 30px 0 10px 130px;
	padding: 0 0 0 6px;
}

	#container ul.beat_tabs li {
		display: block;
		float: left;
		padding-bottom: 10px;
		margin-left: 6px;
	}
	#container ul.beat_tabs li.here {
		background: url(images/bg/tabs-li-here-bg.gif) no-repeat bottom center;
	}
		#container ul.beat_tabs li a {
			background: #FBECCB;
			float: left;
			display: block;
			border: 1px solid #DDDDDD;
			border-bottom: 0;
			padding: 5px 7px;
			font-size: 14px;
			color: #1A1A1A;
			text-decoration: none;
			-moz-border-radius-topleft: 6px;
			-webkit-border-top-left-radius: 6px;
			-moz-border-radius-topright: 6px;
			-webkit-border-top-right-radius: 6px;
		} 
		#container ul.beat_tabs li a:hover {
			border-color: #BD9B42;
			background: #F6DBA6;
		}

		#container ul.beat_tabs li.here a {
			background: url(images/bg/tabs-li-here-a-bg.gif) repeat-x bottom center; 
			background-color: #fff;
			border-color: #A6A6A6;
			color: #183786;
		}

#content h2 img.cmdr {
	border: 2px solid #ccc;
	float: left;
	margin-right: 10px;
}


#content h3 {
	margin-top: 30px;
	margin-bottom: 20px;
	color: #999;
	font-size: 120%;
	font-weight: normal;
}

#content h3.minor {
	font-size: 80%;
	color: #999;
	margin-top: 0;
	padding-top: 0;
}

#content h4 {
	margin-left: 10px;
	font-size: 80%;
}

	#content h4.minor span {
		display: block;
		color: #666;
		margin-top: 5px;
		font-weight: normal;
	}

#content hr.hr {
	padding: 10px 0;
	border: none;
	border-bottom: 1px dotted #999;
}
