

.about {
	margin: 10px;
}

	.about .tabs {
		padding: 10px;
		text-align: right;
	}

		.about .tabs a, .about .tabs a:visited {
			padding: 11px 20px;
			font: bold 11px tahoma;
			color: #686868;
			text-decoration: none;
		}

		.about .tabs a:hover {
			color: #3B8DB3
		}

		.about .tabs a.current {
			color: #ffffff;
			background-color: #3674ba;
		}

	.about .panes {
		height: 350px;
		padding: 2px 10px;
		background: url('../img/gradient-gray.png') repeat-x;
		border-top: 3px solid #3674ba;
		border-bottom: 1px solid #e0e0e0;
	}



