/* This is for any unique stylings that apply only to this program */

/* This ID is for entire area of the program you will see before the actual simulation section is displayed */

body{
	background-color: #FFFFFF;
	margin:0px 0px; padding:0px;
	text-align:center;
}

#FullPage {
	position: relative;
	width:700px;
	padding-bottom: 50px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
}

MainBody{
	position: relative;
	top: 0px;
}


#ProgramTitle{
	position: relative;
	top: 25px;
	width: 700px;
	text-align: center;
}



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

#OverviewPicture{
	position: absolute;
	top: 700px;
	left: 150px;
}




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

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

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

.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;
}

/* Properties of the Available Languages Div says where to put the links to other languages */

#AvailableLanguages{
	position: absolute;
	top: 610px;
	left: 20px;
	width: 300px;
}

#Language1{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 300px;
}

#Language2{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 300px;
}


#BeginButton{
	position: absolute;
	top: 625px;
	left: 225px;
	width: 150px;
}


#PlanetButton{
	position: absolute;
	top: 10px;
	right: 25px;
	width: 230px;
	height: 100px;
}

#ChangeMaterialButton{
	position: absolute;
	top: 10px;
	left: 25px;
	width: 230px;
	height: 100px;
}

#AddCylinderButton{
	position: absolute;
	top: 0px;
	left: 275px;
	width: 50px;
	height: 75px;
}

#PullNailButton{
	position: absolute;
	top: 350px;
	left: 300px;
	width: 75px;
	height: 50px;
}

#NailPlacementButton{
	position: absolute;
	top: 400px;
	left: 25px;
	width: 230px;
	height: 100px;
}

#ResetButton{
	position: absolute;
	bottom: 125px;
	right: 40px;
	width: 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;
}

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

.InvisibleButton{
	
}





