html, body {
	height: 100%;
}

body {
	font: 10px/1.6 Arial, sans-serif;
	overflow: -moz-scrollbars-vertical;
}

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

.accordion {
	text-align: left;
}

h3.toggler a:link, h3.toggler a:visited  {
	text-decoration: none;
	color: black;
}

h3.toggler a:hover, h3.toggler a:active  {
	text-decoration: none;
	color: red;
}

strong {
	color: #e0542f;
}

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

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

#header {
	height: 91px; 
	width: 447px;
	margin-bottom: 0 !important;
}

#header h1 {
	position: relative;
	height: 62px;
	width: 61px;
	left: 358px;
	top: 13px;
	cursor: move;
}
/*
#header h1 span, #footer span {
	display: none;
}
*/
#content, #ads {
	width: 240px;
	padding-left: 5px;
}

h3 {
	padding: 4px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
	background-color: #bebebe;
	border: 1px solid #333333;
	cursor: pointer;
}

h3.active {
	background-color: #d7d7d7;
}

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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #333333;
}

h3 a:hover, h3 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

h3.news, h3.mootools {
	background: #adc96d;
}

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

p {
	padding: 5px 10px;
	color: #444;
	background: #fff;
}
/*
#footer a {
	display: block;
	height: 60px;
	width: 355px;
	margin-left: 45px;
	padding-bottom: 30px;
}
*/
#ads {
	padding-bottom: 20px;
}

#ads h3 {
	background-color: #eee;
}

#ads h3 a {
	text-decoration: none;
	color: #5275b4;
}

div.ads {
	width: 370px;
	padding: 10px;
}
