html{
	background: #f5f5f5;
	height: 100%;
	min-height: 100%;
}
body{
	padding: 0;
	margin: 0;
	height: 100% auto;
	min-height: 100% auto;
	background:#fff;
}
div#outerbox{
	margin: 0 auto;		/* This centers the gray block */
	width: 1208px;
	min-width: 1000px;
	height: 100% auto;
	min-height: 100% auto;
	background: #242225 url(/img/layout/bg_inner.png) repeat-x;
	border-top: 1px solid #242225;
	padding-top: 8px;
	padding-bottom: 8px;
}
div#innerbox{
	width: 1124px;
	margin: 0 auto;		/* This centers the innerbody */
    background: #f4f3f3;
	min-height: 500px;
}

/* DOODLE */
#header_doodle {
	position: relative;
	/*border: 1px solid green;*/
	/*float: left;*/
	width: 150px;
	height: 150px;
	left: 100px;
	top: 5px;
	background: url(/img/doodles/default.png) no-repeat left top;
	z-index: 11;
}

/* QUOTE OF THE DAY */
#header_quote {
	font-size: 11px;
	color: #646464;
	position: relative;
	float: right;
	text-align: right;
	width: 750px;
	height: 29px;
	right: 37px;
	top: 85px;
	z-index: 10;
}
/* WRAPPER */
div#wrapper{
	border-bottom: 1px solid #242225;	/* This is to prevent an extra block from appearing in the forum (only in IE!!) */
	margin: 0 10px;
	min-height: 500px;
}

/* MENU */
div#menu{
	float: left;
	height: 100% auto;
	width: 160px;		/* This is the width of the links menu */
}


	


/********************************************************************/
/* SMALLER RESOLUTIONS */
/********************************************************************/
/*-------------------------------------*/
/* 1152 */
/*-------------------------------------*/
.res1152 #innerbox {
	width: 1100px;
}

/*-------------------------------------*/
/* 1100 */
/*-------------------------------------*/
.res1100 #innerbox {
	width: 1050px;
}

/*-------------------------------------*/
/* 1024 */
/*-------------------------------------*/
.res1024 #innerbox {
	width: 1000px;
}

/********************************************************************/