/* implement html4 element standard rules */
@import url(/lib/css/html4.css);
form			{ display: inline }
body			{ margin: 0; padding: 0; min-width: 830px; }

div#container	{ position:relative; margin: 0 auto; width: 825px; top: 0 }

/* header section */
div#header		{ position: relative; height: 403px }
div#logo		{ position: absolute; left: 0; top: 18px }
div#logoprint	{ display: none }
div#langnav		{ display: block; position: absolute; right: 0; top: 8px }
div#topnav		{ position: absolute; height: 25px; right: 0; top: 58px }
div#mainnav		{ position: absolute; height: 25px; right: 0; bottom: 39px }
div#hdimg		{ position: absolute; margin-left: -1px; width: 100%; height: 277px; left: 0; top: 83px; border: 1px solid #fff; }
div#dividerleft	{ position: absolute; left: -3px; top: 362px }
div#dividerright{ position: absolute; left: 823px; top: 362px }

/* content section */

div#left		{ position: absolute; top:403px; width: 166px; left: 0 }
div#leftnav		{ margin-top: 22px }
div#middle		{ position: absolute; width: 425px; left: 187px; top: 403px}
div#right		{ position: absolute; width: 190px; right: 0; top:403px }

/* footer section */
div#footer		{ clear:both; margin-bottom: 1.33em }
div#printfooter { display:none }
