html, body {
	height: 100%;
}

body {
	overflow: -moz-scrollbars-vertical;
}

h1, h3, p {
	font: 11px/1.6 Verdana, sans-serif;
	padding: 0;
	margin: 0;
}


strong {
	color: #e0542f;
}

em {
	font-style: normal;
	color: #769531;
}

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

#header {
	padding:0px 0px 0px 0px;
	width: 420px;
	margin-bottom: 0 !important;
	background: #E0E0E0;
	font-weight: bold;
}


#header h1 span, #footer span {
	display: none;
}

#content{
	width: 420px;
}

h3 {
	padding: 1px 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
	background: #98bc48;
	cursor: pointer;
}

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

ol {
	margin: 0;
	padding: 0 10px 5px 35px;
}

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.concert_0, h3.mootools {
	background: #aaaaaa;
}

h3.concert_1, h3.mootools {
	background: #bbbbbb;
}
h3.concert_2, h3.mootools {
	background: #cccccc;
}
h3.concert_3, h3.mootools {
	background: #dddddd;
}
h3.concert_4, h3.mootools {
	background: #eeeeee;
}

p {
	padding: 5px 10px;
}
