body{
		position:relative;
		paddign:0px;
		font-size:100%;
	}
	
	
	#sideBar{
		position: absolute;
		width: auto;
		height: auto;
		top: -7px;
		left:-7px;
		background-image:url(background.gif);
		background-position:top left;
		background-repeat:repeat-y;
	}
	
	#sideBarTab{
		float:left;
		height:280px;
		width:28px;
	}
	
	#sideBarTab img{
		border:0px solid #FFFFFF;
	}
	
	#sideBarTab2{
		float:bottom;
		height:137px;
		width:28px;
	}
	
	#sideBarTab2 img{
		border:0px solid #FFFFFF;
	}

	#sideBarContents{
		overflow:hidden !important;
	}
	
	#sideBarContentsInner{
		width:200px;
