/* Floats left nav bar to the left of the inner container acts as outer container. Gets rid of column effects. */


#wideContainer { 
	width:100%; 
	float: right;
	margin-left:-150px; 
	background-color: white;
} 

#navcontainer {
	float:left;
	margin: 0;  
  	padding: 35px 0 0 0;   /*padding: .3em 0 0 1em; */
}



#wideContent { 
	margin-left: 150px;
	margin-right: 20px;
	background-color: white; 
	padding: 1em;
	border-top: 1px solid white; /* to stop collapsing margins in Moz */
	overflow:visible;
  	border-color: #eee; 
  	border-style: dotted;
  	border-width: 0 1px;
} 

