DIV { font-family:Arial }
.redfont { color:red }

}

body, td {
	font-family: sans-serif; 
	font-size: 12px;
	color: #000000;
	
}

.outer {
	text-align: center; /* Used to centre page */
}

.page {
	margin: auto; /* Used to centre page */
	text-align: left; /* Otherwise the center (used to centre page) from .outer inherits */
	width: 900px;
}

.content {
	float: right; /* Used to float the content div to the right so it can come before the nav in the source (search engines) */
	width: 750px;
}

.nav {
	width: 140px;
}

.navbox {
 font-size: 10px;
	border: solid 1px black;
	background-color: #ffffff;
	padding: 10px;
	width: 110px;
	
}