/* Frame-css  */

#TopLeftFrame {
	position:absolute;
	top: 0px;
	left: 0;
	width:150px;
	height: 80px;
	overflow: hidden;
    	background-image : url('pics/top_left_corner_bg.jpg');
    	background-repeat : no-repeat;
  }

#LeftFrame {
	position:absolute;
	top: 80px;
	bottom: 50px;
	left: 0;
	width:150px;
	height: auto;
	overflow: hidden;
    	background-image : url('pics/left_frame_bg.jpg');
    	background-repeat : repeat-y;
  }

#BottomLeftFrame {
	position:absolute;
	bottom: 0px;
	left: 0;
	width:150px;
	height: 50px;
	overflow: hidden;
    	background-image : url('pics/bottom_left_corner_bg.jpg');
    	background-repeat : no-repeat;
  }

#TopFrame {
   	position:absolute;
	top: 0;
	left: 150px;
	right: 20px; 
	width:auto;
	height: 80px;
	overflow: hidden;
	background-image : url('pics/top_frame_bg.jpg');
    	background-repeat : repeat-x;
  }

#MainFrame {
	position: absolute;
	top: 80px;
	bottom:50px;
	left:150px;
	right:20px;
	overflow: auto;
  }

#BottomFrame {
	position:absolute;
	top: auto;
	left: 150px;
	right: 20px; 
	width:auto;
	height: 50px;
	bottom:0;
	overflow: hidden;
	background-image : url('pics/bottom_frame_bg.jpg');
    	background-repeat : repeat-x;
  }

#TopRightFrame {
	position:absolute;
	top: 0px;
	right: 0;
	width:20px;
	height: 80px;
	overflow: hidden;
    	background-image : url('pics/top_right_corner_bg.jpg');
    	background-repeat : no-repeat;
  }

#RightFrame {
	position:absolute;
	top: 80px;
	bottom: 50px;
	left: auto;
	right:0;
	width:20px;
	height: auto;
	overflow: hidden;
    	background-image : url('pics/right_frame_bg.jpg');
    	background-repeat : repeat-y;
  }

#BottomRightFrame {
	position:absolute;
	bottom: 0px;
	right: 0;
	width:20px;
	height: 50px;
	overflow: hidden;
    	background-image : url('pics/bottom_right_corner_bg.jpg');
    	background-repeat : no-repeat;
  }







