@charset "utf-8";
/* CSS Document */
body {
	background-color:#FFFFFF;
}

#container {
	margin:0 auto;
	width: 640px;
}

img {
	border:none;
}
#logoholder {
	margin-top:50px;
	margin-bottom:50px;
}

#iconholder {
	
}
#jrhigh {
	float:left;
	width:256px;
	height:239px;
	background:url(../Images/Global/jr_high_on.jpg) no-repeat;
}
#jrhigh a {
	display:block;
}
#jrhigh a:hover img {
	visibility:hidden;
}

#srhigh a {
	display:block;
}
#srhigh a:hover img {
	visibility:hidden;
}
#srhigh {
	float:right;
	width:256px;
	height:239px;
	background:url(../Images/Global/sr_high_on.jpg) no-repeat;
}




