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

#container {
  width: 784px;
  height: 570px;
  left: 50%;
  margin-left: -392px;
  position: absolute;
  border: #cdc7c7 1px solid;
}

#header {
	width: 370px;
	height: 105px;
	margin-left: 17px;
	margin-top: 10px;
	background: url(../elements/header.jpg) no-repeat;
	position: absolute;
	z-index: 1;
}

#navigation {
  width: 223px;
  height: 17px;
  margin-left: 561.0px;
  margin-top: 92.2px;
  position: absolute;
  z-index: 2;
}

#bkgd {
	width: 776px;
	height: 382px;
	margin-left: 4px;
	margin-top: 123px;
	position: absolute;
	z-index: 3;
	background: url(../elements/bkgd.gif) repeat-x;
}

#content {
  width: 575px;
  height: 382px;
  margin-left: 13px;
  margin-top: 123px;
  position: absolute;
  z-index: 4;
  background: url(../elements/content_bkgd.gif) no-repeat;
}

#text_box {
  width: 500px;
  height: auto;
  margin-left: 35px;
  margin-top: 10px;
  position: absolute;
  z-index: 4;
}

#sidebar {
  width: 177px;
  height: 382px;
  margin-left: 595px;
  margin-top: 123px;
  position: absolute;
  z-index: 4;
  background: url(../elements/sidebar_bkgd.gif) no-repeat;
}

#materials {
  width: 177px;
  height: 133px;
}

#footer {
	width: 760px;
	height: 28px;
	margin-left: 12px;
	margin-top: 523px;
	padding-top: 10px;
	border-top: 1px #c6d4df solid;
	position: absolute;
	z-index: 4;
}
