/* CSS Document */
/* This is the style sheet for the website -- all styles except for the nav bar */

body {
	margin: 0; 
	padding: 0;
	background-color: #81a8ed;
	
}
	
#wrapper {
	width: 100%;
	margin-top: 0.5em;
		
		}
.bottom {
	font-size: small; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000; 
	text-align: center;
	margin: 0.8em auto;
	
}

#catalog table {
		
}
	
#catalog td {
	padding-bottom: 5px;
	padding-top: 2px;
	margin-left: auto;
	margin-right: auto;
	
}

.centered {
	text-align: center
	
}

.left {
	text-align: left; 
	
}

.justify {
	text-align: justify;

}	

#container {
	position: absolute;
	top: 0;
	left: 0;
	
}

dt {text-indent: 2em; }

dd {text-indent: 2em; }

#endmatter{
	position: static; 
	text-align: center; 
	width:100%; 
	height:auto; 
	z-index:15; 
	bottom: 0; 

}

#items {
	font-family: 'comic sans ms', helvetica, sans-serif;
	font-size: smaller;
	color: #000;
		
}
	
#linksdiv {
	width: 70%;
	margin: 5em auto;
	

}

#restofpage {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	
}

.sched {
	margin: 0 auto 0.1em auto;

	}

.sched tr td {
	font-size: small;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	text-align: left;
	vertical-align: top;
	
}

.sidehead {font-weight: bold; text-decoration: underline; }

.squeeze {
	font-size: 12px;
	
}

.table1 {
	border: none; 
	width: 96%; 
	border-collapse: collapse; 
	margin: 0 0 0 0; 
	border-color: #111111; 
	border-spacing: 2px 2px;

}

.thumb-l {
	border: 2px solid #000000;
	width: 130px; 
	height: 85px;
}

.thumb-p {
	border: 2px solid #000000;
	width: 85px; 
	height: 130px;

}

.thumb-s {
	border: 2px solid #000000;
	width:130px; 
	height:130px;
}

.widget {
	width: 100%;
	margin-left: auto;
	margin-right: auto;

}

#wactio {
	text-align: center;
	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

