@charset "UTF-8";
/* CSS Document */

body {
	background: #000000 url(images/lz_bkgd.jpg) no-repeat top fixed;
	text-align:center;
	margin: 0px;
	padding: 0px;
	}
	
#imghome {
	position: relative;
	top: 60px;
	background: url(images/home_image.jpg) no-repeat;
	border: 1px solid #c6c6c6;
	width: 962px;
	height: 411px;
	margin: auto;
	}	
#navhome {
	width: 962px;
	height: 46px;
	background:url(images/navbar_home.gif) no-repeat;
	position: absolute;
	top: 343px;
	left:0px;
	}
#logo {
	position: absolute;
	top: 15px;
	left: 37px;
	}		
#links {
	position: absolute;
	top: 18px;
	right: 0px;
	color: #FFFFFF;
	text-align:right;
	width: 602px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
#links a {
	color: #c6c6c6;
	text-decoration:none;
	margin: 0px 30px 0px 0px;
	}	
#links a:hover {
	color: #FFFFFF;
	}
#homefooter	{
	position:relative;
	top: 110px;
	width: 962px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: auto;
	}	
#homefooter .left {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	}
#homefooter .right {
	position: absolute;
	top: 0px;
	right: 0px;
	}		
	
/*-- INTERIOR --*/
#allint {
	width: 964px;
	top: 0px;
	text-align:center;
	margin: auto;
	}	
	
#navint {
	width: 962px;
	height: 46px;
	background: url(images/navbar_int.gif) no-repeat;
	position: relative;
	top: 14px;
	margin: auto;
	border: 1px solid #6c6c6c;
	display:block;
	}	
	
#intcontent {
	width: 610px;
	color: 8e8d8d;
	text-align:left;
	display:block;
	position: relative;
	margin: auto;
	top: 80px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8e8d8d;
	font-size: 11pt;
	}		

#intcontent img {
	border: 10px solid #000000;
	margin: 0px 0px 30px -15px;
	text-align: left;
	}
	
#intcontent a {
	color: #a9e1d6;
	text-decoration:none;
	}	
#intcontent a:hover {
	color: #FFFFFF;
	}
	
#footerint	{
	position:relative;
	display:block;
	top: 120px;
	width: 962px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: auto;
	left: -178px;
	}	
#footerint .left {
	position: absolute;
	top: 0px;
	left: 0px;
	}
#footerint .right {
	position: absolute;
	top: 0px;
	right: 0px;
	}	