#bannertop {
	position: absolute;
  background-image: url("../images/shadow.jpg");
  background-position: bottom;
  background-repeat: repeat-x;
	height: 145px;
  margin: 0;
  width: 100%;
}

#curposbar {
	position: absolute;
  margin: 150px 0 0 31em;
	width: 60em;
}

#footerbar {
	clear: both;
}

#navigationtop {
	position: absolute;
	margin: 80px 0 0 31em;
  width: 58em;
}

#sidebar {
	position: absolute;
  background-color: #ffffff;
  background-image: url("../images/sidebar_bg.jpg");
  background-position: top right;
  background-repeat: repeat-y;
	height: 100%;
	margin: 0 0 0 6em;
	width: 22em;
}

#sidebarleft {
	position: absolute;
  background-image: url("../images/sidebar_bg_left.jpg");
  background-position: top;
  background-repeat: no-repeat;
  height: 100%;
	margin: 0 0 0 0em;
	width: 11px;
}

#sidebarright {
	position: absolute;
  background-image: url("../images/sidebar_bg_right.jpg");
  background-position: top right; 
  background-repeat: no-repeat;
	height: 100%;
	margin: 0 0 0 0em;
	width: 22em;
}

#sidebartext {
	position: absolute;
  height: 100%;
	width: 22em;
}

#site {
	position: absolute;
  margin: 200px 0 0 28em;
	width: 63em;
}
