/* CSS Rules that Biomath site needs that aren't provided from math or UC */

/*
#toplinks  {
	background-image:url(/bio/includes/images/toplinks.jpg) !important;
}
*/


/* From www.canterbury.ac.nz for polaroid looking pics, look in source for usage.
   Image dimensions must be 125x102, border=0. Can have text below.
*/
p.monospaced {
	font-family: monospace;
}

pre.largertext {
	font-size: 8pt !important;
}

/* From tutorial:  http://www.cs.tut.fi/~jkorpela/www/captions.html */
table.image caption { font-size: 90%;
                font-family: Verdana, Arial, sans-serif;
                text-align: center; }

/* Template backgrounds */

#siteheader {
	background-image: url(/bio/includes/images/banner_2009.jpg);
	}
#title div {
	background-image: url(/bio/includes/images/header_biomath_2009.gif);
}



