#content	{
	width:300px;
}

#container-selector {
	width: 300px;
	margin: 0 auto;
	position:relative;
	top:1	0px;
}

.accordion_toggle {
	display: block;
	height: 40px;
	width: 300px;
	background: #d43e00;
	padding: 0 10px 0 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
	font-family:Verdana,Arial;
	line-height:20px;
}


.accordion_toggle_active {
	background: #f2cb8d;
	color: #000000;
	border-bottom: 1px solid #f68263;
}

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