#header {
	position:absolute;
	width:800px;
	height:210px;
	left: 0px;
	top: 0px;
}
#header_left {
	position:absolute;
	width:500px;
	height:210px;
	left: 0px;
	top: 0px;
	background-image: url(../images/header-logo.jpg);
}
#header_right {
	position:absolute;
	width:280px;
	height:210px;
	right: 0px;
	top: 0px;
	vertical-align:middle;
	background-image: url(../images/header.jpg);
}
#top_bar {
	position:absolute;
	width:800px;
	height:10px;
	left: 0px;
	top: 220px;
	background-image: url(../images/background1.jpg);
}
#left_side {
	position:absolute;
	width:10px;
	height:360px;
	top: 230px;
	left: 0px;
	background-image: url(../images/background-side1.jpg);
}
#navigation {
	position:absolute;
	width:144px;
	height:360px;
	left: 10px;
	top: 230px;
	background-image: url(../images/navigation.jpg);
}
#body_bg {
	position:absolute;
	width:636px;
	height:360px;
	top:230px;
	left:154px;
	background-image:url(../images/body.jpg);
	background-repeat:none;
	overflow:auto;
	z-index:100;
}
#body_content {
	position:absolute;
	width:636px;
	height:360px;
	top:0px;
	left:0px;
	overflow:auto;
	z-index:200;
}

#side_right {
	position:absolute;
	width:10px;
	height:360px;
	left: 790px;
	top: 230px;
	background-image:url(../images/background-side2.jpg);
}
#bottom_bar {
	position:absolute;
	width:800px;
	height:10px;
	left:0px;
	top:590px;
	background-image:url(../images/background2.jpg);
}
#container 
{
	  position:absolute;
      left:50%;
      top:50%;
      width:800px;
	  height:600px;
      margin-left:-400px;  /* half of width */
      margin-top:-300px;   /* half of height */
  	  /*z-index:2;*/
}
#menu {
	position:absolute;
	width:144px;
	height: 200px;
	left: 0px;
	top: 0px;
}
#menuItem {
	position:relative;
	width:144px;
	left: 0px;
	top: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	
}

#top_left {
	position:absolute;
	width:683px;
	height:600px;
	/*z-index:1;*/
	left: 0px;
	top: 0px;
	background-image: url(../images/silky_bg.jpg);
}