BODY {
	margin: 0px;
	font-size: 80%;
	background-image:
	url(images/jigbeebg.gif);
	background-repeat: repeat;
}

P {
	line-height: 1.25em;
	white-space: normal;
	padding: 0px;
}

.headerimg {
	margin-bottom: 1.50em;
}

#main {
	width: 750px;
	
}

#footerlinks {
	position: relative;
	font-family: "Courier New", Courier, mono;
	background-color: #d9dc1f;
	width: 560px;
	height: 40px;
	top: 10px;
	left: 186px;
	z-index: 2;
}

a.footerlink:link { color: #000000; text-decoration: underline; }
a.footerlink:visited { color: #000000; text-decoration: underline; }
a.footerlink:active { color: #000000; text-decoration: underline; }
a.footerlink:hover { color: #d9dc1f; background-color: #000000; text-decoration: none; }


#footer {
	position: relative;
	font-family: "Courier New", Courier, mono;
	color: #d9dc1f;
	background-color: #000000;
	width: 185px;
	height: 40px;
	top: -30px;
}

#grid {
	position: absolute;
	left: 235px;
	top: 50px;
	border-bottom: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	background-color: #aaaaaa;
}

#puzzle {
	position: absolute;
	left: 0px;
	top: 0px;
}

#puzzlebg {
	position: absolute;
	left: -5px;
	top: -5px;
}

#honeydipper,#plotcontrols {
	position: absolute;
	left: 0px;
	top: 514px;
}

#ads {
	position: absolute;
	left: 0px;
	top: 0px;
}

#plot {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	background-color: #f9ffca;
}

.cell{
	position: absolute;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	width: 16px;
	height: 16px;
}

.legendcell {
	position: relative;
	width: 16px;
}

.legendbought {
	background-color: #000000;
	color: #000000;
}

.legendpending {
	background-color: #ffffdf;
	color: #ffffdf;
}

.legendfree {
	background-color: #aaaaaa;
	color: #aaaaaa;
}

#plotprice {
	position: absolute;
	text-align: center;
	width: 0px;
	height: 0px;
	z-index: 5;
	border: 1px red solid;
}

.pricetag {
	position: relative;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	background-color: #000099;
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
	visibility: hidden;
}

.formbutton,.formbuttonreverse,#plotnavinstr,#plotbuy,#winners {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #d9dc1f;
	color: #000000;
	border: 1px #000000 solid;
	padding: 2px;
}

.guessform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em; 
	color: #CC3333; 
	width: 90%;
	background-color: #eeeeee;
	border: 1px #000000 dotted;
}

.formbuttonreverse {
	background-color: #000000;
	color: #d9dc1f;
}

#plotbuy {
	position: relative;
	width: 185px;
	height: 506px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 4px;
}

#winners {
	position: relative;
	left: 550px;
	width: 185px;
	top: 75px;
	height: 250px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 4px;
}

#addimensions {
	font-weight: bold;
}

.errormsg {
	font-weight: bold;
	color: #CC3333;
	list-style: square;
	list-style-position:inside;
	margin-left: 0px;
	padding-left: 0px;
	
}

#adcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90%;
	border: 8px #000000 groove;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	visibility: hidden;
	z-index: 10;
}

#faqwin {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	visibility: hidden;
	border: 2px #000000 solid;
	z-index: 10;
}

#alertmsg {
	background-color: #FFFFCC;
	border: 1px #333333 solid;
	padding: 3px;
}