@charset "UTF-8";
body {
	font: 80% Calibri, Verdana, Arial, Helvetica, sans-serif;
	background: #f8f7eb;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000;
	margin-top: 0px;
}
#container {
	width: 958px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
#mainContentOuter {
	border:1px solid #cfcdbb;
}
#mainContent {
	padding: 0px 0px;
	position: relative;
	left:20px;
	top:20px;
	padding-bottom:20px;
	width:918px;
}
a	{
	text-decoration: none;
	color: #000;
	}
a:hover {
	text-decoration:underline;
	color: #f00;
	}
h1, h2, h3, h4 {
	font: 100% Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-top: 0px;
}
p {
	font-size:90%;
}
img {
	border:none;
	}
img a {
	border:none;
	}
.space {
	clear:both;
}