@charset "utf-8";
/* CSS Document */
/*This CSS file, core.css, controls the wrappers of the VDOE web site pages*/

/* for all browsers that understand min-width */
.width 
	{
		width:100%; 
		min-width:800px;
	}
/* the bodge for IE6 browsers */
* html .minwidth 
	{
		/* border-left:800px solid #000;*/ /*Turned off for Dreamweaver*/
		position:relative; 
		float:left; 
		z-index:1;
	}
* html .container 
	{
	/*margin-left:-800px;*/  /*Turned off for Dreamweaver*/
	position:relative;
	float:left;
	z-index:2;
	background-image: url(/z_testing_area/new_banner/bk2.jpg);
	background-repeat: repeat-x;
	background-position: left 9.692em;
	}
.widthcontent
	{
		padding:0;
	}
.container /*for height only*/
	{
		min-height: 35.0975em;
	}
#maxwidth /*Div style for maximum width*/
	{
		max-width: 500px; /*Ignored by IE 6-*/
		/*width:expression(document.body.clientWidth > 500? "500px": "auto" ); IE 6- only*/
	}
