body {
	background-image: url(images/mosaic4.jpg);
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
body,td,th {
	font-family: Comic Sans MS, Tempus Sans ITC;
	font-size: 14px;
	color: #000000;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: none;
	color: #CC3399;
}
#container {
	width: 804px;  /* this will create a container 75% of the browser width */
	background: #F5EAD6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}

#mainContent {
	margin-left: 15px;
	margin-right: 15px}
.style5 {
	font-family: Papyrus;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.style7 {font-size: 16px}
.smaller-text {font-size: 11px}
.footer-text {font-size: 10px; color: #666666; }
.lower-nav {font-size: 11px}
.side-header {
	font-size: 16px;
	color: #006633;
	font-style: italic;
}
.dvdInfo {
	text-align: justify;
}
