@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bkg.jpg);
	background-color: #666666;
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #76281C;
}
a:link {
	color: #000066;
}
a:visited {
	color: #76281C;
}
.pics {
	color: #76281C;
	border: 2px solid #75291C;
}
.top-bkg {
	background-image: url(images/bkg-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.width {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
