/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */
@import "cranbery-colors.css";

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: verdana, "Homerton", sans;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	color: #600;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: verdana, "Homerton", sans;
}
#innerContentColumn h3
{
	color: #900;
}

/*** Masthead ***/
#masthead h1
{
	font-family: verdana, "Homerton", sans;
}

/*** Footer ***/
#innerFooter
{
	font-family: verdana, "Homerton", sans;
}

