h3{
	padding: 0;
	margin: 0;
}

#container {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}
#content, #ads {
	width: 100%;
	text-align:left;
	float:left;
	height:auto;
}

h3 {
	padding: 5px 10px;
	font-size: 10px;
	color: #838383;
	background:#c9d6df;
	cursor: pointer;
	border-bottom:1px solid #fff;
	padding-left:230px;
}
.accordion .content{
	padding:30px 0px 30px 230px;
	height:auto;
}
h3 a{
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#838383;
	text-decoration:none;
	display:block;
	width:90px;
	text-align:right;
}
h3 a:hover, h3 a:active {
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}