/* CSS Document */

body {
	background-color:#EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	background-image: url(http://www.friends.ca/files/keepitcanadian/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top:0px;
	padding-bottom: 10px;
	margin-top:0px;
	}
a {
	color:#cc0000;
	text-decoration:none;
}
a:hover {
	background-color: #FFFF99;
	color: #333333;
}
h1 {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
h2{
	font-size: 20px;
	font-weight: bold;
	color: #cc0000;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding:0px;
	}

#wrapper{
	background-color:#FFFFFF;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#masthead {}
#navigation {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	text-align: right;
	height: 30px;
	width: 750px;
	padding-right: 10px;
	padding-top:10px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
	background-color: #333333;
}
#content {
	padding: 10px;
	}
#footer {
	width: 760px;
	height:103px;
	background-image: url(http://www.friends.ca/files/keepitcanadian/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-top:15px;
	padding-top:10px;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear:both;
	}
#box {
	background-color: #FFFF99;
	padding: 10px 20px;
	}