@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-color: #a7a78d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	background-image: url(../images/background.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}

.canvas {
	width: 804px;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	height: 100%;
	background-image:url(../images/canvas_base.png);
	background-repeat:repeat;
}

.canvasInside {
	padding: 15px;
	width: 587px;
  background: url('../images/gorge.jpg') no-repeat 4px 118px;
}

.rightEdge {
	position: absolute;
	width: 187px;
	background-color: #d7d4ce;
	height: 100%;
	right: 0px;
	top: 0px;
}

.topEdge {
	position: relative;
	background-image: url(../images/header_logo.jpg);
	width: 613px;
	height: 122px;
	left: -11px;
	top: -15px;
}

.footer {
	position: relative;
	background-image: url(../images/footer.jpg);
	width: 800px;
	height: 130px;
	bottom: 0px;
	left: 4px;
}

h1 {
  color: #57277e;
  font-size: 17pt;
  line-height: 24pt;
  background: url('../images/white_title.png') repeat left top;
  margin: 0;
  margin-left: -11px;
  margin-right: -15px;
  padding: 10px;
  margin-top: -15px;
  margin-bottom: 208px;
}

h4 {
  padding-top: 0;
  margin-top: 0;
  text-decoration: underline;
}

a:link, a:active, a:visited {
	color:#7d50a1;
	text-decoration: underline;
}

a:hover {
	color: #7d50a1;
	text-decoration: none;
}

