/* main wrapper that centres the page in browser*/

#wrapper {
width: 760px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
} 

/* end wrapper*/



/* header section*/

#pageHeader {
	width: 760px;
	background-image: url(../images/lpzone%20logo%204%20web760.jpg);
	height: 128px;
	background-repeat: no-repeat;

}


#access {
	float: right;
	width: 80px;
	position: relative;
	top: 0px;
}
/* end header section */



/* left side menu */
#mainMenu {
	width: 156px;
	float: left;
	text-align: left;
	height: auto;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	line-height: 130%;
	border-bottom: 0px;
	margin-left: -12px;
}

/* end left side menu*/



/* main content area*/

#centreColumn {
	float: left;
	width: 616px;
	padding-top: 8px;
	padding-bottom: 4px;
	
}

/* content header */

#contentHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	float: left;
	height: auto;
	right: auto;
	bottom: auto;
	clear: both;
	margin-top: 6px;
	margin-bottom: 9px;
	width: 100%;
	background-color: #ffe2c6;
}





#features {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #ffffcc;
	position: absolute;
	width: 200px;
	float: left;
	height: auto;
	right: auto;
	bottom: auto;
	left: 634px;
	clear: left;
}
#rtcolumn {
	width: 100px;
	text-indent: -24px;
	float: left;
}





#footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	background-color: #c4c4ff;
	background-image: url(components/totop.gif);
	background-repeat: no-repeat;
	background-position: center top;
    float:left;
	clear:both;
	vertical-align: bottom;
  width: 100%;
}
