#menu .menuitem {
	background-color:#333; /*pgeo - back off from full on black*/
	/*background-image:url(images/menu/button1a.gif); /*pgeo add gradient */
	/*background-repeat:repeat-x; /*pgeo repeat gradient */
	color:#0f0; /*pgeo*/
	border: solid thin #ccc; /*pgeo*/
	text-align:center;
	padding:3px;
	letter-spacing:1px;
	margin-bottom:5px;
	display:block;
	width:190px;
	text-decoration:none;
	font-size:20px;/*pgeo - chunk up the font a the menu buttons */
}
#menu .menuitem:hover {
	background-color:#CCCCCC; /*pgeo - more attractive font colour */
	/*background-image:url(images/zedhea1.jpg); /*pgeo add gradient */
	/*background-repeat:repeat-x; /*pgeo repeat gradient */
	border: solid thin #333; /*pgeo*/
	color: #6633FF; /*pgeo*/
}
#heading { 
	font-size:28px;
	/*font-weight:bold;*/
	height:25px;
	line-height:25px;
	margin-bottom:10px;
}
#footer { 
	width:910px;
	font-family:verdana;
	text-align:center;
	font-size:12px;
}
#content {
	font-size:13px;
	line-height:18px;
}
.pageimage { 
	margin-left:10px;
}

body { /*pgeo*/
    font-family:"Century Gothic"; /*pgeo - more interesting font*/
}