#Accwrapper {
	width: 550px;	
	position:relative;
	}

.accordionButton {	
	width: 550px;height:26px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #fff;
	border-top: 5px #c46219 solid;
	cursor: pointer;
	color:#c46219;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding:4px 10px 0 0px;
    vertical-align: middle;
	text-align:center;
	}
.accordionButtond {	
	width: 550px;height:26px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #fff;
	border-top: 5px #c46219 solid;
	cursor: pointer;
	color:#c46219;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding:4px 10px 0 0px;
    vertical-align: middle;
	text-align:center;
	}
	
.accordionContent {	
	width:550px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	background: #333333;
	color:#fff;
	padding:0 10px 10px 10px;
	text-align:justify;
	
	}
