@charset "UTF-8";
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(images/backgroundTile.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	text-align: left;
	width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-repeat: repeat;
	background-image: url(images/background.jpg);
}
#header {
	background-repeat: no-repeat;
	height: 266px;
	width: 1100px;
	background-image: url(images/header.jpg);
}
#content {
	background-image: url(images/indexBackground.jpg);
	background-repeat: no-repeat;
	width: 1100px;
}
#contentLeft {
	width: 900px;
	float: left;
	padding-left: 17px;
	height: 50px;
}
#contentMiddle {
	width: 900px;
	float: left;
	padding-left: 17px;
}
#contentRight {
	height: 500px;
	width: 125px;
	float: right;
	margin-right: 25px;
	padding-left: 20px;
	padding-top: 0px;
}
#footer {
	background-repeat: no-repeat;
	height: 30px;
	width: 1100px;
	clear: both;
	background-image: url(images/footer.jpg);
	padding-left: 17px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #B1ACA8;
	line-height: 20px;
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	color: #BAB3AE;
	font-style: normal;
	font-size: 12px;
	text-align: left;
}
