body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.5em;
	text-align: center;
	background-image: url(images/Background04.gif);
	color: #181818;
}
#mainContainer {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	padding: 36px;
	background-color: #FFFFFF;
}
#mainContainer #header {
	margin-bottom: 18px;
	padding-bottom: 36px;
	text-align: left;
}
#mainContainer #siteNavigation {
	text-align: left;
	margin-bottom: 36px;
	padding-bottom: 18px;
}
#mainContainer #mainContent {
	margin-bottom: 32px;
	padding-bottom: 36px;
}
#mainContainer #mainContent #contactInfo {
	padding-bottom: 36px;
	margin-bottom: 36px;
	text-align: left;
}
#mainContainer #footer {
	text-align: center;
	font-size: 0.9em;
	color: #CCCCCC;
}
#mainContainer #mainContent #portfolioHeader {
	padding-bottom: 36px;
	margin-bottom: 36px;
}
.new_site {
	position: absolute;
	float: left;
	margin-left: -99px;
	top: 0px;
}
.navImage {
	margin-right: 110px;
}
.marker {
	float: left;
	position: absolute;
	margin-top: 6px;
}
.homePortfolioHeader {
	margin-bottom: 36px;
	text-align: left;
}
.updated {
	float: right;
	position: absolute;
	margin-left: 825px;
	margin-top: -165px;
}
.rightColumn {
	float: right;
	width: 434px;
	margin-right: 2px;
}
.leftColumn {
	width: 434px;
	margin-left: 2px;
}
.border {
	border: 1px solid #A0A0A0;
}
.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.homepageText {
	margin-bottom: 36px;
	text-align: left;
	padding-bottom: 36px;
}
.testimonials {
	position: relative;
}
.faqHome {
}
.faqTitle {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-bottom: 27px;
}
.FAQ_Text {
	width: 529px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 1.1em;
}
.projectContainer {
	margin-bottom: 28px;
	text-align: center;
}
.projectTitle {
	text-align: left;
	padding-left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #666666;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 1.2em;
	display: block;
}
.projectTitle a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.projectTitle a:visited {
	color: #000000;
	text-decoration: none;
}
.projectTitle a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.projectTitle a:active {
	color: #FF0000;
	text-decoration: none;
}
.projectText {
	padding-right: 18px;
	padding-left: 18px;
	text-align: left;
	height: 160px;
}
.projectImages {
	padding-bottom: 18px;
}
.siteTagline {
	margin-bottom: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
