body {
	background: #FFFFFF; 
	margin: 0;
	background-image: url(../images/BG_Body.gif);
    background-repeat: repeat-x;
	background-position: top left;
}

#form {
	background: transparent; 
	margin: 0;
}

#code {
	width: 324px;
	height: 23px;
	padding: 0px 0px 0px 7px;
	color: #1C1B18;
	font-size: 8px;
}

#constructionsign {
	width: 162px;
	height: 108px;
	position: relative;
	top: -35px;
	left: 0px;
	z-index: 3;
}

#parking {
	width: 44px;
	height: 68px;
	position: relative;
	top: -60px;
	left: 0px;
	z-index: 6;
}

#shortcuts {
	width: 170px;
	height: 263px;
	position: relative;
	top: 0px;
	left: 10px;
	background-image: url(../images/BG_Shortcuts.gif);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 3;
	padding: 10px 20px 10px 15px;
}

*html #shortcuts {
	width: 205px;
}

#shuttleservice {
	width: 272px;
	height: 225px;
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url(../images/BG_ShuttleService.gif);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 3;
	font-size: 11px;
	color: #938E81;
	text-align: left;
}

#shuttleheader {
	position: relative;
	top: 5px;
	left: 0px;
	width: 272px;
	height: 76px;
}

#shuttleheaderinfo {
	float: right;
	width: 182px;
	height: 76px;
}

#me {
	float: left;
	width: 80px;
	height: 76px;
	padding: 0px 0px 0px 10px;
}

#shuttlelogo {
	float: left;
	width: 52px;
	height: 76px;
	padding: 3px 0px 0px 0px;
}

#shuttledesc {
	float: right;
	width: 118px;
	height: 72px;
	padding: 2px 2px 2px 0px;
}

#shuttleservice h1 {
	font-size: 12px;
	display: inline;
}

#shuttleservice h2 {
	font-size: 11px;
	display: inline;
	font-weight: 100;
}

#shuttledestinations {
	position: relative;
	top: 13px;
	/* left: -42px; */
	left: 10px;
	z-index: 3;
	width: 245px;
	height: 125px;
	overflow: auto;
	color: #5D5751;
}

.shuttledest td {
	height: 12px;
	border-bottom: 1px dashed #938E81;
	font-size: 11px;
	color: #79756a;
	text-align: justify;
	padding: 2px 2px 2px 2px;
}

#links {
	width: 170px;
	height: 263px;
	position: relative;
	top: 10px;
	left: 0px;
	z-index: 3;
}

.projects {
	width: 190px;
	height: 319px;
	position: relative;
	top: 15px;
	left: 0px;
	background-image: url(../images/BG_Projects.gif);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 3;
	padding: 5px 10px 5px 10px;
}

*html .projects {
	width: 210px;
}

#sitemap {
	width: 265px;
	height: 272px;
	position: relative;
	top: -20px;
	left: 5px;
	z-index: 3;
	background-image: url(../images/BG_Sitemap.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 10px;
	color: #938E81;
	text-align: justify;
}

#maptitle {
	width: 245px;
	height: 32px;
	padding: 8px 10px 5px 10px;
}

*html #maptitle {
	width: 265px;
	height: 45px;
}

#map {
	width: 245px;
	height: 217px;
	padding: 5px 10px 5px 10px;
	font-size: 10px;
	overflow: auto;
}

*html #map {
	width: 265px;
	height: 227px;
}

#mapcontent {
	width: 235px;
}

#pointSC {
	position: absolute;
	top: 50px;
	left: 10px;
	z-index: 5;
}

*html #pointSC {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
}

#line1{
	position: absolute;
	top: 74px;
	left: 10px;
	z-index: 4;
}

*html #line1{
	position: absolute;
	top: 34px;
	left: 10px;
	z-index: 4;
}

#pointGH{
	position: absolute;
	top: 75px;
	left: 170px;
	z-index: 5;
}

*html #pointGH{
	position: absolute;
	top: 25px;
	left: 170px;
	z-index: 5;
}

#here {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}