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

.accordionButton {
	width: 600px;
	float: left;
	cursor: pointer;
	height: 35px;
	background-image: url(../images/menu_bkgd.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
	vertical-align:middle;
	text-indent: 15px;
	border: 1px solid #e9e6db;
	}
	
.accordionContent {
	width: 600px;
	float: left;
	background: #FFFFFF;
	border: 1px solid #e9e6db;
	display: none;
	}
