@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #999;
	text-align: center;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
#container {
	margin: 0 auto;
	width: 1024px;
}

.halfcol {
	margin: 30px auto 5px;
	padding: 0px;
	width: 700px;
	text-align: left;
}
#container .halfcol img {
	float: left;
	margin-right: 25px;
}
#container .halfcol p {
	padding-top: 30px;
}
.footer {
	margin: 100px auto 5px;
	padding: 0px;
	width: 700px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
}
