body {
	color: #FFFFFF;
	background-color: #ffffff;
	height: 100%;
	width: 760px;
	font-family: "Comic Sans MS", Verdana, sans-serif;
	font-size: 1em;
	text-align: center;
}
.row {
	display: block;
	margin: 2px;
	padding: 2px;
	width: 760px;
	position: relative;
	clear: both;
	text-align: center;
}
#slidebody {
	display: block;
	position: absolute;
	height: 100%;
	width: 760px;
	left: 2px;
	top: 90px;
}
.cell {
	display: inline;
	width: 200px;
	position: relative;
	float: left;
	text-align: center;
	padding: 4px;
	margin-left: 20px;
	margin-right: 20px;
}
.header {
	font-size: 2em;
	display: block;
	position: absolute;
	height: 60px;
	width: 760px;
	left: 0px;
	top: 0px;
	text-align: center;
}
.smith {
	position: absolute;
	height: 30px;
	width: 760px;
	left: 1px;
	top: 60px;
	text-align: center;
	display: block;
}
#lowerbody {
	position: absolute;
	top: 200px;
}
.leftext {
	font-size: 1em;
	text-align: left;
}

