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

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




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

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



.Directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	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: 925px;
	left: 50px;
	height: 602px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

.smallbutton{
	height: 30px;
	width: 100px;
	background-color: #AAAAAA;
	border: 1px #990000 solid;
	border-radius: 5px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
}




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

#SimpleDirections{
	position: absolute;
	top: 250px;
	left: 0px;
	width: 920px;
	text-align: center;
}

#Power{
	position: absolute;
	left: 360px;
	top: 120px;
	width: 75px;
	height: 150px;
	
}


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

.InvisibleButton{
	
}

.ControlButton{
	width: 55px;
	height: 120px;
	top: 160px;
}

#FrequencyDown{
	position: absolute;
	left:60px;
}

#FrequencyUp{
	position: absolute;
	left:120px;
}

#AmpDown{
	position: absolute;
	left:235px;
}

#AmpUp{
	position: absolute;
	left:295px;
}


#AutoSlow{
	position: absolute;
	left: 500px;
	top: 200px;
	width: 150px;
	height: 70px;
	padding-top: 30px;
	visibility: hidden;	
}

#Wave1Show{
	position: absolute;
	left: 550px;
	top: 0px;
	width: 350px;
	height: 35px;	
}

#Wave2Show{
	position: absolute;
	left: 550px;
	top: 40px;
	width: 350px;
	height: 35px;	
}

#WaveTotalShow{
	position: absolute;
	left: 550px;
	top: 80px;
	width: 350px;
	height: 35px;	
}


#MoveSpeakerBack{
	position: absolute;
	left: 250px;
	top: 320px;
	width: 100px;
	height: 35px;	
}

#MoveSpeakerForward{
	position: absolute;
	left: 550px;
	top: 320px;
	width: 100px;
	height: 35px;	
}

#MoveSpeakerBackLittle{
	position: absolute;
	left: 170px;
	top: 320px;
	width: 75px;
	height: 35px;	
}

#MoveSpeakerForwardLittle{
	position: absolute;
	left: 670px;
	top: 320px;
	width: 75px;
	height: 35px;	
}

#ShowGrid{
	position: absolute;
	left: 725px;
	top: 200px;
	width: 150px;
	height: 70px;
	padding-top: 30px;
	visibility: hidden;
	
}

#PauseTime{
	position: absolute;
	left: 675px;
	top: 120px;
	width: 50px;
	height: 75px;
	visibility: hidden;
	
}

#BigStepForward{
	position: absolute;
	left: 750px;
	top: 120px;
	width: 50px;
	height: 75px;
	visibility: hidden;
}

#BigStepBack{
	position: absolute;
	left: 600px;
	top: 120px;
	width: 50px;
	height: 75px;
	visibility: hidden;
}

#LittleStepForward{
	position: absolute;
	left: 825px;
	top: 120px;
	width: 50px;
	height: 75px;
	visibility: hidden;
}

#LittleStepBack{
	position: absolute;
	left: 525px;
	top: 120px;
	width: 50px;
	height: 75px;
	visibility: hidden;
}

#ControlArea{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 930px;
	height: 350px;
}
