/* CSS Document */

body {
	background:#e1d6bb;
	font-family:Arial, "Century Gothic", Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
}

.text {
	font-size:16px;
}

.textRed {
	font-size:16px;
	color:#FF0000;
}

.title {
	font-size:20px;
	font-weight:bold;
}

.titleRed {
	font-size:20px;
	font-weight:bold;
	color:#FF0000;
}

.mainLeft {
	background-image:url(images/mainLeft.jpg);
	background-repeat: repeat-y;
}

.mainRight {
	background-image:url(images/mainRight.jpg);
	background-repeat: repeat-y;
}

.topSpacer {
	height:10%;
}

.whoWeAre {
	text-indent:25px
}