#wrap {
	width:700px;
	text-align:left;
	background:#FFFAF0;
	margin:0 auto;
	padding:1px;
}

#tabs {
	margin:0;
	padding:0 20px;
	list-style:none;
	min-height:26px;
	background:#5F2C8F;
	border-bottom:1px solid #FFFAF0;
}

#tabs li {
	float:left;
	margin:0 7px 0 0;
}

#tabs li a {
	color:#000;
	font-weight:bold;
	display:block;
	background:#B1E1FF;
	padding:7px 15px;
	text-decoration:none;
	height:12px;
	text-shadow:2px 2px #FFFAF0;
}

#tabs li a:hover {
	background:#CEE7F7;
}

#tabs li.selected a {
	background:#fff url('../../images/gray.gif') repeat-x top;
	color:#000;
	text-shadow:none;
	border-bottom:1px solid #fff;
}

#tabs li.selected a:hover {
	text-decoration:underline;
}

.main-tabs {
	margin:10px;
	padding:10px;
}

.main-tabs h2 {
	font:bold 18px "Trebuchet MS", Tahoma sans-serif;
	margin:20px 0 15px;
}
