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

#accordion-wrapper h5 {
	color:#fff;
	margin:5px 0 5px 10px;
	padding:0;
	}


.accordion-button {	
	width: 100%;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #231f20;
	color:#000;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	}
	
.accordion-content {	
	width: 100%;
	padding-top:10px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #fff;
	}

.on {
	background: #000;
	color:#fff;
	}
	
.over {
	background: #000;
	color:#fff;
	}