﻿body {
	background-image: url('images/back.jpg');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 17px;
}
#menu {
	background-position: center;
	text-align: center;
	width: 790px;
}
#content {
	text-align: center;
	width: 790px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
	width: 790px;
	background-image: url('images/bottomscallop.png');
	background-repeat: no-repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: black;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: black;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c9eff;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c9eff;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3c9eff;
}

