
#IndContainerLeftRight{
	display: table;
	
	/*border: 1px solid #3399ff;*/
	margin-top: 10px;
	width: 100%
}
#IndexAll {
	display: table;
	margin: 0px;
	padding: 5px;
	width: 75%;
	border: 1px solid #c0c0c0;
	float: left;
	background-color: #f7f7f7;
}
#IndexTop {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 25px;
	float: left;

	background-image: url('../images/gfx/indexgifs/hd_tran.png');
	/*background-repeat: no-repeat;*/
	border-bottom: 1px solid #ddd;
}
#IndexMid {
	width: 100%;
	
	/*padding-top: 10px;*/
	float: left;
	
	background-image: url('../images/gfx/indexgifs/hd_ed.png');
	/*background-repeat: no-repeat;*/

	
	/*border-top: 1px solid #c0c0c0;*/
}
#IndColLeft {
	/*background-image: url('../images/gfx/indexgifs/hd_tran.png');*/
	background-color: #f0f0f0;
	margin-left: 10px;
	width: 47%;
	padding: 0px;
	float: left;
}
#IndColRight {
	background-image: url('../images/gfx/indexgifs/hd_tran.png');
	margin-right: 10px;
	width: 47%;
	padding: 0px;
	float: right;
}
#IndexMenu {
	/*position: absolute; top: 70px; left: 250px;*/
	background-image: url('../images/tek/bg_oc.gif');
	background-repeat: repeat-x;
	background-color: #f7f7f7;
	
	padding: 10px;

	width: 130px;
	border-top: 1px solid #c0c0c0;
	/*border-bottom: 1px solid #c0c0c0;*/
	float: right;
	font-family:Arial; font-size: 8px;

}