
#scratch
{
	float:right;	
	background-color: #ff0f00;
	/*border: 1px solid Black;*/
}

#main
{
	width: 800px;
	/*background-color: #ffE8D4;*/
	/*border: 1px solid Black;*/
}

#left
{
	float:left;
	width: 188px;
	/*height: 800px;*/
	/*position: absolute;*/
	/*border: 1px solid Black;*/
}

#right
{
	background-color: #ffffff;
	float: right;
	width: 602px;
	height: 100%;
	/*background-color: #ffE8D4;*/
	/*position: absolute;*/
	/*border: 1px solid Black;*/
}

.top-gradient
{
	background-image: url(/images/green_gradient.gif); 
	background-repeat: repeat-x;
	height: 20px;
}

.bottom-gradient
{
	background-image: url(/images/blue_gradient.gif); 
	background-repeat: repeat-x;
	height: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#logo
{
	background-color: #ffffff;
	/*background-image: url(\images\logo.gif); */
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	width: 188px;
	/*height: 112px;*/
}

#left_nav
{
	background-color: #F8F6EE;
	text-align: left;
	border-top: #7791a9 solid 1px;
}

#opportunity_finance
{
	background-color: #F8F6EE;
	background-image: url(\images\opportunity_finance.gif); 
	background-position: center center;
	background-repeat: no-repeat;
	width: 188px;
	height: 45px;
}

.header_section
{
	margin-top: 10px;
	background-color: #ffffff;
}

#header_home
{

}

#home_header_image
{
	float: left;
	width: 372px;
}

#home_header_text
{
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 4px;
	font-family: Arial;
	font-size: 10px;
	float: left;
	background-color: #667989;
	color: #ffffff;
	text-align: right;
	width: 372px;
}

#home_header_quote
{
	height: 100%;
	font-family: Georgia;
	font-size: 14px;
	color: #ffffff;
	float: right;
	background-color: #9D542C;
	width: 203px;
	height: 266px;
	/*height: 100%;*/
	text-align: center;
	vertical-align: middle;
}

#middle
{
	background-color: #ffffff;
	height: 100%;
	margin-right: 10px;
	margin-left: 10px;
}

#content
{
	background-color: #ffffff;
	width: 391px;
	/*height: 544px;*/
	float:left;
	border-right: 1px solid;
	margin-right: 5px;
	padding-right: 5px;
	text-align: left;
	margin-bottom: 8px;
	margin-top: 23px;
	
}

#right_nav
{
	float: right;
	width: 178px;
	/*height: 100%;*/
	min-height: 100%;
	background-color: #E6F0FC;
	text-align: left;
	/*margin-bottom: 8px;*/
	margin-top: 23px;
	
}

#right_content
{
	float: right;
	width: 162px;
	background-color: #E6F0FC;
	text-align: left;
	padding: 8px 8px 8px 8px;
	margin-top: 10px;
}

#top_left_spacer {
	height: 10px;
}

body {
	margin: 0 auto;
	height: 100%;
	background-color: #EDE8D4;
}

#main {
	margin: 0 auto;
}