body {
	/*background:#EFEFEF;
	background: repeat-y scroll center top;*/
	/*color:#666666;*/
	color: rgb(128,128,128);
	font-family:Tahoma;
	font-size:small;        
	margin:0 auto;
	padding:0;
        width:1012px;
}

#topsection{
/*background: #EAEAEA;*/
/*height: 90px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
display:inline;
}

#contentcolumn{
margin: 0 155px 0 243px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background:#FFFFFF url(images/bg/bg-04.gif) repeat-y scroll right top;
}

#leftcolumn{
float: left;
width: 243px; /*Width of left column*/
margin-left: -100%;
/*background: #C8FC98;*/
display:inline;
}

#rightcolumn{
float: left;
width: 155px; /*Width of right column*/
margin-left: -155px; /*Set left marginto -(RightColumnWidth)*/
/*background: #FDE95E; */
display:inline;
}

#footer{
background:#FFFFFF url(images/bg/bg-03.gif) repeat-x scroll left top;
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
 
#block1 {
  float:left;
}

#block2 {
  float:left;
  /*z-index:-500;*/
}

#blankblock {
  height: 47px;
  background: #FFFFFF url(images/bg/bg-03.gif) repeat-x scroll left bottom;
}

#wrapper {
	width: 50%;
	min-width: 1012px;
	display:table-cell;
} 



table{
  border: 1px; /* border="0" */
  border-collapse:collapse; /* cellspacing="0" */
  font-family: Tahoma;
}

table td{
padding:0px; /* cellpadding="0" */
}

.data-table {
  font-size: small;
}

