body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

a {
	text-decoration: none;
	color: #476085;
}

a:hover {
	text-decoration: none;
	color: #797979;
}

a img {
  border: none;
}

#Header {
	position:relative;
	width:970px;
	height:234px;
	z-index:1;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#Body-bg {
	position:relative;
	width:970px;
	height:100%;
	z-index:2;
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;
}
#Footer {
	position:relative;
	width:970px;
	height:257px;
	z-index:3;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}
#Footer-text {
	position:absolute;
	width:384px;
	height:41px;
	z-index:1;
	left: 295px;
	top: 210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
#Menu {
	position:absolute;
	width:425px;
	height:42px;
	z-index:1;
	left: 470px;
	top: 86px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	word-spacing: 15px;
	padding: 5px;
}
#Body-content {
	position:relative;
	width:887px;
	height:100%;
	z-index:4;
	left: 38px;
	top: 7px;
}
#Header-location {
	position:absolute;
	width:906px;
	height:19px;
	z-index:2;
	left: 25px;
	top: 182px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
#Contact-table {
	border: 1px dotted #999999;
}
.Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
}
