@charset "utf-8";
/* CSS Document */
body {
	font: Georgia, "Times New Roman", Times, serif;
	background-image: url(../Images/bkazv2.gif);
	background-repeat: repeat-x;
	background-color:#CFC8C0;
	margin:0;
	padding:0;
}
.MainContent #body {
	width: 941px;  /* this will create a container 80% of the browser width */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-color:#000;
	font:Verdana, Geneva, sans-serif;
}
body img {
	border-bottom-style:groove;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	color:#C7220D;
	text-align:center;
	font-size: 36px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:28px;
	margin-left:20px;
	text-align:center;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	margin-left: 80px;
	margin-right:80px;
	text-align:justify;
}
#Location {
	text-align:center;
	font-size: 20px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#53514E;
	border-top-style: groove;
}

