﻿/*layout*/

/*layout - main areas (across all pages)*/

div#container {
	position:relative; /* needed for footer positioning*/
	width:820px;
	background:#f0f0f0;
	margin-left:auto; 
	margin-right:auto;
	height:auto ; /* real browsers */

	min-height:100%; /* real browsers */
}

div#topmenu
{	
	padding:1em;
}

div#content
{
	padding:1em 1em 5em; /* bottom padding for footer */

	margin-top:20px;
	margin-bottom:20px;
}

div#footer
{
	position:absolute;
	bottom:0; /* stick to bottom */
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	padding-top:20px; 
	text-align:center;

}

/*layout - specific items*/

#tablemenu
{
	width:450;
	margin-left:auto; 
	margin-right:auto;

}

table.layouttable
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding:0px;
	margin-left:auto; 
	margin-right:auto;
}

div.textdisplayarea
{
	position:relative; 
	width:450px;
	padding:30px;
	margin-left:auto; 
	margin-right:auto;

	border-style:solid;border-width:1px;border-color:#706B64;
}


