/* CSS Document */
body {
	background-color: #F3B329;
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.subheading {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	
}
.subhead_light {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	
}
.subtext {
	font-size: 12px;
}

/* ================= IDs ====================================== */


#outershell{
	text-align:left;
}

#main {
text-align:left;
height:800px;
width:800px;
margin-top:10px;
margin-left:10px;

}

#title_pill {
	position: absolute;
	margin-left: 256px;
	margin-top: 185px;
	width: 27px;
	height: 63px;
	visibility: visible;
}

#desc_pill {
	position: absolute;
	margin-left: 595px;
	margin-top: 193px;
	width: 180px;
	height: 55px;
	z-index: 0;
	visibility: visible;
}

#footer_med {
	position: absolute;
	margin-left: 258px;
	margin-top: 685px;
	width: 510px;
	height: 62px;
	visibility: visible;
}
#masthead {
	position: absolute;
	margin-left: 50px;
	margin-top: 0px;
	width: 742px;
	height: 93px;
	visibility: visible;
	left: -1px;
}

#slogan {
	position: absolute;
	margin-left: 30px;
	margin-top: 95px;
	width: 742px;
	height: 86px;
	z-index: 0;
	visibility: visible;
}


#table {
	position:absolute; 
	margin-left:45px; 
	margin-top:181px; 
	width:176px; 
	height:517px; 
	visibility: visible;
}
/* ================= Blocks (Text) ====================================== */
#tblock_sm {
	position: absolute;
	left: 230px;
	top: 315px;
	width: 481px;
	height: 322px;
	z-index: 1;
	visibility: visible;
}

#tblock_med {
	position: absolute;
	margin-left: 255px;
	margin-right:33px;
	margin-top: 252px;
	width: 512px;
	height: 430px;
	visibility: visible;
}

/* ================= Text ID ====================================== */

#text_sm {
	position: absolute;
	left: 282px;
	top: 96px;
	width: 481px;
	height: 322px;
	z-index: 1;
	visibility: visible;
}
#about_text {
	position: absolute;
	margin-left:265px;
	margin-top: 270px;
	padding: 0px 15px 0px 15px;
	font-size:13px;
	width: 475px;
	height: 455px;
	z-index: 1;
	overflow: hidden;
	visibility: visible;
	}
#museum_text {
	position: absolute;
	margin-left:265px;
	margin-top: 255px;
	padding: 0px 15px 0px 15px;
	width: 473px;
	height: 450px;
	z-index: 1;
	visibility: visible;
	overflow: hidden;
	}
#calendar_text {
	position: absolute;
	margin-left:260px;
	margin-top: 275px;
	padding: 0px 15px 0px 15px;
	width: 484px;
	height: 395px;
	z-index: 1;
	visibility: visible;
	}
#links_text {
	position: absolute;
	margin-left:260px;
	margin-top: 275px;
	padding: 0px 15px 0px 15px;
	width: 484px;
	height: 395px;
	z-index: 1;
	visibility: visible;
	}
#contact_text {
	position: absolute;
	margin-left:280px;
	margin-top: 275px;
	width: 448px;
	height: 359px;
	z-index: 1;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}

#text_med {
	position: absolute;
	margin-left: 255px;
	margin-top: 280px;
	padding-right: 10px;
	width: 484px;
	height: 395px;
	z-index: 1;
	visibility: visible;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow: scroll;
	left: -4px;
	top: -3px;
}
/* always use overflow (x or y) at the end of a style sheet as some browsers ignore everything around it */
