body {
	margin:0; /* Fill screen */
	padding:0;
	font-family: Arial, Helvetica, sans-serif; /* Font display considerations */ 
}
h1 {font-size:1.8em;}
h2 {font-size:1.3em;}
h3 {font-size:1.1em;}
.smaller {font-size:smaller;}
.raise {vertical-align:super; font-size:x-small;}

a {text-decoration:none; font-weight:bold; color:#4d6787;} /* Basic site link behaviour */
a:hover {text-decoration:underline; color:#6fd1e3}

#sitemast {background:#a7c2da; height: 128px; width: 100%;}
#sitemast #bikes {position:absolute; right:0; top:0; z-index:2;}
#sitemast #logo {position:absolute; left:10px; top:5px; z-index:5;}

#headbar { /* Head nav considerations: full width, background left, formatted link text right */
	font-size:0.85em;
	word-spacing:0.5em;
	width:100%; 
	text-align:right;
	background-color:#ffffff;
	height:17px;
	border-bottom:2px;
	border-bottom-style:solid;
	border-top:1px;
	border-top-style:solid;
}

#headbar a {color:#000000;	} /* Link exception: no colour for headbar nav */
#headbar #toptext {
float:left; 
padding-left:5px;
word-spacing:0;
font-size:smaller;
}

#navi {position:absolute; left:0; top:148px; border:0; width:180px; height:243px;}
#navi img {border:0;}

#content {
	margin-top: 22px;
	margin-right: 15em;
	margin-bottom: 0;
	margin-left: 13em;
}

