#mainCon {
	max-width: 640px;

}

#theTabs li {
	padding: 5px 0px 5px 0px;
	float: left;
	border: 1px solid #ccc;
	border-right: none;
	font: bold 13px Arial;
	background-color: #f7f7f7;
	text-align: center;
	list-style: none;
	margin-bottom: 20px;
}

#theTabs ul { margin: 0; padding: 0; }

#theTabs li:last-child { border-right: 1px solid #ccc;}

#theTabs li a { text-decoration: none; color: #000; }

#theTabs li a:hover { text-decoration: underline; color: #3f7fa5; }

#theTabs .active {
	background-color: #fff;
	border-bottom: none;
	border-right: none;
}

#content0, #content1, #content2 { clear: both;}

#credits {
	font-size: 10px;
	font-style: italic;
	color: #6b6b6b;
	text-align: right;
	padding-right: 25px;
}