@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	color: #666;
	background-color: #eae3cc;
	text-align: left;
	font-size: 15px;
}

A:active {
	color: #600;
	text-decoration: underline;
}

A:link {
	color: #600;
	text-decoration: underline;
}

A:visited {
	color: #600;
	text-decoration: underline;
}

A:hover {
	color: #900;
	text-decoration: underline;
}
.footertext {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 20px;
}

.homeside {
	color: #FFFFFF;
}
.Head1 {
	font-size: 24px;
	color: #FFFFFF;
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Head2 {
	color: #CCCCCC;
	font-size: 18px;
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Head3 {
	color: #CCCCCC;
	font-weight: bold;
	font-family: Myriad Pro, Verdana, Arial, Helvetica, sans-serif;
}
.StandOut {
	display: inline;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.Quote {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	color: #666;
}
.Smaller {
	font-size: 11px;
}
#MainTable {
	padding: 0px;
	width: 950px;
	clear: both;
	text-align: left;
	margin: 0px;
	background-image: url(artwork/backdrop.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#InnerTable {
	width: 850px;
	position: relative;
	z-index: 100;
	text-align: left;
	margin-top: 10px;
}
.boxyphoto {
	border: 1px solid #600;
}
#InnerTable li  {
	padding-bottom: 4px;
	left: 0px;
	list-style-type: disc;
}
.ListHead {
	font-size: 17px;
	color: #333;
	font-weight: bold;
	letter-spacing: 90%;
}
#MainColumn {
	width: 505px;
}
#InnerTable2 {
	width: 850px;
	position: relative;
	z-index: 100;
	text-align: left;
}
.credits {
	color: #eae3cc;
	padding-top: 10px;
}

