body {
	background-color		: #999999;
	text-align				: center;
}
img {
	border					: 0px;
}
div#page {
	width					: 1000px;
	position				: relative;
	margin-top				: 0px;
	margin-left				: auto;
	margin-right			: auto;
	border					: 1px solid #000000;
	background-image		: url("images/bg.gif");
	text-align				: left;
}
div#header {
	position				: relative;
	background-image		: url("images/header.jpg");
	width					: 1000px;
	height					: 150px;
}
div#footer {
	position				: relative;
	background-image		: url("images/footer.jpg");
	width					: 1000px;
	height					: 35px;
	font					: 15px arial;
	text-align				: right;
	color					: #FFFFCC;
}
div#navBar {
	position				: relative;
	width					: 200px;
	height					: 300px;
	float					: left;
	padding					: 10px 10px 10px 10px;
}
table#content {
	position				: relative;
	width					: 780px;
	padding					: 10px 10px 10px 10px;
	text-align				: justify;
}
select#language {
	position				: absolute;
	top						: 115px;
	right					: 0px;
}
td.title {
	font					: 24px arial;
	color					: #666666;
}
td.block {
	background-color		: #FF9900;
}
td.text {
	vertical-align			: top;
	border					: 1px solid #FF9900;
	background-color		: #FFFFCC;
	font					: 15px arial;
}