html, body{
	background-color: #4068AA;	
	font-family: Helvetica, Arial, sans-serif;		
	font-size:1em;	
	height: 100%;
	padding:0 0 0 0;
   margin:0 0 0 0;
	color: #4068AA;
}

#dgt3container
{	
position: relative;
width: 990px;
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-image: url(../pic/back.jpg);
background-repeat: repeat-y;
border: 0px solid White; 
}

#dgt3left
{
float: left;
width: 190px;
height: 100%;
margin: 0px;
padding: 0px;
background-color: transparent;
background-repeat: no-repeat;
background-image: url(../pic/back_left.jpg);
}

div#dgt3left { 
min-height:700px;
height:expression(this.scrollHeight > 700 ? "auto":"700px"); 
}

#dgt3right
{
padding: 0px;
margin-left: 190px;
margin-right: 0px;
background-color: White;
}

#dgt3banner
{
float:left;
width: 800px;
height: 221px;
background-color: White;
background-image: url(../pic/bannerro.jpg);
background-repeat: no-repeat;
}

#dgt3mainleft
{
float:left;
width: 780px;
min-height: 480px;
margin: 0;
padding-left: 20px;
font-stretch: condensed;
background-repeat: no-repeat;
}


#dgt3footer
{
clear:both;
position:relative;
background-image: url(../pic/backfooter.gif);
width: 990px;
height: 30px;
background-repeat: repeat-y;
}


#dgt3footermenu
{
position: relative;
top: 10px;
left: 700px;
width: 250px;
}

#dgt3bannermenu
{
position: relative;
top: 202px;
left: 465px;
width: 250px;
}

#dgt3leftmenu
{
position: relative;
top: 175px;
left: 10px;
}

#dgt3contentnormal
{
 margin-right: 20px;
 visibility: visible;
}

