#OverviewSection{
	position: absolute;
	top: 75px;
	left: 50px;
	width: 900px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#OverviewPicture{
	position: absolute;
	top: 375px;
	left: 300px;
}




#LabDirections{
	position: absolute;
	top: 25px;
	left: 50px;
	width: 800px;
}

.Directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	text-align: center;
}

.LittleDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#990000;
	text-align: center;
}

/* This ID is for entire area of the program that will display as part of the simulation */

#LabSection{
	position: absolute;
	top: 75px;
	left: 0px;
	visibility: hidden;
}


#DrawingSectionOne{
	position: absolute;
	top: 0px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#Screen2{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 600px;
	visibility: hidden;
}

#AngleUpButton{
	position: absolute;
	top: 50px;
	left: 300px;
	width: 100px;
	height: 50px;

}

#AngleDownButton{
	position: absolute;
	top: 50px;
	left: 500px;
	width: 100px;
	height: 50px;

}

#AngleUpSmallButton{
	position: absolute;
	top: 0px;
	left: 300px;
	width: 100px;
	height: 45px;

}

#AngleDownSmallButton{
	position: absolute;
	top: 0px;
	left: 500px;
	width: 100px;
	height: 40px;

}

#ReturnToLaunch{
	position: absolute;
	top: 0px;
	left: 700px;
	width: 200px;
	height: 100px;

}



#BeginButton{
	position: absolute;
	top: 275px;
	left: 375px;
	width: 150px;
}

#RiverSizeDownButton{
	position: absolute;
	top: 550px;
	left: 10px;
	width: 40px;
	height: 50px;

}

#RiverSizeUpButton{
	position: absolute;
	top: 550px;
	left: 100px;
	width: 40px;
	height: 50px;

}

#BoatSpeedDownButton{
	position: absolute;
	top: 550px;
	left: 160px;
	width: 40px;
	height: 50px;

}

#BoatSpeedUpButton{
	position: absolute;
	top: 550px;
	left: 250px;
	width: 40px;
	height: 50px;

}

#RiverSpeedDownButton{
	position: absolute;
	top: 550px;
	left: 310px;
	width: 40px;
	height: 50px;

}

#RiverSpeedUpButton{
	position: absolute;
	top: 550px;
	left: 400px;
	width: 40px;
	height: 50px;

}

#AngleAreaButton{
	position: absolute;
	top: 500px;
	left: 460px;
	width: 145px;
	height: 100px;

}

#BoatControlAreaButton{
	position: absolute;
	top: 500px;
	left: 610px;
	width: 290px;
	height: 100px;

}

#LaunchLeftButton{
	position: absolute;
	top: 440px;
	left: 25px;
	width: 50px;
	height: 50px;
}

#LaunchRightButton{
	position: absolute;
	top: 440px;
	left: 825px;
	width: 50px;
	height: 50px;
}

#SystemMessage{
	position: absolute;
	top: 360px;
	width: 700px;
	left: 90px;
	height:70px;
	padding: 15px;
	background-color: #c0c0c0;
}

#SeeRiverWidth{
	position: absolute;
	top: 500px;
	left: 0px;
	width: 150px;
	height: 30px;

}

#RiverWidth{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
	height: 30px;

}

.Button{
	height: 45px;
	padding-top: 5px;
	background-color: #c0c0c0;
	border: 2px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}

.InvisibleButton{
	
}





