		body {
		  font-size: 12px;
		}
		
		.main_page {
			width: 1000px;
			margin:  0 auto;
		}
		
		table { border-collapse: collapse; width: 100%;}
		table.main_content {
			page-break-after:always;
		}

		a {
			text-decoration: none;
		}
		
		p.info {
			font-size: 8pt;
		}
		
		.items img {
			border: 1px solid #8BC1D5;
			float: left;
		}
	
		.content li a {
			font-size: 8pt;
		}
		
		.items_list {
			border-top: 1px solid black;
		}
		
		.item_img {
			/*width: 100%; 240px; */
		}
		
		.item_title {
			clear: left;
			margin-top: 5px;
		}
		
		table.items td {
			width: 25%;
			vertical-align: top;
			border-bottom: 1px solid black;
			border-top: 1px solid black;
		}

.clr {
	clear: both;
}
