body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #444;
	background-color: #ffcc33;
	background-image: url(../images/layout/background.jpg);
	background-repeat: repeat-x;
	text-align: left;
	margin: 0px;
	padding-top: 24px;
}

#wrapper {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 980px;
}

#header {
	background-image: url(../images/layout/header.gif);
	height: 156px;
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 16px;
	background-repeat: no-repeat;
	z-index: 50;
}
#header #keyphoto {
	position: absolute;
	left: 647px;
	top: 37px;
	float: right;
	clear: none;
	z-index: 100;
}
#header h1 {
	position: absolute;
	top: 40px;
	font: 38px "Comic Sans MS";
	color: #da0000;
	left: 114px;
}

#header #links {
	position: absolute;
	top: -10px;
	left: 825px;
	visibility: visible;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: right;
	width: 150px;
	z-index: 10;
}
#header #links a {
	color: #da0000;
	text-decoration: none;
}
#header #links a:hover {
	color: #800000;
	text-decoration: underline;
}

#content {
	background-image: url(../images/layout/content_background.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 980px;
	position: relative;
	left: 0px;
	top: 0px;	
}

#leftnav {
	width: 224px;
	background: url(../images/layout/nav_background.gif) repeat-y;
	text-align: left;
	margin: 0;
	padding: 15px 0 0 15px;
	font-family: "Comic Sans MS";
}

#editable {
	position: relative;
	width: 700px;
	top: 15px;
	left: 15px;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
}
#footer {
	background-image: url(../images/layout/content_background.gif);
	background-repeat: repeat-y;
	position: relative;
	width: 980px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
#footer #logo {
	position: absolute;
	left: 28px;
	top: 0px;
	width: 79px;
}

#footer #ontario {
	position: absolute;
	left: 400px;
	top: 20px;
	width: 142px;
}
#footer #oeyc {
	position: absolute;
	left: 830px;
	top: 0px;
	width: 140px;
}

#copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	position: relative;
	width: 100%;
	top: 10px;
	text-align: center;
}
