@charset "utf-8";
/* CSS Document */

body {
	background-image:url('images/bg.jpg');
	background-position: right top;
	background-repeat:no-repeat;
	background-attachment: fixed;
} 

h2 {
	font-variant: small-caps;
	font-size:110%;
	color: #af0707;
}

p {
	color: #3e2304;
}

p.test {
	color: #fff;
}

td {
	color: #3e2304;
}

a:link {
	color: #3e2304;
	}
a:hover {
	color: #3e2304;
	}
	
a:visited {
	color: #3e2304;
	}
	
.sideleft {
	position: fixed;
	top: -2px;
	left:-2px;
	z-index:-1;
}
	
.sideright {
	position: fixed;
	top: -2px;
	right:-2px;
	z-index:-1;
}	


#frontimage {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -258px;
  margin-left: -250px;
}

#header {
	position: fixed;
	top: 0%;
	z-index: -2;
	left: 50%;
	margin-left: -840px;
}

#content {
	position:absolute;
	margin-top: 250px;
	margin-right: 292px;
	margin-left: 292px;
	z-index: -3;
}

#pagetitle {
	position: fixed;
	margin-top: 160px;
	margin-left: -78px;
	left: 50%;
}