body {
	font-family: arial;
	font-size: 11px;	
}
h1 {
	font-size:18px;
	margin:0;
	text-align:center;
}
p {
	margin:0 0 10px 0;
	text-align:center;
}
td {
	padding:3px;
	font-size: 11px; 
}
.contacts div.left {
	width:70px !important;
}
.contacts div.right {
	float:left !important;
	width:140px !important;
}
.contacts div.clear {
	height:5px;
}
#price_table {
	border-collapse:collapse;
	margin:0 auto;
	width:100%;
	font-size: 11px;
}
#price_table td, #price_table th {
	padding:8px 5px;
	text-align:center;
	border:1px solid #000000;
}
.left {
	position:relative;
	float:left	
}
.right {
	position:relative;
	float:right
}
.clear {
	clear:both
}