body {
	font-family: Arial, Helvetica, "Sans-Serif";
	font-size: 100%;
	
	background: #f4fbff;
	color: #322d33;
}

#wrapper {
	width: 600px;
	margin: 0 auto;
	padding: 16px;
	
	background: #e1f3fd;
	border: 8px solid #95dafb;
}

h1, h2 {
	text-align: center;
}

h1 {
	display: block;
	width: 650px;
	height: 232px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url(hector.jpg) no-repeat;
}

h2 {
	margin: 0 0 0.5em 0;
	padding: 0;
}

p, li {
	line-height: 1.4em;
}

li {
	list-style: square;
}

li ul li {
	font-size: 0.875em;
	list-style: disc;
}

a img { border: none; }
a:link { color: #16b; }
a:visited { color: #16b; }
a:hover { text-decoration: none; }
a:active { color: #c00; }

#explanation {
	margin-left: -16px;
	margin-right: -16px;
	padding: 1px 16px;
	background: #fff;
	border-top: 1px solid #95dafb;
	border-bottom: 1px solid #95dafb;
}

#contact .tel, #contact .email {
	font-weight: bold;
}