/* MAIN PAGE LAYOUT - CORRECT ABSOLUTE */

#frame {
	width:990px;
	margin: 0 auto;
	text-align:left;
	position:relative;
	padding:0px;
	border:0px solid #CFCFCF;
	border-bottom:0px;
	height:126px;
	}

.contentframe {
	position:absolute;
	width:990px;
	margin-top:126px;
	padding:0px;
	background-color:#FFFFFF;
	border:0px solid #CFCFCF;
	border-top:0px
}

.leftcol1 {
	position:absolute;
	top:0px;
	left:0px;
	width:190px;
	background-color: #FFFFFF;
	padding:0px;
	margin:0px;
	float:left;
}

.headhome1 {
/* 
	--- not required for no height pages --- 
	
	position:absolute;
	top:0px;
	left:0px;
	width:990px;
	height:126px;
	text-align:center;
*/
}

.content1 {
	background-color:#FFFFFF;
	width:795px;
	margin-left:190px;
	min-height:825px;
	height:auto !important;
	height:780px;
	position:relative;
 }

.foot {
	z-index:5
}

