.border1 {
	background-image: url(../images/border.jpg);
	background-repeat: repeat-y;
}
.sidebar {
	background-image: url(../images/rust.jpg);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	text-transform: uppercase;
	color: #d58a1a;
}
.stripe {
	background-image: url(../images/stripe.jpg);
	background-repeat: repeat-y;
}
body {
	background-color: #d58a1a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #663300;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
}
.map {
	background-image: url(../images/map.jpg);
	background-repeat: no-repeat;
}
