﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #764;
	background-image: url("images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	margin: 0;
	padding: 0;
	border: 0;
	width: 700px;
	margin: 10px auto;
}
#footer {
	margin:  0 0 50px 0;
	padding: 0;
	border: 0;
	color: #808080;
	text-align: center;
	clear: both;
	background-color: #fff;
}

h1,h2,h3,h4,h5,h6 {
	color: #c82;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
#footer a {
	color: #a60;
	text-decoration: none;
}
#footer a:hover {
	color: #853;
	text-decoration: underline;
}
