body, html {
	margin: 0;
	padding: 0;
	background: #504E4E;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page {
	width: 100%;
	background: #FFF url(../images/bgBody.gif) top left repeat-y;
}

#preHeader {
	clear: both;
	width: 100%;
	height: 2px;
	background: #FFF;
}

#header {
	clear: both;
	width: 100%;
	height: 76px;
	background: #504E4E;
}

#logoLankes {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 394px;
	height: 112px;
}

#imageChooser {
	position: absolute;
	z-index: 111;
	top: 130px;
	left: 248px;
	width: 711px;
	height: 312px;
}

#trend {
	position: absolute;
	z-index: 105;
	top: 100px;
	left: 759px;
	width: 200px;
	height: 20px;
	text-align: right;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #AAA;
}

#body {
	clear: both;
	width: 100%;
}

#innerBody {
	float: left;
	width: 958px;
	background: transparent url(../images/bgInnerBody.gif) top right repeat-y;
}

#twoColsLeft {
	float: left;
	width: 749px;
	background: transparent url(../images/line.gif) 248px 20px no-repeat;
}

#colLeft {
	float: left;
	width: 248px;
}

#contentLeft {
	margin: 20px 20px 20px 75px;
}

#colCenter {
	float: left;
	width: 501px;
}

#contentCenter {
	margin: 20px 20px 20px 20px;
}

#colRight {
	float: left;
	width: 209px;
}

#footer {
	float: left;
	width: 100%;
	height: 115px;
	background: #3E3C3C url(../images/bgBody.gif) top left repeat-y;
}

#footer div.slogan {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: 500;
	font-size: 28px;
	padding: 65px 0 0 80px;
}

#subFooter {
	clear: both;
	width: 100%;
	height: 100px;
	background: #504E4E url(../images/bgSubFooter.gif) 750px 3px no-repeat;
}

#subFooter .copy {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: 500;
	font-size: 11px;
	padding: 3px 0 0 55px;
}

#subFooter .copy span {
	font-weight: 700;
}

div.spacerA {
	width: 209px;
	height: 10px;
	background: #FFF;
}

div.spacerB {
	clear: both;
	width: 100%;
	height: 10px;
}

