@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;
	/*min-height: 100%;
	height: auto !important;
	height: 100%;*/
	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;
}
#banner{
	position:relative;
	top:0px;
	left:0px;
	text-align:left;
}
#menu{
	position:relative;
	float:left;
	margin-top: 10px;
	z-index:100;
}
#contentWrapper{
	width:500px;
	margin-left:125px;
	text-align:left;
	padding:10px 50px 0px 15px;
	clear:none;
	border-collapse:collapse;
	border:none;
	display:block;
	z-index:1;
}
#pageContent{
	width:600px;
}
#rightColumn{
	position:absolute;
	left:650px;
	top:130px;
	width:150px;
	border-left:#CCCCCC solid 1px;
	text-align:center;
	/*padding-left:5px;*/
}
#subMenu{
	position:absolute;
	top:90px;
	right:0px;
	width:800px;
}
#col1{
	float:left;
	width:235px;
}
#col2{
	float:left;
}
#bgfix{
	padding-top:5px;
	padding-bottom:5px;
	clear:both;
}
#footerHome{
	position:relative;
	text-align:center;
	clear:both;
}
