body {
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	background-color: #52525C;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size: 12px;
	margin-left: 10px;
	margin-top: 5px;
}
#footer {
	text-align: center;
	font-size: 10px;
	color: #E7DFDE;
}
#content {
	padding-left: 40px;
	width: 680px;
}

a {
	text-decoration: none;
	color: #E7DFDE;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 780px;
	text-align: left;
	padding: 10px;
	color: #E1DDD7;
}
#heading {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #38373D;
}

#container #logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 300px;
	text-indent: -1000px;
	height: 100px;
	float: left;
}#status {
	float: right;
	width: 400px;
	height: 70px;
	padding-top: 30px;
	font-size: 10px;
	color: #E1DEDE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.online {
	background-image: url(images/up.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 65px;
	padding-top: 40px;
	background-position: center top;
	text-align: center;
	float: left;
}
.offline {
	background-image: url(images/down.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 65px;
	padding-top: 40px;
	background-position: center top;
	text-align: center;
	float: left;
}

.wide {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}
img {
	border: 0px;
}
.bluebar {
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
}
