#container{
	width:485px;
	background:url(bg.png);
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.toggle{
	cursor:pointer;
	font-size:0.8em;
	padding:5px!important;
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	color: #FF0066;
	background-color: #333333;
	background-image: url(../ims/accordion_off_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.toggle:hover{
	border-bottom-color:#300;
	background-color: #000000;
	background-image: url(../ims/accordion_on_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.toggle.active{
	border-bottom-color:#002;
	background-color: #000000;
	background-image: url(../ims/accordion_on_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.element{
	background:url(bg.png);
	padding-bottom: 5px;
}
