body
{
	background-color: #99152f;
}

h1
{
	color: #9A152F;
	font-family: Arial;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 5px;
}

p
{
	color: #5B5B5B;
	font-size: 1.1em;
	margin-bottom: 5px;
	font-family: Arial;
	line-height: 1.5em
}

a:link, a:visited
{
	color: #9A152F;
	text-decoration: none;
}

a:hover
{
	color: #9A152F;
	border-bottom: dashed #9A152F 1px;
}

#outer-wrap
{
	height: 100%;
	background-color: #FFFFFF;
}

.inner-wrap
{
	width: 1020px;
	margin: 0 auto;
}

#flash-area
{
	height: 462px;
	background: #EFEFF1 url(/3552incubator/images/flash-background.jpg) repeat-x scroll 0 -6px;;
}

#middle-section
{
	padding: 30px;
	background: #FFFFFF url(/3552incubator/images/middle-content-background.jpg) repeat-x;
	height: 218px;
	overflow: hidden;
}

#section
{
	margin: 0 auto;
	width: 822px;
	overflow: hidden;
}

.section-block
{
	float: left;
	width: 260px;
	height: 230px;
	overflow: hidden;
}

.section-block p
{
	display: block;
	height: 170px;
	overflow: hidden;
}

.section-divider
{
	width: 1px;
	margin: 0 10px 0 10px;
	background-color: #9A152F;
	float: left;
	height: 187px;
	overflow: hidden;
}

.right
{
	float: right;
	font-size: 1.5em;
}

#footer
{
	background: #99152f url(/3552incubator/images/footer-background.jpg) no-repeat;
	min-height: 153px;
	text-align: center;
	padding-top: 10px;
}

#footer p
{
	color: #FFFFFF;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover
{
	border-bottom: white dashed 1px;
}