@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
ul, li {
	list-style-type: none;
}
.section_size {
	width: 955px;
}
#screen {
	position: relative;
	height: 100%;
	width: 955px;
	margin: auto;
	padding: 0px;
}
#sections {
	clear: left;
	height: auto;
	width: 955px;
	overflow: hidden;
	padding: 0px;
}
#sections ul {
	width: 6000px;
}
#sections li {
	float: left;
}
#sections h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 6px;
}
#sections p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 6px;
	color: #999999;
}

