
body {
	background-color: #8cad78;
	background-image: url(images/splash-swapArea.jpg);
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	margin-left : auto;
	margin-right : auto;
	font-family : verdana, arial, tahoma, helvetica;
	font-size : 8pt;
	color : #000000;
	text-align: center;
}
p	 {
	font-family : verdana, arial, tahoma, helvetica ;
	font-size : 8pt ;
	color : #000000;
}

/* wrapper --------------------------------------------------------------- */

#wrapper {
	background-color: transparent;
	color: #000000;
	width: 795px;
	height: 99%;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1.4em;
}

#header {
	width: 795px;
	height: 180px;
	background-image: url(images/LL_splashheader.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#content {
	float: left;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	color: #000000;
	height: 549px;
	height: auto;
	width: 680px;
	text-align: left;
	vertical-align: top;
	/*border: 1px solid #000000;*/
}

/* footer section -----------------------------------------------------------------*/

#footer {
	/*line-height: 1.4em;*/
	clear: both;
	border-top: 1px solid #576c4d;
	width: 100%;
	height: 100px;
	margin: 20px auto 0px auto;
	padding-top: 14px;
	padding-bottom: 0px;
	background-color: #8cad78;
	vertical-align: bottom; 
}
#footer p {
	color: #4A5B42;
	background-color: transparent;
	background-image: url(images/splash-swapArea.jpg);
	background-repeat: repeat;
	font: normal 1.10em verdana, arial, verdana, sans-serif;
	padding-right: 6px;
	padding-left: 6px;
	margin-top: 6px;
	margin-bottom: 8px;
	text-align: center;
	line-height: 1.4em;
}
#footer a:link, #footer a:visited { 
	text-decoration: none; 
	background-color: transparent; 
	color: #576c4d;
	padding-bottom: 1px;
	font-size: 0.88em;
} 
#footer a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #ffff99; 
	padding-bottom: 1px;
	border-bottom: 1px dashed #ffff99;
}
#footer a:active {
	text-decoration: none;
	background-color: transparent;
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}
