body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

li {
	list-style-type: none;
}

#movieDiv {
	position: relative;
	width:600px;
	height:450px;
}

#galleryA {
	position: absolute;
	left:  -1000px;
	top:   30px;
	height: auto;
	width: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
}

#galleryB {
	position: absolute;
	left:  -1000px;
	top:   30px;
	height: auto;
	width: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #888888;
}

#preloadLYR {
	position: absolute;
	left:  -1000px;
	top:   0px;
	height: auto;
	width: auto;
	font-family: Arial, mono;
	font-size: 10px;
}

#forwardLYR {
	position: absolute;
	left:  60%;
	top:   95%;
	height: auto;
	width: auto;
}

#reverseLYR {
	position: absolute;
	left:  40%;
	top:   95%;
	height: auto;
	width: auto;
}

#accessLYR {
	position: absolute;
	left:  0px;
	top:   20px;
	height: auto;
	width: auto;
}

#titleLYR {
	position: absolute;
	left:  -1000px;
	top:   510px;
	height: auto;
	width: 600px;
}

#navLYR {
	position: absolute;
	left: -1000px;
	top:  540px;
}

#squares {
	position: absolute;
	left:  -1000px;
	top:   550px;
	height: auto;
	width: auto;
}


#captionLYR {
	position: absolute;
	left:  -1000px;
	top:   70px;
	height: auto;
	width: auto;
}


.title {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #333333;
}

.nav {

}

.desctitle {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #333333;
}

.descmain {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #333333;
}

a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #333300;
	text-decoration: none;
}

a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	color: #A2B38F;
	text-decoration: underline;
}

.statusWindow {
	position: absolute;
	left:  10px;
	top:   0px;
	height: auto;
	width: auto;
	visibility: hidden;
}