#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 950px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #ddd;
	border:1px solid #ccc;
	margin:3px 0 0 0;
	font-size:15px;
	padding:5px;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 950px;
	padding:5px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #eee;
	border-right:1px solid #ddd;	border-left:1px solid #ddd; 	border-bottom:1px solid #ddd;
	}
	
.accordionContent p{
	margin:5px 0;
	padding:5px;
	border-bottom:1px dotted #ccc;
}	

.accordionButton2 {	
	width: 950px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #ddd;
	border:1px solid #ccc;
	margin:3px 0 0 0;
	font-size:15px;
	padding:5px;
	cursor: pointer;
	}
	
.accordionContent2 {	
	width: 950px;
	padding:5px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #eee;
	border-right:1px solid #ddd;	border-left:1px solid #ddd; 	border-bottom:1px solid #ddd;
	}
	
.accordionContent2 p{
	margin:5px 0;
	padding:5px;
	border-bottom:1px dotted #ccc;
}	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #ccc;
	}
	
.over {
	background: #CCCCCC;
	}