.white {
	color: #FFFFFF;
}
a.white:link {
	color: #CCCCCC;
	text-decoration: underline;
	font-style: italic;
}
a.white:hover {
	color: #CCCCCC;
	text-decoration: blink;	
}
a.white:active {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
}
a.white:visited {
	color: #CCCCCC;
	text-decoration: underline;
	font-style: italic;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
.MAINconatiner {
	width: 900px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: center;
}
.MAINhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}
p {
	text-align: left;
}
li {
	text-align: left;
}
.photoDiv {
	float: none;
	clear: both;
}
.jackolanternBACK {
	background-attachment: fixed;
	background-image: url(images/Home/100_1960_jackolantern.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 675px;
}
.homeText {
	padding-right: 75px;
	padding-left: 75px;
	text-align: left;
}
.border_top {
	background-image: url(images/border/border_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	clear: both;
	width: 900px;
}
.border_middle {
	background-image: url(images/border/border_middle.png);
	background-repeat: repeat-y;
	background-position: center top;
	width: 900px;
	margin-left: 0px;
}
.border_bottom {
	background-image: url(images/border/border_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 40px;
	width: 900px;
}
