﻿body {
	background-image: url('images/back.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#banner {
	background-image: url('images/banner.gif');
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	width: 785px;
	height: 160px;
}
#mid {
	background-position: center center;
	position: relative;
	width: 785px;
}
#footer {
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	width: 785px;
	height: 65px;
	line-height: 17px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #839ec8;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #839ec8;
}
a:visited {
	color: #839ec8;
}
a:active {
	color: #839ec8;
}
a:hover {
	text-decoration: none;
	color: #839ec8;
}



