#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton 
{	
	width: 30px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #eee;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	padding:5px;
	font-size:1.3em;
	text-align:center;
}
	
.accordionContent 
{	
	padding:5px;
	width: 98.8%;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #fff;
	border:solid 1px #888;
}

.on 
{
	background: #999;
}
.over 
{
	background: #CCCCCC;
}