@charset "utf-8";
/* The real misc.css */

#homepage {
	width:500px;
	margin:0 auto;
	overflow:hidden;
}
#priceTable h1 {
	clear:both;
}
#priceTable ul {
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-type:none;
}
#priceTable li {
	list-style-image:none;
	list-style-type:none;
	clear:both;
	padding-left:3em;
	padding-bottom:.5em;
}
.service {
	float: left;
	width:14em;
}
.price {
	float: left;
	width:10em;
	margin-left:1.5em;
	text-align:left;
}
.float p {
	text-align: center;
}
.columnHead {
	padding: .5em 0 .5em 3em;
	font-weight:bolder;
	clear:both;
}
.note {
	padding: 0 0 .5em .5em;
	margin:0;
}
/*
@media print {
	#sidebar {
		display:none;
	}
	#sidebar img {
		display:none;
	}
}*/