@charset "utf-8";
/* Contacts */
#contentcenter a {
	font-size: .9em;
	margin: 0 10px;;
}
#contentcenter p {
	margin: 0 10px;;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
div.center {
	float:left;
	padding:0px;
	width:500px;
}
div.left {
	float: left;
	height: 3.5em;
	padding: 0;
	width: 250px;
}
div.right {
	float: left;
	height: 3.5em;
	padding: 0;
	width: 250px;
}
h2 {
	border-bottom: 1px solid black;
}
/* Contacts End */