html, body {
	height: 100%;
}

body, h1, h3 {
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

#container {
	width: 475px;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}

.accordion .content {
	margin-bottom: 10px;
}

h3 {
	margin: 1px;
	padding: 2px 10px;
	font-size: 9px;
	font-weight: normal;
	font-family: arial, "lucida console", sans-serif;
/*	text-transform: uppercase; */
	background: #d10f0f;
	cursor: pointer;
}

h4 {
	margin: 0;
	padding: 5px 10px 0;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #eee;
}

h3 a:link, h3 a:visited {
	font-weight: normal;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

h3 a:hover, h3 a:active {
	color: #FFFFFF;
}

