@import url("general.css");
@import url("layout.css");
@import url("color.css");
@import url("type_base.css");

/* Get rid of UI elements, keep only content */
body {
	background: none;
}

/* Get rid of UI elements, keep only content */
#header,
#toolbar,
#menu,
#main #right,
#footer img {
	display: none;
}

#header_print {
	display: block;
}

#header_print ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#header_print ul li {
	display: inline;
}

/* Resize to fit to A4 545px */
#wrapper,
#page,
#main,
#footer,
#results {
	width: 1024px;
	margin: 0 auto;
}

/* Add border for footer */
#footer {
	font-size: 10px;
	margin-top: 50px;
	border-top: 1px solid #000;
}

/* Add space between content and footer */
#main {
	padding-bottom: 50px;
}

