BODY {
	background-color: #797566;
	text-align: center;
}

TABLE.main {
	background-color: #797566;
	width: 900px;
	border-color: #000;
	margin-left: auto;
	margin-right: auto;
}

TABLE.website {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height: 600px;
}

TABLE.header {
	width: 100%;
}

TABLE.footer {
	background-image: url('/images/footer.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 40px;
}

TABLE.footer TD.date {
	color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
}

TABLE.footer TD.left {
	color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
}

TD.navigation {
	font-family: Tahoma;
	font-size: 11px;
	text-align: right;
	vertical-align: bottom;
}

TD.navigation A {
	color: #ffce24;
	text-decoration: none;
}

TD.navigation A:hover {
	text-decoration: underline;
}

TABLE.content {
	width: 100%;
	padding: 0px;
}

TABLE.content TD.foto {
	width: 175px;
	
}

TABLE.content TD.text{
	background-color: #454239;
	vertical-align: top;
}

TD.index_text {
	vertical-align: top;
	color: #fff;
	font-family: Tahoma;
	font-size: 11px;
}

TD.index_text A {
	color: #ffce24;
	font-family: Tahoma;
	font-size: 11px;
}

TD.cell {
	text-align: center;
	width: 250px;
	height: 33%;
	background-color: #38352d;
	color: #d8d8d7;
	font-family: Tahoma;
	font-size: 10px;
}

TD.cell A {
	color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}

IMG {
	border-color: #ffce24;
}