body {
	background-color: #1884B5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	background-color: #1884B5;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#topstrip {
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	display: block;
}
#titlestrip {
	background-color: #E4DE94;
	background-image: url(wb_logo_color_600.jpg);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 60px;
}
#mainstrip {
	text-align: center;
	margin-top: 20px;
}
#infostrip {
	font-size: x-small;
	height: 25px;
	background-color: #EF4129;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 3px;
	margin-top: 5px;
	
}
#next {
	float: right;
	font-size: small;
	margin-right: 30px;
	margin-top: 10px;
}
#prev {
	float: left;
	font-size: small;
	margin-top: 10px;
	margin-left: 30px;
}

