/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 background-color:Gray;
 } 
 
#pagewidth{ 
 width:925px;  
 background-color:Silver;
 text-align:center;
} 
 
#header{
 position:relative; 
 height:102px; 
  background-color:Silver; 
  background-image: url('images/dpdbanner.jpg');
  background-position:left;
  background-repeat:no-repeat;
 width:100%;
 text-align:left;
} 
 
#leftcol{
 width:160px; 
 float:left; 
 position:relative; 
 background-color:Silver; 
 text-align:center;
 xborder: solid 1px yellow;
 }
 
#twocols{
 width:760px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:150px; 
 float:right; 
 position:relative; 
 background-color:Silver;
 xborder: solid 1px green;
 text-align:left;
 }
 
#maincol{background-color: Silver;  
 float: left; 
 display:inline; 
 position: relative; 
 width: 600px; 
 xheight: 1%;
 height: 650px;
 border: solid 0px black;
 }

#maincol div {background-color: Silver;  
 float: left; 
 display:inline; 
 overflow: auto;
 position: relative; 
 width: 595px; 
 xheight: 1%;
 height: 590px;
 border: solid 0px black;
 }
 
#footer{
 height:50px; 
  background-color:Silver; 
 clear:both;
 text-align:center;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
