﻿body
	{
	background: white;    
    margin: 0;
    padding: 0 20px;	
	}
	
div#masthead,
div#container,
div#footer
	{
	min-width: 800px;
	max-width: 1200px;
	margin: 0 auto;
	}

div#masthead
	{
	text-align: center;	
	border-bottom: groove 1px #ddd;	
	}

div#container
	{
	padding: 5px 0px 0px 0px;
	position: relative;	
	}	

div#footer
	{
	text-align: center;
	margin: 20px auto 0px auto;
	padding: 5px;
	}
	
/* Styles for within container */
div#left_col
	{
	width: 200px;	
	float: left;		
	overflow: hidden;
	}

div#main_content
	{
	margin-left: 215px;
	padding: 2px 8px 8px 8px;
		
	background: #f0f0ff;
	}
	
div#nonform_content
	{
	/* This is used from within RootNL.master for content outside of the ASP.NET form */
	margin-left: 6px;
	padding: 0;	
	background: #f0f0ff;
	}



