@charset "UTF-8";

@import url(pl-search.css);
@import url(pl-results.css);
@import url(pl-detail.css);
@import url(pl-print.css);


html,
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.clear_float {
	clear: both;
	display: block;
	width: 0px;
	height: 0px;
	font-size: 1px;
	overflow: hidden;
}

#main_wrapper {
	width: 760px;
	padding: 20px;
}