		#container{
			float:left;
		}
		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
      		width:574px;
			background: url(../images/accordion_toggle.jpg) no-repeat bottom right #DBDCDC;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			color: #898A8B;
			border-bottom: 1px solid #fff;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(../images/accordion_toggle_active.jpg) no-repeat top right #898A8B;
			color: #ffffff;
			border-bottom: 1px solid #fff;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
			width:580px;
		}