@charset "utf-8";
/* For Pop-ups */

body {
	padding: 10px;
}
#box {
	width: 820px;
}
.contacts {
	display: block;
	float: right;
	text-align: right;
}
#box img.heading {
	margin-bottom: 20px;
}
#box h1 {
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
#box h2{
}
#box h3 {
	font-style: italic;
}
.highlight {
	background-color: #FF0;
}

