.tl{
		float:left;
		width: 25px;
		height: 25px;
		background-color: #8f99a6;
		border-top: 5px solid -moz-bg-inset;
		border-left: 5px solid -moz-bg-inset;
		border-top: 5px solid -webkit-bg-inset;
		border-left: 5px solid -webkit-bg-inset;
		
		-webkit-border-top-left-radius: 10px;
		-moz-border-radius-topleft: 10px;
		
		background: -webkit-gradient(linear, left top, left bottom,color-stop(0.1, #6e798c), color-stop(1.0, #8f99a6));
		background: -moz-linear-gradient(top, #6e798c, #8f99a6); /*black*/
		
	}
	.tr{
		float:left;
		width: 25px;
		height: 25px;
		background-color: #8f99a6;
		margin-right: 5px;
		border-top: 5px solid -moz-bg-inset;
		border-right: 5px solid -moz-bg-inset;
		border-top: 5px solid -webkit-bg-inset;
		border-right: 5px solid -webkit-bg-inset;
		
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topright: 10px;
		
		background: -webkit-gradient(linear, left top, left bottom,color-stop(0.1, #6e798c), color-stop(1.0, #8f99a6));
		background: -moz-linear-gradient(top, #6e798c, #8f99a6); /* black */
	}
	
	.bl{
		float:left;
		width: 25px;
		height: 25px;
		
		border-bottom: 5px solid #8f99a6;
		border-left: 5px solid #8f99a6;
		
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		
	}
	.br{
		float:left;
		width: 25px;
		height: 25px;
		margin-right: 5px;
		border-bottom: 5px solid #8f99a6;
		border-right: 5px solid #8f99a6;

		-webkit-border-bottom-right-radius: 10px;
		-moz-border-radius-bottomright: 10px;
	}
			.boxheader{
		/*margin-right: 5px;*/
		/*border-top: 5px  solid black;*/
		border: 5px solid -moz-bg-inset;
		border: 5px solid -webkit-bg-inset;
			
		background-color: #8f99a6; 
		background: -moz-linear-gradient(top, #6e798c, #8f99a6); /* black */
		background: -webkit-gradient(linear, left top, left bottom,color-stop(0.1, #6e798c), color-stop(1.0, #8f99a6));
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#6e798c',EndColorStr='#8f99a6');
		height: 25px;
		float:left;
		text-shadow: 1px 1px 2px black;
	}
	.boxfooter{
		/*margin-right: 5px;
		border: 5px solid -moz-bg-inset;
		border: 5px solid -webkit-bg-inset;
		background: -moz-linear-gradient(top, black, #8f99a6);
		background: -webkit-gradient(linear, left top, left bottom,color-stop(0.1, black), color-stop(1.0, #8f99a6));
		*/
		border-bottom: 5px solid #8f99a6;
		height: 25px;
		float:left;
		
		margin-bottom: 5px;
	}
	.boxtitle{
		font-family: Verdana, Arial, Helvetica, sans;
		font-size: 9pt;
		font-weight:bold;
		padding-top: 3px;
		padding-left: 5px;
		color: #e9e7e9;
		margin: 0px;
	}
	
	#middle{
        float:left;
    }
    #middle_content{
		width: 800px;
		height: 685px;
}       
#middleheader{
		width: 760px;
}
#middlefooter{
		width: 750px;
}

	#left{
        float:left;
    }
    #left_content{
		width: 150px;
		height: 685px;
}       
#leftheader{
		width: 110px;
}
#leftfooter{
		width: 100px;
}

	#right{
        float:left;
    }
    #right_content{
		width: 170px;
		height: 685px;
}       
#rightheader{
		width: 130px;
}
#rightfooter{
		width: 120px;
}


		#middle_content, #left_content, #right_content{
		background-color: white; /*#e9e7e9*/
		background: -moz-linear-gradient(top, #e9e7e9, white);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #e9e7e9), color-stop(1.0, white));
		filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#e9e7e9',EndColorStr='white');
		margin-right: 5px;
		
		border-left: 5px solid #8f99a6;
		border-right: 5px solid #8f99a6;
		
		clear:both;
	}
	
	#maindirectorybox  {
margin-left:auto;
margin-right:auto;
width:1200px;