
/* This sets the overall frame for the site */
body {
	margin:0px; padding:0px;
	font-family:'Trebuchet MS';
	text-align:center;
	background-color:#333;
}

.clear {
	clear:both; font-size:1px; height:1px;
}

#container {
	text-align:left; width:750px; background-color:#fff; margin-left:auto; margin-right:auto;
}

#container2 { 
	padding:10px;
}

h1	{margin:0px; padding:0px; font-size:48px;}

/* These affect the main content area. */
#wikibody { 
	padding-left:10px;
  
}

#leftnav {
	background-color:#528252; padding:10px;
}

#leftnav a:link { color:#fff;}
#leftnav a:hover {color:#ddd;}
#leftnav a:visited {color:#fff;}

.menuitem {
	font-size:20px; font-weight:bold;
}

/* These affect the lines at the very bottom. */
#wikifoot { 
	margin-top:40px;
	background-color:#eee;
	font-size:12px;	text-align:center;
}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}
