
body {
	background-color: #ffffff;
	background-image : url(bg_gradient.jpg);
	margin: 0px;
	font-size :  14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}

/*
controls the look and feel of the 'pixels-sold/available' box:
*/
.status {	
		width:134px;
		height:43;
		border:0;
		padding: 5 0 0 0;
		/*background: url(s_bg.gif) no-repeat #D7D7D7;*/
		font-size: 12px;
		font-family: Arial;
		text-align:center;
		line-height:16px;
	}

.status_body {

	margin:0px; 
/*	background-color: #D7D7D7;*/

}
/*
Table cells (inside tables)
*/
	TD {

		font-size: 12px;


	}
/*
Heading bar
*/
	.heading_bar {
		background: #ffffff;


	}
/*
Menu bar (section at the top where the navigational links are placed)
*/
	.menu_bar  {
	
		font-size: 16px;
	background: #B6C82F;
	font-weight:bold;
		color: white;
		font-weight: bold;
		text-align: center;
		
		padding:8px;


	}
/*
Links in the menu bar
*/
	A.menu_bar {
		color: white;

	}
