body {
	background-color: #e0dfda;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

#header {
	height: 108px;
	width: 950px;
	background: url(../images/main-header.jpg) no-repeat top left;
}

#main-content, #testimonial-main-content {
	width: 950px;
	height: 305px;
	background-color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 14px 0 10px;
	position: relative;
}

#home-page #main-content {
	padding-top: 20px;
	height: 295px;
}

#main-content img {
	float: right;
	margin: 0 14px 3px;
}

#testimonial-main-content { padding-left: 1em; }

#testimonial-text {
	float: right;
	padding: 0;
	width: 710px;
}

.project-nav {
	margin: 0 0 1em 1em;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-weight: bold;
	line-height: 2em;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #4f4f4f;
}
.project-nav a {
	color: #eb4816;
}

p {
	font-size: 11px;
	color: #505153;
	margin: 0 1em 1em;
}

#home-page p {
	font-size: 15px;
	color: #505153;
	margin: 0 1em 1.25em;
	letter-spacing: -0.015em;
}

strong.huge-text {
	font-size: 25px;
	font-weight: normal;
}

a {
	color: #e84f21;
	text-decoration: none;
}

#bottom-nav {
	list-style: none;
	margin: 5px;
	padding: 0;
}

#bottom-nav li {
	float: left;
	margin: 0 1px;
	font-size: 14px;
	font-weight: bold;
}

#bottom-nav img {
	margin-top: 2px;
}

#project-page strong {
  font-family: Verdana, sans-serif;
}

.inactive {
  visibility: hidden;
  color: #CCCCCC;
}

#flashcontent {
	height: 90px;
}