﻿body
{
	font-family: "trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
}
ul, li, h4, h3, h2, h1, p
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.next, .prev
{
	cursor: pointer;
}

#screen
{
	position: relative;
	height: 180px;
	width: 900px;
}
#screen .next, #screen .prev
{
	position: absolute;
	top: 70px;
}
#screen .prev
{
	left: 10px;
}
#screen .next
{
	right: 10px;
}


#sections
{
	overflow: hidden;
	width: 800px;
	clear: left;
	margin-left: 50px;
	margin-right: 50px;
	border: solid 0px blue;
}

#sections ul
{
	width: 7660px;
}

#sections li
{
	float: left;
	height: 180px;
	width: 790px;
	border: solid 0px red;
	background-image: url('../pics/WhatOthersSayQuotesBackground.gif');
}

#sections p
{
	font-size: 1.0em;
	border: solid 0px green;
	padding: 20px 90px 0 105px;
}

#sections h2
{
	color: #993333;
}
#sections a
{
	color: #777;
	font-weight: bolder;
	text-decoration: none;
}

.Name
{
	float: right;
	padding-right: 90px;
	font-size: 0.8em;
	color: #035B8E;
}

h1
{
	margin: 20px 0;
	color: #5B739C;
}
h1 strong
{
	font-size: 13px;
	color: #777;
}
