
body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:#ffffe0;
	background-image: url("http://www.utsc.utoronto.ca/~lowman/paper.gif");
	background-attachment: fixed;
	}

h1 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family: arial, helvetica, sans-serif;
	font-size:32px;
	line-height:36px;
	font-weight:900;
	color:#000000;
	}

h2 {
	margin:0px 20px 0px 0px;
	padding:0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	color:#000000;
	}

p {
	font:14px/24px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	}


/* use this class for the links in the menu, as they'll look wierd if they're justified */
p.leftmenu {
	text-align: left;
	}

#Content>p {margin:0px;}


a {
	color:#09c;
	font-size:14px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}

a:link {color:#0000ee;}
a:visited {color:#551a8b;}
a:hover {color:#551a8b;}

img {
  /*border:1px solid #2B8400;
  margin: 3px;*/
  width: 24%    !important;
  height: auto   !important;
}

video {
  /* override other styles to make responsive */
  width: 24%    !important;
  height: auto   !important;
}

/*Use the following two styles for images. */
/*use <div class="leftimage"> to left align the image or in a box (see below)*/
div.leftimage {float: left;}
/*use <div class="rightimage"> to right align the image*/
div.rightimage{float: right;}

/*Use <div class="spacer"> </div> before and after a group of images
to line them up at the top and at the bottom. I think there needs to be the space
in between those div tags...*/
div.spacer {
  clear: both;
  }



#Header {
  font:11px verdana, arial, helvetica, sans-serif;
	text-align: right;
	margin:10px 0px 10px 0px;
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:#2B8400;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#E7FFDB;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Content {
	margin:0px 50px 50px 200px;
	padding:10px;
	}

#Menu {
	position:absolute;
	top:100px;
	left:20px;
	width:172px;
	padding:10px;
	background-color:#E7FFDB;
	border:1px solid #2B8400;
	line-height:17px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}



