﻿html, body { border: 0; margin: 0; padding: 0;}

/* Jello -- start copying here * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
	padding: 0 350px 0 350px;
	margin: 0;
	text-align: center;
	background: gray;
}
		
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 50%;
	max-width: 290px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: white;
	margin: 0 -350px 0 -350px;
	min-width: 800px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 


/* * --- stop copying, but be sure to grab IE's max-width, just above the body-tag --- * * * * * * * * * * * * * * */
/* begin inner styles from Pie-Calc */
#sidebar {
	width: 20%;
	float: left;
	display: inline;
	text-align: left;
	margin-left: 6%;
	color: #686;
	font-family: arial, sans-serif;
	font-size: .9em;
	padding-top: 1em;
	/* border:solid 1px blue; */
	}

#content {
	width: 62%;
	margin-right: 8%;
	text-align: left;
	display: inline;
	float: right;
	padding-top:1em;
	padding-bottom: 3em;
	/* border:solid 1px red; */
}

#footer { clear: both; padding: 0.5em 0 0.5em 0; margin: 1em 5% 1em 5%; border-top: 3px solid black; }


.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* End of inner styles from Pie-Calc */

/* Rollover menu - http://css.maxdesign.com.au/listamatic/vertical08.htm */
#navcontainer 
{ 
	min-width:20%;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer li
{
	padding-left: 10px;
	background-image: url(img/tinysoldier.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #0096D1;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #1D1A1A;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #D21220;
color: #1D1A1A;
}
/* end of Rollover menu */

/* Begin my styles */
.mttheader
{
	/* border:solid 1px black; */
}
.mapgridcell 
{
	border:solid 1px black;
	padding:5px 5px 5px 5px;
	margin:0px;
	height:75px;
	width:75px;
	text-align:center;
}
.openground 
{
	background-color:Yellow
}