/*layout for the Accordion 2.0 */
/*this keeps it center aligned in IE. */


#container {
	margin: 20px auto 0 auto;
	width: 700px;
}

	#top_container {
		width: 680px;
		height: 130px;
		margin: 10px auto 10px auto;
	}
	
	#bottom_container {
		clear: both;
		width: 700px;
	}

/* for Expore More Button */
#buttoncontainer {
	margin: 20px auto 0 auto;
	width: 700px;
	text-align: right;
}
