body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

ul, li, h4, h3, h2, h1, p {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* GENERAL SCROLLER SECTION DEFINITIONS */

#screen {
	position: relative;
	height: 512px;
	width: 780px;
	margin: 0;
}

#sections {
	background: #111;
	overflow: hidden;
	width: 780px;
	height: 512px;
	clear: left;
}

#sections ul {
	width: 8000px;
}

#sections li {
	float: left;
	width: 780px;
	height: 512px;
	margin: 0px;
	padding: 0px;
}

#sections img {
}

/* SCROLLER SECTION STYLING */

#sectionvisual {
	background: transparent url("img/loadingAnimation.gif") center no-repeat;
	clear: both;
}

#sectiontext {
	background: #111;
	width: 780px;
	padding: 0px;
}

#sectiontext p {
	float: left;
	padding: 0 10px;
	width: 760px;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .83em;
	text-align: justify;
	color: #fff;
	clear: left;
}

#sectonbar {
	background: #111;
	padding: 10px 10px 0 10px;
	width: 100%;
	height: 32px;
}

#sectiontitle {
	float: left;
	padding: 2px 0 2px 10px;
	color: #fff;
}

#sectiontitle h2 {
	line-height: 32px;
	letter-spacing: .25em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .83em;
	font-weight: normal;
	font-style: oblique;
}

#sectionnav {
	float: right;
	padding: 2px 10px 2px 0;
	color: #fff;
}

#sectionnav a {
	line-height: 32px;
	letter-spacing: .25em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: .83em;
	font-weight: normal;
	font-style: oblique;
	text-decoration: none;
	color: #c30;
}
