BODY {
	background-color: #336666;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

 div.status {
	position:absolute;
	z-index: 1;
	left: 292px;
	top: 10px;
	width: 344px;
	height: 20px;
	background-image: url(status_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	display: block;
	text-align: right;
}

div.status div {
	font-size: 14px;
	font-weight: bold;
	color: #7D8476;
	text-decoration: none;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 19px;
	background-image: url(statustext_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	float: right;
	border: solid 0px red;
	white-space: nowrap;
}
