/**
 * (c) Copyright 2008 John Girvin
 * except where indicated otherwise.
 * 
 * Unauthorised duplication, distribution
 * or alteration strictly prohibited.
 *
 */

#layout-nav-top a:hover {
	color: #ffffff;
	background: #ff0000;
}
#layout-nav a:hover {
	color: #ffffff;
	background: #ff0000;
}

#content-head {
	background: #fff8f8;
}
#content-tail {
	background: #fff8f8;
}

.centopt-title a:hover {
  text-decoration: underline;
	color: #880000;
}

