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


/* You named this layer _bkgnd */
#Layer-1 {
  position: absolute;
  left: +0px;
  top: +0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../design_images/Layer-1.png);
}

/* You named this layer _center */
#Layer-2 {
  position: absolute;
  margin-left: -495px;
  left: 50%;
  top: 0px;
  width: 990px;
  height: 870px;
  z-index: 2;
}

/* You named this layer contact_linkover */
#Layer-3 {
  position: absolute;
  left: 717px;
  top: 155px;
  width: 82px;
  height: 27px;
  z-index: 3;
}

/* You named this layer contact_link */
#Layer-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 82px;
  height: 27px;
  z-index: 4;
}

/* You named this layer links_linkover */
#Layer-5 {
  position: absolute;
  left: 622px;
  top: 155px;
  width: 58px;
  height: 27px;
  z-index: 5;
}

/* You named this layer links_link */
#Layer-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 58px;
  height: 27px;
  z-index: 6;
}

/* You named this layer gallery_linkover */
#Layer-7 {
  position: absolute;
  left: 509px;
  top: 155px;
  width: 75px;
  height: 30px;
  z-index: 7;
}

/* You named this layer gallery_link */
#Layer-8 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 75px;
  height: 30px;
  z-index: 8;
}

/* You named this layer videos_linkover */
#Layer-9 {
  position: absolute;
  left: 400px;
  top: 155px;
  width: 71px;
  height: 27px;
  z-index: 9;
}

/* You named this layer videos_link */
#Layer-10 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 71px;
  height: 27px;
  z-index: 10;
}

/* You named this layer events_linkover */
#Layer-11 {
  position: absolute;
  left: 292px;
  top: 156px;
  width: 70px;
  height: 26px;
  z-index: 11;
}

/* You named this layer events_link */
#Layer-12 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 26px;
  z-index: 12;
}

/* You named this layer home_linkover */
#Layer-13 {
  position: absolute;
  left: 191px;
  top: 155px;
  width: 63px;
  height: 27px;
  z-index: 13;
}

/* You named this layer home_link */
#Layer-14 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 63px;
  height: 27px;
  z-index: 14;
}

/* You named this layer _text */
#Layer-15 {
	position: absolute;
	left: 231px;
	top: 265px;
	width: 527px;
	height: 384px;
	z-index: 15;
	/* Here are some suggestions for this area's text settings */
  text-align: center;
	/* If you don't want scroll bars when your content gets bigger than the space
   * you designed for it, remove the following line.      */
  overflow: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
}


/* Here are some examples of how you might want to change the
 * look and behavior of the links on your page.  Some examples for
 * further customization are included in comments.  */
a:link { color: #F88; }
a:visited { color: #F88; }
a:hover {
  color: #F00;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}
body {
	background-image: url(../design_images/Layer-1.png);
}

