@charset "utf-8";
/* CSS Document */


body {
	background-image: url(../Images/CanvasBackground.jpg);
	right: 25px;
}
#footer {
	bottom: 0px;
	position: fixed;
	left: auto;
	width: 98%;
	right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	border-top: thin double #999999;
	color: #666666;


}
#footer img {
	right: auto;
	padding: 5px;
	position: relative;
	border: medium groove #F0C;
	margin-right: 50px;
	left: auto;
}
#header {
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #F09;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #F36;
	width: 98%;
	background-color: #FFFF66;
	background-image: url(../Images/Image2.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#header h1 {
	padding-left: 25px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #666666;
}
#container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
