#tab_wrapper{
	margin:0px auto;
	width: 100%;
	max-width:850px;
	}

#tabs {
	font-size: 90%;
	margin: 20px 0;
}

#tabs h2{
	font-family:Segoe UI;
	}

#tabs ul {
	float: left;
	background:#262626;
	width: 100%;
	max-width: 800px;
	padding-top: 4px;
	border-radius:3px;
	margin:0px;
	font-family:Segoe UI Semibold, Bookman Old Style, Verdana;
}
#tabs li {
	margin-left: 8px;
	list-style: none;
}
* html #tabs li {
	display: inline;
}
#tabs li, #tabs li a {
	float: left;
}
#tabs ul li.active {
	background-color:#C0C0C0;
}
#tabs ul li.active a {
	color: #333333;
}
#tabs div {
	background-color:#fff;
	width: 100%;
	max-width:809px;
	clear: both;
	padding: 15px;
	min-height: 200px;
}
#tabs div h3 {
	margin-bottom: 12px;
}
#tabs div p {
	line-height: 200%;
	letter-spacing:.1em;
	font-family:Segoe UI, Tahoma, serif;
	font-size:16px;
	text-indent:50px;
	text-align:justify;
}
#tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color: white;
	font-weight: bold;
}
#tab-1 p, #tab-2 p{
	line-height: 200%;
	letter-spacing:.1em;
	font-family:Segoe UI, Tahoma, serif;
	font-size:16px;
	text-indent:50px;
	text-align:justify;
}
#tab-1 h2, #tab-2 h2{
	font-size: 150%;
}
