
#wrapper {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {
	width: 250px;
	float: left;
	background: #003366;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	}
	
.accordionContent {	
	width: 250px;
	float: left;
	background: #95B1CE;
	display: none;
	}
