#container {margin: 20px auto 0; }
#top_container {
			width: 150px;
			height: 130px;
			margin: 10px auto; }

#bottom_container {
			clear: both;
			width: 180px; }

h1 			{
			color: #96bf55;
			font-size: 13px;
			font-weight: normal;
			margin: 5px 0;
			text-align: left;		}

h1 span 	{
			color: #ffffff;
			font-size: 20px;
			font-weight: normal;
			margin: 5px 5px 5px 0;
			text-align: left; }

		
.accordion_toggle { 

			display: block; 
			height: 18px; 
			width: 163px; 
			padding: 7px 10px 0; 
			color: #ffffff; 
			font-weight: bold; 
			text-decoration: none; 
			outline: none medium; 
			font-size: 11px; 
			color: #651f22; 
			background-image: url(#); 
			background-repeat: no-repeat; 
			background-attachment: scroll; 
			background-position: right top; 
			border-bottom: 1px solid #ededed; 
			cursor: pointer; 
			margin: 0; }

.accordion_toggle_active { 

			background: #ffffde url(#) no-repeat right top; 
			color: #651f22; }

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