#tabs 
{
	font-size: 90%;
	margin: 20px 0;
}

#tabs ul 
{
	float: right;
	width: 350px;
	padding-top: 4px;
}

#tabs li 
{
	margin-left: 8px;
	list-style: none;
}

* html #tabs li 
{
	display: inline; /* ie6 double float margin bug */
}

#tabs li,#tabs li a 
{
	float: left;
}

#tabs ul li a 
{
	text-decoration: none;
	padding: 8px;
	color: #ffffff;
	font-weight: bold;
}

#tabs ul li.active
{
	background: #C27C0B;
}

#tabs ul li.active a 
{

}

#tabs div 
{
	clear: both;
	padding:5px;
	overflow:auto;
	height:250px;
	border:0px solid #000000;
}

#tabs div h3 
{
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

#tabs div p 
{
	line-height: 150%;
}