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

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/h-stripes.gif);
}
.main_container {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.header_container {
	background-image: url(images/top-gradiant.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 59px;
	width: 100%;
	background-color: #990000;
}
.body_container {
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
.footer_container {
	height: 145px;
	width: 100%;
	position: relative;
	left: 0px;
	bottom: -50px;
	background-image: url(images/bottom-gradiant.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.header_left {
	background-image: url(images/lpltc-name.png);
	position: relative;
	left: 7px;
	top: 7px;
	background-repeat: no-repeat;
	height: 37px;
	width: 294px;
}
.header_right {
	background-image: url(images/lpltc.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 188px;
	position: absolute;
	top: 7px;
	right: 7px;
}
.center {
	width: 850px;
	position: relative;
	left: 50%;
	margin-left: -425px; /* half the width of the div */
	top: 25px;
}

.nav_box {
	background-color: #ffffff;
	height: 28px;
	width: 100%;
	z-index: 20;
}
.flash_box {
	background-color: #000000;
	height: 342px;
	width: 100%;
	position: relative;
	top: 15px;
	z-index: 10;
}
.copy_box {
	background-color: #ffffff;
	border: double 1px;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	width: 97%;
	position: relative;
	top: 15px;
	z-index: 10;
}
.logo_float {
	background-image: url(images/lpltc-logo.png);
	background-repeat: no-repeat;
	height: 137px;
	width: 143px;
	position: relative;
	left: -55px;
	bottom: 75px;
	z-index: 20;
}
h1 {
	color:#990000;
	font-weight: bold;
	font-size: large;
}
