


html, body {
	height: 100%;
}

body, h1, h3/*, p*/ {
	padding: 0;
	margin: 0;
	
}

.center {
	text-align: center;
}

#container {
/*	width: 475px;  */
	width: 400px;
	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: #0000FF; */
	cursor: pointer;
	text-align:left;
}

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

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

h3 a:hover, h3 a:active {
	color: #ffffff;
	font-size:10px;
} 
