body {
	font: 9pt trebuchet ms, helvetica, verdana;;
	background-image:url(backg.gif);
	margin: 0;
	padding: 0;
	text-align: center;
}
/*
controls the look and feel of the 'pixels-sold/available' box:
*/
.status {	
		width:134px;
		height:43px;
		border:0;
		padding: 5px 0 0 0;
		background: url(s_bg1.png) no-repeat #646464;
		font-size: 12px;
		color:#FFF;
		font-family: trebuchet ms, helvetica, verdana;
		font-weight:bold;
		text-align:center;
		line-height:16px;
	}
	
.green {
	color:#0F0;
}

.status_body {

	margin:0px; 
	background-color: #646464;

}
/*
Table cells (inside tables)
*/
	td {
	padding:0;
	text-align: center;


	}
table {
	border-collapse:collapse;
}

/*
Heading bar
*/
	.heading_bar {
		margin:auto;
		background: #646464;
		width: 1001px;
		border-left: 1px solid #646464;
		border-right: 1px solid #646464;
	}
.heading_bar img {
	margin-top: 10px;
	margin-left: -12px;
}
/*
Menu bar (section at the top where the navigational links are placed)
*/
	.menu_bar  {
	background: #646464  url(grgrad.png) repeat-x;
	text-align: center;
	height:20px;
	color: #000;

	}
.menu_bar a {
	font-weight: bold;
	color: #000;
	text-decoration:none;
}
.menu_bar a:hover {
	text-decoration:underline;
}
.text {
	color:#FFF;
	font-size: 120%;
}
.text h1 {
	font-size: 100%;
	margin-bottom: -3px;
	margin-top: -6px;
}
.text img {
	margin-left:6px;
	margin-right: 2px;
}

/*
Links in the menu bar
*/
	a.menu_bar {
	color: #000;
	text-decoration:none;
	font-size: 9 pt;
	}
.stats {
	background-color: #646464;
	text-align:right;
}
.stats iframe {
	margin-bottom: 2px;
	margin-right: 2px;
	width: 134px;
	height: 43px;
}
iframe {
	overflow:hidden;
}
#map {
	width: 1000px;
	height: 1000px;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
}
#footer {
	width:1000px;
	margin:auto;
	text-align:center;
	background-color: #646464;
	color: #999999;
	font-family: trebuchet ms, arial, helvetica;
	font-size: 8pt;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
}
#mid {
	width: 1001px;
	margin:auto;
	border-left: 1px solid #646464;
	border-right: 1px solid #646464;
	min-height: 1000px;
}
#midmid {
	width: 630px;
	background-color: #e1e1e1;
	min-height: 1000px;
	text-align:left;
	padding: 0px 10px 10px 10px;
}
.mids {
	width: 185px;
	background-image: url(tablebg.gif);
	min-height: 1000px;
}
hr.c {	
	border: none 0; 
	border-top: 1px dashed #bbbbbb;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	height: 1px;
}
