
body {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 10pt;
	color: #333;
	background-color: #ddd;
}
#container {
	width: 800px;
	margin: 20px auto 0 auto;
	background-color: #fff;
	padding: 0 20px 20px 20px;
	border: 1px solid #999;
}
#footer {
	margin: 4px 0 20px 0;
	text-align: center;
	font-size: 8pt;
}
p, h1, form, h3 {
	margin: 0 0 15px 0;
	padding: 0;
}
h1 {
	font-size: 12pt;
	text-align: center;
}
h2 {
	font-size: 12pt;
	text-decoration: underline;
	margin-bottom: 5px;
	margin-top: 20px;
}
h3 {
	font-size: 11pt;
	margin-bottom: 5px;
}
#logo {
	text-align: center;
}
#logo img {
	/*behavior: url(iepngfix.htc);*/
}
#subscribe {
	border: 1px solid #999;
	padding: 15px 15px 0 15px;
	width: 400px;
	margin: 20px auto 10px auto;
	font-size: 9pt;
	background-color: #f6f6f6;
}
#subscribe h3 {
	font-size: 10pt;
}
#subscribe img {
	margin-left: -5px;
	margin-bottom: -10px;
}
#subscribe input.submit {
	margin-top: 6px;
}
a img {
	border: 0;
}
#photos {
	text-align: center;
	border-top: 1px solid #999;
	margin-top: 15px;
	padding-top: 10px;
}
#photos img {
	vertical-align: middle;
	margin: 8px;
}
.small {
	font-size: 8pt;
}