ul {
	list-style-type: square;
}

body {
	text-align: center;
	background-color:#F0F0F0;
	margin-top: 50px;
}

.main {
	text-align: left;
	width: 700px;
	background: white;
	padding: 15px;
	margin: 0 auto;
	border: 3px solid #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

.bottom {
	text-align: left;
	width: 700px;
	background: white;
	padding: 15px;
	margin: 0 auto;
	border: 3px solid #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

.bottomnav {
	text-align: left;
	width: 700px;
	background: white;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

.prevnav {
	text-align: left;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	text-align: left;
	border: 1px solid #cccccc;
	width:350px;
} 

.nextnav {
	text-align: right;
	padding: 5px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	text-align: right;
	border: 1px solid #cccccc;
	width:350px;
} 

.navarrow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bolder;
}

