	/* ### PANEL DIVISIONS <div> ### */
/* %%% the whole window %%% */
body{
	background-color:#fff;
	padding:0;
	margin:0;
	text-align:center;}
/* %%% the page container %%% */
#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color:#fff;
	text-align:left;}
/* %%% the page %%% */
#main {	
	background-color:#eee;
	width:713px;}
/* %%% the header %%% */
#header {
	position: relative;
	margin-top: 10px;
	margin-bottom:3px;
	margin-left:2px;}
/* %%% the main text window %%% */
#bodytext {
	position: relative;
	margin-left:180px;
	margin-top:20px;
	margin-bottom:20px;
	width: 480px;}
/* %%% the navigation menu %%% */
#nav {
	float:left;
	width:159px;
	margin-left: 1px}
/* %%% the footer %%% */
#footer {
	margin-left:2px;
	clear:both;}

/* %%% spam trap %%% */
#MySpamTrap {display: none;}

	/* ### FONTS ### */
* {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	color:#696969; 
	font-size:x-small; 
	text-decoration:none;}
	
p  {margin-bottom:5px;
	line-height: 1.5em;}
	
table {border-collapse:collapse;}

h1,h2 {font-family:Univers, Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	color:#333333;}
h1 {font-size:large;}
h2 {font-size:medium;}

img {margin-left:5px; margin-right:8px; margin-top:5px; margin-bottom:5px; }

#bluespan {color:#0000FF; font-style:italic;}