html, body {
	font-size:		15px;
	line-height:	20px;
	font-family: 	Avenir, Arial, Verdana, sans-serif;
	margin:			0;
	padding:		0;
	background-color: 	#fff;
	color:			#000;
}
body {
	overflow: auto;
}
img {
	border:			0;
}

/* HOLDER */
#holder {
	position:		absolute;
	width:			750px;
	margin:			70px 0 0 0;
}
#header {
	position:		absolute;
	top:			0px;
	left:			500px;
}
.footer {
	position:		absolute;
	margin-top:		50px;
	left:			500px;
}
/* END HOLDER */



/* CONTENT */
#content_holder, #content {
	background-color:	#fff !important;
}
/* CONTENT */




/* MENU */
#menu, .logout, .edit, .print {
	display:		none;
}
/* END MENU */
