#header {
	background-color: #b0c4de;
	/*
	Height:
		- Firefox: From the top of the browser window (so some obscured by navigation bar).
		- MSIE: 200 pixels starts after the navigation bar.
	See comment below first "nav" section where this is fixed.
	*/
	height:200px;
	width:100%;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid black;
	overflow: hidden;
	}

#header h1 a {
	position: absolute;
	top: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 27pt;
	font-family: Verdana, Arial, Helvetica, serif;
	color: #c70000;
	background-image: url(../media/white_shadow_bg.gif);
	text-decoration: none;
	margin: 0px 0px 0px 20px;
	z-index: 98;
	}

#nav {
	position: fixed;
	top: 0px;
	margin: 0px;
	width: 100%;
	padding: 0px;
	background-color: #f5c00c;
	height: 20px;
	border-bottom: 1px solid #333333;
	z-index:99;
	font-size: 100%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/*
For some reason this makes things in MSIE look the same as they do in Firefox.
See comment in "header" section that refers to this fix.
*/
* html #nav {
	position: absolute;
	}

#nav a {
	color: #333333;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 1em;
	}

#nav a:hover {
	background-color: #ffffff;
	color: #000080;
	}

#quote {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	color: #333333;
	background-color: #dddddd;
	text-align: center;
	margin: 0px 235px 0px 20px;
	}

#sidebar {
	position: absolute;
	top: 175px;
	right: 20px;
	border:1px dashed #999999;
	background-color:#dddddd;
	padding: 10px 9px 10px 10px;
	text-align: center;
	}

#content {
	position: relative;
	z-index: 90;
	background-color: #b0c4de;
	margin: 20px 235px 20px 20px;
	}

body {
	background-color: #b0c4de;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 90%;
	color: #333333;
	font-family: Georgia, Garamond, Arial, Helvetica, sans-serif;
	}

a:link {
	color: #336633;
	}

a:visited {
	color: #333333;
	}

a:hover {
	color: #c70000;
	text-decoration: none;
	}

a:active {
	background: #f5c00c;
	color: #000080;
	}

h2 {
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}

h3 {
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 100%;
	color: #333333;
	font-family: Georgia, Garamond, Arial, Helvetica, sans-serif;
	}

#footer {
	margin: 0px 235px 10px 10px;
	border-style: solid;
	border-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 4px;
	border-left-width: 1px;
	background-color: #ffffff;
	padding:2px;
	font-size: 70%;
	font-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	}

#footer_button {
	float: left;
	}

#factscanada_webfeed {
	margin: 0px 235px 10px 10px;
	}

