.tabs {
	width:				900px;
	margin:				-60px 0 0 -30px;
	height:				50px;
	overflow:			hidden;
}

.tabs span {
	background-image:	url(/img/layout/tab_background.png);
	background-repeat:	repeat-x;
	background-color:	#FFF;
	height: 			49px;
	border-bottom:		1px solid #000;
	display: 			block;
	float: 				left;
	line-height:		50px;
	margin-right:		5px;
	width:				110px;
	text-align:			center;
}

.tabs span.selected {
	border-bottom:		1px solid #FFF;
}

.tabs a {
	font-size:			25px;
	text-decoration:	none;
	font-weight:		bold;
	color:				#300;
}

body {
	margin-top: 		101px;
}
