@charset "utf-8";
body {
	background-color: #999999;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: calibri, arial, helvetica;
}
#maincontainer {
	background-image: url(../img/bg_maincontainer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 156px;
	text-align: left;
}
#leftcol {
	float: left;
	height: auto;
	width: 564px;
	padding-top: 28px;
	padding-left: 36px;
	color: #999999;
	padding-right: 36px;
}
#leftcol h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.4em;
	color: #666666;
}
#rightcol {
	float: left;
	height: auto;
	width: 404px;
	padding-top: 260px;
	background-image: url(../img/bg_rightcol.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 27px;
	font-size: 0.9em;
	color: #666666;
}
#rightcol a {
	font-weight: bold;
	color: #ED1C22;
	text-decoration: none;
}
#footer {
	height: 100px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 40px;
	font-size: 0.9em;
	color: #333333;
}
