@charset "utf-8";
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 of the body element to account for differing browser defaults */
	padding: 0;
}
a.selected {
	outline: none;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
img {
	border:0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
.index #container {
	width: 960px;
	height: 910px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
#logo {
	top:66px;
	width:319px;
	height:270px;
	z-index:9999;
	position: absolute;
	margin-left: 606px;
	border: 0;
}

.header #banner {
	width:960px;
	height:228px;
	z-index:2;
	margin: 0;
	padding: 0;
	position: absolute;
	background-image: url(../images/header/banner/banner_barfull.jpg);
}

.header #navwrapper {
	position:absolute;
	top:228px;
	border: 0;
	width:960px;
	height:47px;
	z-index:4;
	padding:0px;
	margin: 0px;
}

.index #wrapper {
	width:960px;
	height: 910px;
	z-index:2;
	position:relative;
	background-color: #732d17;
	margin:0px;
}
.index #maintitle {
	padding: 0px;
	margin:0px;
	position: absolute;
	height: 110px;
	width: 600px;
	left: 0px;
	display:inline;
	top: 275px;
}

.index #maincontent {
	padding: 0px;
	margin:0px;
	position: absolute;
	height: 365px;
	width: 600px;
	display:inline;
	left: 0px;
	top: 385px;
}

.index #mainaddress {
	position: absolute;
	height: 160px;
	width: 600px;
	display:inline;
	top: 750px;
	left: 0px;
	padding: 0px;
	margin:0px;
}

.index #sidecontent {
	padding: 0px;
	margin:0px;
	height: 420px;
	width: 360px;
	position: absolute;
	z-index: 40;
	left:600px;
	top:275px;
}

.index #sideanchor {
	height: 215px;
	width: 360px;
	position: absolute;
	z-index: 45;
	padding: 0px;
	margin:0px;
	left:600px;
	top:695px;
}
