/* Monkey Business v3 CSS */

#header {
	background:url(/v3/header.png) no-repeat top center;
	margin:0 auto;
	padding:0;
	width:820px;
	height:143px;
	}
#strip {
	background:#fff;
	margin:0 auto;
	text-align:center;
	border:solid 1px #666;
	width:800px;
	padding:15px 15px 10px 15px;
	}
#container {
	background:url(/v3/body_bg.png) repeat-y center;
	margin:0 auto;
	padding:0 0 5px 0;
	width:830px;
	height:auto;
	overflow:auto;
	}
#container-no-comic {
	background:url(/v3/body_bg.png) repeat-y center;
	margin:0 auto;
	padding:20px 0 5px 0;
	border-top:solid 1px #7CA9CA;
	width:830px;
	height:auto;
	overflow:auto;
	}
#news {
	float:left;
	text-align:left;
	width:435px;
	margin:0;
	padding:0 15px 15px 30px;
	}
	
/* THE FOOTER */
#footer {
	background:url(/v3/footer_bg.png) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	margin:0 auto 0 auto;
	padding:25px 0 10px 0;
	color:#004A80;
	width:820px;
	}
#footer p {
	margin:0;
	padding:10px 0 0 0;
	}
	
small {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	padding-left:5px;
	color:#333;
	}