body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:green;
	text-align:center;
	margin:0 auto;
}

#container {
	position:relative;
	margin:auto;
	width:1024px;
	text-align: center;
}
#mainContent {
	position: absolute;
	top:91px;
	left:0px;
	margin: 0;
	width:864px;
}
h1 { 
margin-top:0px;
margin-bottom:6px;
}
h2 {
margin-top:0px;
margin-bottom:0px;
text-align: left;
}
p {
font-size:1em;
margin-left:10px;
margin-right:10px;
text-align: left;
}
table {
margin:0 auto;
}
#msgBox {
	font-weight: bold;
}

#puzzle {
	width:624px;
	background-color:lime;
	background-image: url("lepStill.jpg");
	vertical-align:top;
	text-align:center;
	margin:0 auto;
}

#puzzle td{
height:2.4em;
width:3em;
vertical-align: bottom;
}
input {
	width:1.2em;
	height:2em;
	font-size:1.1em;
	border: none;
	margin:0;
}

.filledCell {
border:1px solid black;
background-color:#FFFFFF;
}

#across, #down {
width:120px;
height: 700px;
}
button {
margin:5px;
border:thick outset green;
background-color:green;
font-weight: bold;
color: white;
font-size: .9em;
}
#rightBox, #leftBox, #topMiddleAd, #bottomAd , button, #msgBox {
	display: none;
}
#rightBox, #leftBox, #topMiddleAd {
position:absolute;
top:0px;
font-size:.85em;
}
#leftBox {
	left:0;
	width:136px;
}
#topMiddleAd {
	left:137px;
	width:728px;
	height:90px;
}
#rightBox {
left:870px;
width:160px;
}
#rightBox p, #leftBox p{
margin-top:10px;
margin-bottom:0px;
}