body {
	background: #ffffff url('img/bg.gif') repeat-x;
	text-align: center;
	margin: 0px;
	font-family: Georgia, Times;
	font-size: 9pt;
	color: #000000;
}
#title {
	width: 471px;
	height: 160px;
	padding: 0 20px 0 20px;
	background: url('img/title.gif') no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
}
#title h1 {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-family: Georgia, Times;
}
#page {
	width: 471px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: justify;
}
#footer {
	width: 471px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 20px 5px 20px;
	text-align: right;
}
a, a:visited, a:active {
	color: #6699cc;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
.leftcolumn {
	width: 140px;
	height: 120px;
	float: left;
	clear: both;
	margin-top: 20px;
}
.rightcolumn {
	width: 331px;
	height: 120px;
	float: right;
	margin-top: 20px;
}
img {
	border: 1px solid #000000;
}
.clearingdiv {
	clear: both;
}


