body {
	background-color: #399468;
	background: url('pictures/backgnd.png');
	background-position: top center;
	background-repeat:repeat-y;
}


/*
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('pictures/s_bg.gif') no-repeat #D7D7D7;
		font-size: 12px;
		font-family: Arial;
		text-align:center;
		line-height:16px;
	}

.status_body {

	margin:0px; 
	background-color: transparent;
;

}
/*
Table cells (inside tables)
*/
	TD {

		font-size: 12px;


	}
/*
Heading bar
*/
	.heading_bar {
		background: url('pictures/header.png') repeat-y;


	}
/*
Menu bar (section at the top where the navigational links are placed)
*/
	.menu_bar  {
	
		background: #fff  url('pictures/grgrad.gif') repeat-x;
		color: white;
		font-weight: bold;
		text-align: center;
		font-size: 13px;


	}
/*
Links in the menu bar
*/
	A.menu_bar {
		color: white;


	}


A.menu_bar:hover  {
	color: #ffff00;
	
}


/*
Menu bar top (section at the top where the navigational links are placed)
*/
	.menu_bar_top  {
	
		background: #fff  url('pictures/grgradtop.gif') repeat-x;
		color: white;
		font-weight: bold;
		text-align: center;
		font-size: 13px;


	}
/*
Links in the menu bar
*/
	A.menu_bar_top {
		color: white;


	}


A.menu_bar_top:hover  {
	color: #ffff00;
	
}
