@charset "UTF-8";


/* page layout blocks */

div.container {
	width:100%;
	min-width:985px;
	max-width:985px;
	margin:auto;
	height:100%; background-image:url(SF_BIO_HOWIE_PG.jpg);
	background-repeat: no-repeat;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
}
div.header { width:100%; height:232px; background: url(SOLO_FOUNDATION_V8.jpg) top right }
div.sitenav {
	position:relative;
	width:313px;
	margin: 60px 0px 0px 160px;
	float:left;
	z-index:2;
	background-color:transparent;
	z-index:2
} /* the main change for a topnav is the position becomes absolute */

div.content {
	position:relative;
	width:41%;
	min-height:400px;
	float:left;
	margin:25px 0px 0px 0px;
	background-color:transparent;
	z-index:1;
	text-align: justify;
	color: #FFF;
	font-size: 12px;
} /* margins provide gutters without dealing with IE's handling of padding */

.floatcap2 {display:block; clear:both; height:180px; color:transparent}
.floatcap {display:block; clear:both; height:3px; font-size:3px; color:transparent}
div.footer { position:relative; width:100%; background-color: #000; height:40px }
p.footleft { font-size:9px; letter-spacing:2px; 
	position:absolute;
	width:100%;
	margin: auto;
}

