#airlock {
	color: #000;
	width: 40em;
	margin: auto;
}
h1 {
	font: bold 2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}
h1 a, h1 a:link, h1 a:visited {
	text-decoration: none;
	color: #000;
	background: transparent;
	border: 0;
}
h1 a:hover, h1 a:active {
	text-decoration: none;
	color: #000;
	background: transparent;
	border: 0;
}
h1 span {
	display: none;
	color: #ccc !important;
	font-weight: normal;
}
h2 {
	font: normal 1.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
}
h3 {
	font: bold 1.1em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font: normal 1.1em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#comfortzone {
	border-bottom: thick solid #ddd;
	background: #eee;
	padding: 1em 2em;
}
#drop {
	margin: 0;
	padding: 0;
}
form {
	padding: 0;
	margin: 0;
}
input, select {
	font: normal 1.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 0.25em;
}
#message {
}
#message.error {
	color: #c00;
}
#message.error p {
	font-weight: bold;
}
a, a:link {
	color: #00f;
	text-decoration: none;
	border-bottom: thin dotted #00f;
}
a:visited {
	color: #00f;
	text-decoration: none;
	border-bottom: thin dotted #999;
}
a:hover {
	color: #00f;
	text-decoration: none;
	border-bottom: thin solid #00f;
}
a:active {
	color: #fff;
	background: #00f;
	text-decoration: none;
	border-bottom: thin solid #fff;
}
p, li {
	font: normal 0.8em/1.5 "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
em {
	font-style: normal;
	background: #ffff80;
}
.ads {
	text-align: center;
}
p#foot {
	font-size: 0.7em;
}