/* CSS Document */

@import url("menu.css");

.topbanner {
	background-color: #000000;
	position: absolute;
	width: 760px;
	left: 0px;
	top: 0px;
	height: 120px;
	border: thin none #FFFFFF;
}
.mainbox {
	width: 760px;
	position: absolute;
	top: 120px;
	left: 0px;
	border: thin none #FFFFFF;
}
.maintextblock {
	position: relative;
	padding-bottom: 50px;
	border: none;
	margin-left: 127px;
	height: 555;
	width: 633;
}

.ltcoltext {
	background-color: #9900CC;
	z-index: 5;
	padding: 15px;
}

.text {
	position: relative;
	background-color: #CCCCFF;
	padding: 20px;

}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000000;
}
.iframe { background: #CCFFFF;}
.ltmenu {
	position: absolute;
	width: 127px;
	left: 0px;
	top: 0px;
	background-color: #9900CC;
	z-index: 6;
	height: 100%;
}
.bottom {
	background-color: #9900CC;
	height: 100px;
	width: 633px;
	margin-left: 127px;
	border-top: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
	border-bottom: thin #FFFFFF;
	border-left: thin solid #FFFFFF;
}
#copyright {margin-top:15px; text-align:center; color:#fff}
#copyright a {color:#CCCCff}
#copyright a:hover {text-decoration:underline}
.trip_name {
	font-weight: bold;
	font-size: 0.75em;
	color: #660099;
	text-decoration: none;
}	
a:link {
	font-weight: bold;
	color: #660099;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #330099;
	text-decoration: none;
}
a:hover {
	color: #990099;
}

