body, p, h1, h2, h3, h4, h5, h6, li, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 120%;
}

p {
	line-height: 1.5em;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

body {
	background-color: #fff;
	background-image: url(/images/back.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 20px 20px 10px 120px;;
	font-size: 90%;
}

img.nav {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.content {
	float: left;
	margin-top: 25px;
}

img.topbar {
	position: absolute;
	z-index: -10;
	top: 0;
	right: 0;
}

div.images {
	width: 220px;
	text-align: right;
	float: right;
	clear: none;
	margin-top: 110px;
}

div.images img {
	margin-bottom: 20px;
}

p.footer {
	color: #c00;
	font-size: 70%;
	text-align: right;
	clear: both;
	border-top: 1px solid #c00;
	margin-top: 1em;
	padding-top: 0.25em;
}

p.footer a {
	color: #c00;
	text-decoration: none;
}

p.footer a:hover {
	color: e00;
	text-decoration: underline;
}

hr {
	border-bottom: 2px solid #666;
	clear: both;
}