﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
#container {
	width: 646px;
	margin: 0 auto;
	background-image: url("../images/cansaw/subbrgd.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
/* Styles for Navigation */
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer a:hover {
	color: #fff;
	text-decoration: none;
}


