#container {
	width: 99%;
	border: solid 2px white;
	padding: 0;
	clear: both;
}

#intro {
	padding: 5px;
	line-height: 120%;
}

#intro.xmas {	/* Used for the Christmas Greetings in the Intro DIV  */
	background: black url('../images/xmas_greeting_6.jpg') no-repeat top center;
	padding-top: 90px;
}

#intro p {
	margin: 0;
}

#intro #slideshow {
	border: solid #888888 1px;
	float: left;
	margin: 0 10px 10px 0;
}

#content_home {
	background: #ff9000;
	text-align: center;
	border-top: solid 1px white;
	padding: 0 0 1px 0;
	clear: both;	/* Prevents thumnail slideshow from sliding down over the Top Headlines */
}

div#headlines {
	line-height: 110%;
	text-align: left;
	background: black;
	width: auto;
	height: auto;
	border: solid white 1px;
	margin: 5px;
	padding: 0 5px; /* Was 0 5px 0 20px */
}

p.header {
	font-family: "rockwell extra bold", verdana, arial, sans-serif;
	color: black;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 10px;
	border-top: none;
	margin: 10px;
	padding: 0;
}

ul#features {		
	list-style-image: url('../images/arrow.jpg');	
	line-height: 115%;
	text-align: left;
	background: black;
	color: white;
	width: auto;
	height: auto;
	margin: 5px; /* 5px orig */
	padding: 0;
	border: solid white 1px
}

ul#features li {
	padding: 0px 5px 10px 5px;
	 margin: 0 0 0 25px;
}
ul#features li.top {
	margin-top: 10px;
}

#footer {
	clear: both;
	padding: 15px;
}