@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/img_splash/pg_bk.jpg);		
}
#header {
	background-image: none;
	color: #fff;
	border-bottom: solid 1px #000;
}
#header a.lec {
	width: 493px;
	height: 28px;
	padding: 85px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	float:right;
	background-image: url(../images/img_splash/lec.jpg);
	background-repeat: no-repeat;
	display:block;
	color: #000;
	font-size: 18px;
}
#header a.lsac {
	width: 493px;
	height: 28px;
	padding: 85px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	float:left;
	background-image: url(../images/img_splash/lsac.jpg);
	background-repeat: no-repeat;
	display:block;
	color: #000;
	font-size: 18px;
}
#content {
	width: 926px;
	padding: 30px 30px 30px 30px;
}
#content .splashleft {
	width: 410px;
	height: 350px;
	float:left;
	background-image: url(../images/img_splash/splash_content_bk.gif);
	background-repeat: no-repeat;
	padding: 20px 20px 0 20px;
}
#content .splashright {
	width: 410px;
	height: 350px;
	float:right;
	background-image: url(../images/img_splash/splash_content_bk.gif);
	background-repeat: no-repeat;
	padding: 20px 20px 0 20px;
}
h1 {
	font-size: 240%;
	text-align: center;
	border-bottom: dotted 1px #666;
	border-top: dotted 1px #666;
	padding: 10px 0px;
}
h2 {
	padding-bottom: 0px;	
}
.clearit {
	clear:both;
}
.notop {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom:0px;
}
a.button {
	width: 298px;
	height: 55px;
	padding-left: 32px;
	float:right;
	color: #fff;
	background-image: url(../images/img_splash/button.jpg);
	background-repeat: no-repeat;
	display:block;
	text-decoration: none;
	font-size: 16px;
	line-height: 55px;
	text-align: center;
}
.splashbotleft {
	clear:left;
	float:left;
	width: 450px;
	height: 50px;
	background-image: url(../images/img_splash/splash_col_bot.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
.splashbotright {
	clear:right;
	float:right;
	width: 450px;
	height: 50px;
	background-image: url(../images/img_splash/splash_col_bot.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}