body
{
	margin:0px auto;
	width:1000px;
	font-size:90%;
	font-family:sans-serif;
	background:#c6d8e6;
	color:#444444;
}

.header
{
	height:99px;
}

.main
{
	float:left;
	padding:10px 0px;
	margin:0px;
}

.right
{
	width:290px;
	float:right;
	padding:10px 0px;
	text-align:right;
}
.footer
{
	border-top:1px solid #eee;
	clear:both;
}

.images
{
	float:left;
	margin:0px;
	padding-right:10px;
}

.postcard
{
	height:160px;
}

.smallpostcard
{
	padding-top:3px;
	height:60px;
}

.section
{
	clear:both;
	padding-bottom:10px;
	border-bottom:1px solid #999;
}

.subsequent
{
	padding-top:10px;
}

.bold
{
	font-weight:bold;
}

.heading
{
	padding-top:10px;
	font-size:150%;
	margin-bottom:10px;
}

h1
{
	line-height:80%;
	text-transform:uppercase;
}

h3
{
	line-height:80%;
}

a
{
	color:#444;;
}

a img
{
	border:0px;
}

a:hover
{
	text-decoration:underline;
}

li
{
	list-style:circle;
	padding-bottom:5px;
}