﻿body {
	background-image: url('images/back.jpg');
	background-position: center 0px;
	background-color: black;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
	line-height: 17px;
}
#logo {
	background-position: center;
	width: 785px;
	height: 122px;
	position: relative;
	background-image: url('images/logo_banner.jpg');
	background-repeat: no-repeat;
}
#menu {
	background-position: center;
	text-align: center;
	z-index: 10;
	width: 785px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: white;
	width: 785px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: white;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: white;
}
a {
	color: #B08F6A;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #B08F6A;
	font-weight: bold;
}
a:active {
	color: #B08F6A;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #bb2020;
	font-weight: bold;
}


