
/* the INTRO : READING : WRITING : MATH menu that only shows up for the tour pages */

.gametourmenu {
	/* adjust margins/padding for the whole menu here, as needed */
	margin: 240px 0 0 43px;
	position: absolute;
}

.gametourmenu img {
	border:0px;
}
 
.gametourmenu a:link {  } 
.gametourmenu a:visited {  }
.gametourmenu a:hover { border-bottom: 4px solid #82b3d0; }
.gametourmenu a:active {  } 

#colon {
	padding: 0px 8px;
}

.next {
	border: 0px;
}

/****** INTRO ******/

div#left-col-tour-intro {
	float: left;
	width: 450px;
	margin: 70px 0 0 45px;
	padding-bottom: 150px; /* adds some space to the bottom */
}

div#right-col-tour-intro {
	float: right;
	width: 480px;
	margin: 70px 0 0 0;
}

/****** READING ******/

div#left-col-tour-reading {
	float: left;
	width: 470px;
	margin: 80px 0 0 45px;
	padding-bottom: 150px; /* adds some space to the bottom */
}

div#right-col-tour-reading {
	float: right;
	width: 450px;
	margin: 70px 0 0 0;
}

/****** WRITING ******/

/****** MATH ******/
