﻿/* level the playing field! */

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, a, span
{
	margin: 0; 
	padding: 0;
	border: 0;
}

body					{ min-width: 760px; }
div.header				{ height: 7em; }
div.mainmenu			{ height: 1.4em; }
div.wrapper				{ padding-left: 10em; padding-right: 14.5em; }
div.sidemenu			{ position: relative; float: left; width: 10em; right: 10em; margin-left: -100%; }
div.pagespace			{ position: relative; float: left; width: 100%; }
div.rightcol			{ position: relative; float: left; width: 14.5em; margin-right: -14.5em; }
div.pagefooter			{ clear: both; }
/*** IE6 Fix ***/
* html div.sidemenu		{ left: 14.5em; }