@charset "utf-8";
#pageContainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

html, body {
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/background.gif);
}

#topSpacer {
	width: 1000px;
	margin-top: 15px;
}

#content {
	width: 1000px;
	height: 610px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #65744C;
}

#columnOne {
	width: 38px;
	float: left;
	height: 567px;
	background-image: url(../images/leftEdge.gif);
}

#columnTwo {
	width: 292px;
	float: left;
	height: 562px;
	background-repeat: repeat-y;
}

#columnThree {
	float: left;
	width: 307px;
	height: 610px;
	background-image: url(../images/column3background.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 50px;
}

#columnFour {
	float: left;
	width: 350px;
	height: 610px;
}

