html, body {
	height: 100%;
}


body {
	font: 11px/1.6 tahoma, sans-serif;
	/*background: #C9E2E9;*/
	color: #444;
	background: #C9E2E9 url(/images/splatter.png) 50% 60% no-repeat;
	overflow: -moz-scrollbars-vertical;

}


body, h1, h3, p {
	padding: 0;
	margin: 0;
}

a:link, a:visited, a:hover, a:active {
	color: #A25F08;
	font-weight: normal;
	outline: none;
}




strong {
	color: #e0542f;
	
}

em {
	font-style: normal;
	color: #769531;
}

#container {
	width: 600px;
	/*width: 447px;*/
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%; /*stoopid ie*/
}

#header {
	/*height: 91px;*/ 
	/*width: 447px;*/
	margin-bottom: 0 !important;
    height: 82px;
    background: url(/images/tomcody.png) center center no-repeat;
}

#header h1 {
	position: relative;
	height: 62px;
	width: 61px;
	left: 358px;
	top: 13px;
	cursor: move;
}

#header h1 span, #footer span {
	display: none;
}

#content, #ads {
	width: 600px;
	/*padding-left: 20px;*/
	
}

h3 {
	padding: 4px 10px;
	font-size: 10px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #A25F08;
	/*top color*/
	background: #2F8CAB;

	border-bottom: 1px solid #C9E2E9;
	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: bold;
	letter-spacing: 2px;
	display: block;
	text-decoration: none;
	color: #C9E2E9;
}

h3 a:hover, h3 a:active {
	color: #C9E2E9;
}

h3.news, h3.mootools {
/*second color*/
	background: #2F8CAB;
	
}

h3.gethelp, h3.prototype {
/*third color*/
	background: #2F8CAB;
		
}

p {
	padding: 5px 10px;
	color: #444;
	background: #C9E2E9;
}

p b {	color: #A25F08;
		font-size: 12px;
		background-color: inherit;
		font-weight: bold;
		}
		

#footer a {
	display: block;
	height: 60px;
	width: 355px;
	background: url(footer.png) top right no-repeat;
	margin-left: 45px;
	padding-bottom: 30px;
}

#ads {
	padding-bottom: 20px;
}

#ads h3 {
	background-color: #eee;
}

#ads h3 a {
	text-decoration: underline;
	color: #5275b4;
}

div.ads {
	width: 370px;
	padding: 10px;
}



