html, body {
	height: 100%;
	font-size:16px;
}

body, h1, h3, {
	font-size:12px;
	padding: 0;
	margin: 0;
}

a:link, a:visited {
	color: #ffffff;
	font-weight: bold;
	outline: none;
	text-decoration:none;
}

a:hover, a:active {
	color: #FF3300;
}

strong {
	color: #FF0000;
}

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

#container {
	/*background: url(container.png) top center repeat-y !important;
	background: url(container.gif) top center repeat-y; /*stoopid ie*/
	/*width: 447px;*/
	margin: 0 auto;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}

#header {
	/*width: 447px;*/
	margin-bottom: 0 !important;
	background: url(header.png) top right no-repeat !important;
	background: url(header.gif) top right no-repeat; /*stoopid ie*/
}

#header h1 {
	position: relative;
	height: 62px;
	width: 61px;
	left: 358px;
	top: 13px;
	cursor: move;
}

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

#content, #ads {
	/*width: 361px;*/
	/*padding-left: 41px;*/
}

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

h4 {
	margin: 0;
	padding: 5px 10px 0;
	font-size: 14px;
	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.news, h3.mootools {
	background: #adc96d;
}

h3.gethelp, h3.prototype {
	background: #c1d791;
}

.accordion {
	background-color:#222;
}
