#container-selector {
	height: 600px;
	width: 750px;
	margin: 0 auto;
	position:relative;
	top:100px;
}

.accordion_toggle {
	display: block;
	height: 40px;
	width: 730px;
	/*background: #3469A0;*/
	padding: 0 10px 0 10px;
	line-height: 150px;
	color: #B80E7B;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size:100%;
	border: 0px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
	font-family:Verdana,Arial;
}

.accordion_toggle_active {
	/*background: #A53A47;*/
	color: #670746;
	/*border-bottom: 1px solid #f68263;*/
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	padding-left:50px;
}
	
	.accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #0099FF;
	}
	
	.accordion_content p {
		line-height: 150%;
		padding: 5px 10px 15px 10px;
	}