
body {
	font-family: verdana;
	background: white url(/images/front-fade.png) repeat-y;
	padding: 0;
	margin: 0;
}

#fadein {
	background: white;
}

#fadein span {
	background: white;
}

#header {
	height: 144px;
	background: white url(/images/lsep-header.jpg) no-repeat;
	border-bottom: 1px solid black;
}

#header h1 {
	display: none;
}

#footer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 0.8em;
}

#map {
	float: left;
	width: 480px;
	height: 380px;
	position: relative;
	background: url(/images/map-background.png) no-repeat;
}

#tag {
	color: #5F5F5F;
	float: left;
	width: 300px;
	margin-top: 20px;
	line-height: 1.7em;
	letter-spacing: 1px;
	font-size: 1.2em;
}

a#swlsep {
	color: white;
	display: block;
	width: 196px;
	height: 153px;
	position: absolute;
	left: 85px;
	top: 195px;
	background: url(/images/map-swlsep-0810.png) no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

a#cwlsep {
	color: white;
	display: block;
	width: 169px;
	height: 100px;
	position: absolute;
	left: 65px;
	top: 114px;
	background: url(/images/map-cwlsep.png) no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}


a#nlsep {
	color: white;
	display: block;
	width: 164px;
	height: 142px;
	position: absolute;
	left: 126px;
	top: 20px;
	background: url(/images/map-nlsep.png) no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

a#left {
	color: white;
	display: block;
	width: 161px;
	height: 187px;
	position: absolute;
	left: 23px;
	top: 66px;
	background: url(/images/map-left.png) no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

a#inner {
	color: white;
	display: block;
	width: 68px;
	height: 90px;
	position: absolute;
	left: 201px;
	top: 175px;
	background: url(/images/map-inner.png) no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

a#inner-right {
	color: white;
	display: block;
	width: 120px;
	height: 135px;
	position: absolute;
	left: 235px;
	top: 126px;
	background: url(/images/map-inner-right.png) no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

a#top-right {
	color: white;
	display: block;
	width: 175px;
	height: 125px;
	position: absolute;
	left: 282px;
	top: 63px;
	background: url(/images/map-top-right.png) no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

a#bottom-right {
	color: white;
	display: block;
	width: 153px;
	height: 193px;
	position: absolute;
	left: 245px;
	top: 170px;
	background: url(/images/map-bottom-right-0810.png) no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

a:hover#swlsep {
	background-position: 0px -153px;
}

a:hover#cwlsep {
	background-position: 0px -100px;
}

a:hover#nlsep {
	background-position: 0px -155px;
}

a:hover#left {
	background-position: 0px -190px;
}

a:hover#top-right {
	background-position: 0px -130px;
}

a:hover#bottom-right {
	background-position: 0px -200px;
}

a:hover#inner {
	background-position: 0px -91px;
}

a:hover#inner-right {
	background-position: 0px -140px;
}

a#swlsep span, 
a#cwlsep span, 
a#nlsep span {
	position: absolute;
	background: gray;
	display: block;
	border: 1px solid black;
	font-weight: bold;
	font-size: 1em;
	color: white;
	font-family: verdana;
	text-align: center;
}

a:hover#swlsep span, 
a:hover#cwlsep span, 
a:hover#nlsep span {
	position: absolute;
	background: #ffff99;
	display: block;
	border: 1px solid black;
	font-weight: bold;
	font-size: 1em;
	color: black;
	font-family: verdana;
	text-align: center;
}

a#swlsep span {
	top: 55px;
	left: 40px;	
}

a#cwlsep span {
	top: 45px;
	left: 50px;
}

a#nlsep span {
	top: 50px;
	left: 55px;
}

