@charset "utf-8";
/* CSS Document */

body {
	background-color: #333;
}
#bkg{
	background-image: url(Images/BannerBKG.gif);
	width: 800px;
	height: 600px;
	margin: auto;
	background-color: #9E0B0F;
	background-position: top;
	background-repeat: no-repeat;
}
#bkgevents {
	background-image: url(Images/BannerBKG.gif);
	width: 800px;
	margin: auto;
	background-color: #9E0B0F;
	background-position: top;
	background-repeat: no-repeat;
}
#links {
	margin-left: 100px;
	margin-top: 150px;
	width: 600px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
a:link {
	color: #000000; text-decoration: none; 
}
a:active {
	color: #41383C; text-decoration: blink; 
}
a:visited {
	color: #254117; text-decoration: line-through; 
}
a:hover {
	color: #880517; text-decoration: none; 
}
#help {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #F90;
	width: 600px;
	margin-left: 100px;
	margin-top: 25px;
	font-weight: bold;
	font-style: normal;
	border: 10;
	border-bottom-style: dotted;
	border-color: #000;
	border-left-style: dotted;
	border-right-style: dotted;
	border-top-style: dotted;
	padding-left: 30px;
	height: 315px;
	font-variant: normal;
	padding-right: 30px;
	background-color: #9E0B0F;
}
#events {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 1px;
	border-color: #000;
	border-left-color: #000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #FC3;
}

#calander1 {
	margin-left: 115px;
}
#calander2 {
	margin-left: 115px;
}

