@charset "utf-8";
/* CSS Document */
body {
	margin-top:0px;
	text-align:center;
	background:url(../images/LandTekBackground.jpg) repeat-x #E3E3E3 top;
}
#topShadow{
	position:relative;
	margin:0px auto;
	padding:0px;
	width:850px;
	text-align:center;
	height: 20px;
	background:url(../images/siteShadowTop.png) center bottom no-repeat;
}
#shadow{
	position:relative;
	clear:both;
	margin:0px auto;
	width:850px;
	text-align:center;
	height:auto;
	background:url(../images/siteShadowMid.png) center repeat-y;
}
#bottomShadow{
	position:relative;
	margin:0px auto;
	padding:0px;
	width:850px;
	clear:both;
	text-align:center;
	height: 20px;
	background:url(../images/siteShadowBottom.png) center top no-repeat;
}
#wrapper{
	position:relative;
	background:#FFFFFF;
	margin:0px auto;
	width:800px;
	text-align:left;
	background:url(images/LandTekLogoWatermarkHome.jpg) no-repeat bottom;
}
#flashWrapper{
	position:relative;
}
#homeMenu{
	position:relative;
	float:left;
	margin-top: 10px;
	width:110px;
	z-index:100;
}
#homeContent{
	padding-right:40px;
	margin-left:140px;
	margin-top:10px;
	display:block;
	z-index:1;
}
#bottomLink{
	text-align:right;
	margin-top:10px;	
}
#homeContent br{
	line-height:5px;
}
#footerHome{
	position:relative;
	text-align:center;
	clear:both;
}
