#accordiondiv {
/*	background: url(container.png) top center repeat-y !important; */
/*	background: url(container.gif) top center repeat-y; */ /*stoopid ie*/
	width: 350px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
	float:right;
}

h3 {
	padding: 4px 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff; /*#222;*/
	background: #1157a7; /*#98bc48;*/
	cursor: pointer;
}
h3 a:link, h3 a:visited {
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #222;
}
h3 a:hover, h3 a:active {
	color: #222;
}
h3.news, h3.mootools {
	background: #adc96d;
}
h3.gethelp, h3.prototype {
	background: #c1d791;
}
a {outline: none;} /* yay! get rid of grey rect... */


