body	{
	text-align: center;
	background-color:#EAF9E4;
}

/* BEGIN PAGE LAYOUT DIVS */

.wrapper {
	background-color: #fff;
	width: 780px;
	margin: 0px auto 0px auto;
	padding-top: 16px;
	padding-bottom: 16px;
}

.pageheader {
	height: 110px;
	width: 750px;
	margin: 0px auto 0px auto;
	background-color: #f00;
	background-image: url("lant_gfx/logo.jpg");
	background-repeat: repeat-y;
	background-position: top left;
}

.pageheaderlinks {
	height: 40px; 
	width: 750px;
	margin: 0px auto 0px auto;
	padding:0px;
	border: 0px solid #00f;
}
.pageheaderlinks a {
	margin:0px;
	padding: 0px;
}
.toplink  {
	float:left;
	width:150px;
	height:40px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #00f;
}

.pagebody {
	width: 748px;
	background-color: #ffffef;
	margin: 0px auto 0px auto;
	text-align: left;
	border-right: 1px dashed #CB8A47;
	border-left: 1px dashed #CB8A47;
	border-bottom: 1px dashed #CB8A47;
	background-image: url('lant_gfx/menu.jpg');
	background-position: top left;
	background-repeat:repeat-y;
}

.pagefooter {
	width: 750px;
	height: 45px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	background-color: #CB8A47;
	background-image: url('lant_gfx/footer.jpg');
	background-position: top left;
}

.cola	{
	width: 180px;
	float: left;
	overflow: hidden;
}

.colb	{
	float: right;
	width: 560px;
	overflow: hidden;
	padding-top:48px;
	padding-bottom:48px;
}

.clearfloats {
	position: relative;
	width: 100%;
	height: 3px;
	font-size: 1px;
	margin-top: -3px;
	display: hidden;
	clear: both;
}

.qtos, .qtos a {
	font-size: 8pt;
	color: #000;
	font-family: arial, sans-serif;
	font-weight: normal;
}



/* END PAGE LAYOUT DIVS */

