#containerA {
	background-image:url(../images/shellBackground.png);
	margin:5px auto 0px auto;
	position:relative;
	width:800px;
}

#skipNavigation {
	background-color:#ffffff;
	color:#000000;
	height:auto			!important;																	/* For IE <=6 */
	height:420px;																					/* For IE <=6 */	/*	400px original design	*/
	left:130px;
	margin:0px 0px 0px 130px;
	min-height:420px	!important;																	/*	400px original design	*/
	top:145px;
	width:600px;
}


#printIcon a {
	background:url(../images/shellPrinterFriendly.jpg) 0px 0px no-repeat;
	bottom:35px;
	display:block;
	height:30px;
	left:360px;
	position:absolute;
	width:130px;
}


#printIcon a:hover, #printIcon a:focus, #printIconBaseball a:hover, #printIconBaseball a:focus {
	background:url(../images/shellPrinterFriendly.jpg) 0px -30px no-repeat;
}


#printIconBaseball a {
	background:url(../images/shellPrinterFriendly.jpg) 0px 0px no-repeat;
	bottom:150px;
	display:block;
	height:30px;
	left:360px;
	position:absolute;
	width:130px;
}



#displayIcon a {
	background:url(../images/shellNormalDisplay.jpg) 0px 0px no-repeat;
	bottom:35px;
	display:block;
	height:30px;
	left:360px;
	position:absolute;
	width:130px;
}

#displayIcon a:hover, #displayIcon a:focus {
	background:url(../images/shellNormalDisplay.jpg) 0px -30px no-repeat;
}

#siteLogo {
	left:0px;
	top:0px;
}

#shellBot {
	background-image:url(../images/shellBottom.png);
	height:80px;
	position:relative;
	bottom:0px;
	width:800px;
}

#shellTop {
	position:relative;
}

#shellTopLeft {
	background-image:url(../images/shellTopLeft.png);
	height:105px;
	left:50px;
	position:absolute;
	top:145px;
	width:60px;
}

#shellTopRight {
	background-image:url(../images/shellTopRight.png);
	height:145px;
	position:absolute;
	right:0px;
	top:0px;
	width:550px;
}

#skipNavLaunch {
	background-color:#ffffff;
	border:3px ridge #333333;
	color:#333333;
	font-weight:bold;
	margin:0px 5px 5px 5px;
	padding:5px;
	position:absolute;
	top:-50px;
	z-index:10;
}

#skipNavLaunch:active, #skipNavLaunch:focus, #skipNavLaunch:hover {
	top:5px;
}
