
BODY {
	background-color : #327;
	background-image: none;
}

/* DIV for the header image, etc */
DIV#banner {
	display: none;
}

/* DIV for the boxes on the right */
DIV#sidebar {
	position : relative;
	top : 0;
	width : auto;
	padding: 0px ;
	margin : 0px;
}

DIV#main {
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-top : 0px;
	text-align: center;
	height: auto;
	padding : 0px;
}

TABLE.tbl {
	display : none;
}
