html, body{
	background-image: url(../pic/back.jpg);
	background-repeat: repeat-x;	
	background-color: #E2E2E2;	
	font-family: Helvetica, Arial, sans-serif;		
	font-size:1em;	
	height: 100%;
	padding:0 0 0 0;
   margin:0 0 0 0;
	color: #3F3F3F;
}



#dgt3container
{	
position: relative;
width: 895px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
border: 0px solid White; 
background-image: url(../pic/containerback.gif);
background-repeat: repeat-y;
min-height:1000px;
}
div#dgt3container { 

height:expression(this.scrollHeight > 1000 ? "auto":"1000px"); 
}

#dgt3header
{
margin: 0px;
padding: 0px;
}

#dgt3left
{
float:left;
width:209px;
margin: 0px;
padding: 0px;
}


#dgt3middle
{
float:left;
width:500px;
margin: 0px;
padding: 0px; 
}

#dgt3right
{
float:left;
width:185px;
margin: 0px;
padding: 0px;


}



#dgt3middlecontent {
width:470px;
  margin:10px;
	background-color: #dcdedf;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}