	#sideBar{
		position: absolute;
		width: auto;
		height: auto;
		top: 3px;
		right:-5px;
		background-color: #fff;
		border: dotted 1px black;
		background-position:top left;
		background-repeat:no-repeat;
		z-index:10;
	}

	#sideBarTab{
		float:left; 
		height:1px;
		width:0px;
		
	}

	#sideBarTab img{
		border:1px solid #FFFFFF;
	}
	
	#sideBarContents{
		overflow:hidden !important;
	}
	
	#sideBarContentsInner{

		margin-left: 30px;
	}
	
	.unsused {
	width:850px; 
	
	}
	.copyright {
	font-size: 0.5em;
	padding:0;
	marging:0;
	}

