html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D0D0CE;
	text-align: center;
}
#tb {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#tb td#title {
	width: 765px;
	height: 180px;
	background-color: #000000;
	text-align: center;
}
#tb td#title h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
#tb td#title h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFB915;
}
#tb td#left {
	width: 194px;
	border-right: 1px solid #F5F5F5;
	vertical-align: top;
	text-align: left;
}
#tb td#left h3 {
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}
#tb td#left p {
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	font-size: 12px;
}
#tb td#left p.photo {
	margin-top: 50px;
	margin-left: 20px;
	margin-bottom: 50px;
	text-align: left;
}
#tb td#right {
	width: 570px;
	vertical-align: top;
}
div#footer {
	width: 760px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	font-size: 11px;
}
div#footer a {
	text-decoration: none;
	color: #000000;
}
div#footer p#usersonline {
	display: none; 
}