﻿html,body{margin:0;padding:0;height:100%;}
div#container2{text-align:left;width:100%;margin:0 auto;
	position:absolute; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header{background-color:#FFF; position:relative; height:131px; padding:0;margin:0; }
div#header ul {float:left;}

div#wrapper{float:left;width:100%; height:100%;
	}

div#content{float:left; border:solid 1px #005B92; width:600px; margin: 0 254px;  background:#FFF; padding:0px 0px 0px 0px;}
div#content p{line-height:1.4;}

div#navigation{float:left;width:201px;margin-left:-100%;padding-left:22px; padding-top:10px;
 height:470px; }

div#footer 
{
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #005b92;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	left:0;
	margin-bottom:5px;
	background: #FFF;
	z-index:-1;
}
 

div#footer p{margin:0;padding:5px 10px}
div#footer a{display:inline;padding:0}

div#topMenuContainer 
{
	min-width:1000px;
}
