/*
----------------------------------------------------------------------------- 
ESSENTIAL
-----------------------------------------------------------------------------*/
html { height: 100%; margin-bottom: 1px; }
body {
	margin: 0 auto;
	padding: 0;
	font: 62.5%/1.6em "Trebuchent MS", Arial, Verdana, sans-serif;
	color: #666666;
	background: #eef0de url(../graphics/gif/mainbackground.gif) top repeat-y;
	text-align:center;
	}

/* HIDE FOR NOW -----
a { 
	color: #AB6666;
	text-decoration: none;
	}
a:visited {
	color: #fff;
	}
a:hover {
	color: #710101;
	}
*/
