@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #732d17;
	background-image: url(../images/header/brick_bkg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	outline: none;
	margin: 0; /* it's good practice to zero the margin and padding for differing browser defaults */
	padding: 0;
}
a.selected {
	outline: none;
	margin: 0; /* it's good practice to zero the margin and padding to account for differing browser defaults */
	padding: 0;
}
img {
	border:0;
	margin: 0; /* it's good practice to zero the margin and padding to account for differing browser defaults */
	padding: 0;
}
.events #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:910px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

.events #mainwrapper {
	width:960px;
	z-index:2;
	position:relative;
	background-color: #732d17;
	margin: 0; /* it's good practice to zero the margin and padding to account for differing browser defaults */
	padding: 0;
}

.events #maintitle {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 600px;
	display:inline;
	top:275px;
	left:0px;
	position:absolute;
}

.events #maincontent {
	height: 155px;
	width: 600px;
	margin: 0px;
    padding-top: 105px;
    padding-left: 235px;
	display:inline;
	top: 375px;
	left: 0px;
	position: absolute;
	background-image: url(../images/events/events_maincontent.jpg);
}

.events #banquetlink {
	height: 150px;
	width: 450px;
	margin: 0px;
	padding: 0px;
	display:inline;
	top: 0px;
	left: 0px;
    line-height: 20px;
    z-index: 200;
}

#banquetlink a {
	color: #732d17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
    font-weight:bold;
    line-height: 20px;
}

#banquetlink p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #732d17;
    line-height: 20px;
}

.events #mainphoto {
	left: 0px;
	padding: 0px;
	height: 225px;
	width: 600px;
	float: left;
	display:inline;
	top: 530px;
	position:absolute;
}

.events #mainaddress {
	left: 0px;
	height: 155px;
	width: 600px;
	float: left;
	display:inline;
	top: 755px;
	padding: 0px;
	position:absolute;
}
.events #sidecontent {
	top: 275px;
	padding: 0px;
	height: 420px;
	width: 360px;
	position: absolute;
	left: 600px;
	display:inline;
}

.events #sideanchor {
	top: 695px;
	height: 215px;
	width: 360px;
	position: absolute;
	left: 600px;
	padding: 0px;
	display:inline;
}