	html {
		OVERFLOW:scroll;
		OVERFLOW-X:hidden
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background: #111111;
		width: 100%;
		height: 1000px;
		
	}
	.top_l
	{
		background: #202737;
		border: 1px solid #784e12;
		color: #878d9b;
		font-size: 12px;
		width: 570px;
		text-align: left;
		font-family: verdana, arial, Helvetica, sans-serif;
	}
	.nav {
		color: #484c7e;
		font-size: 14px;
		text-align: left;
		font-weight:bold;
	}

.nav a:link, .nav a:visited, .nav a:active { 
text-decoration : none;
		font-size: 14px;
color : #874b2b;
} 
.nav a:hover { 
text-decoration : none;
		font-size: 14px;
color : #78768a;
} 

	.table { text-align: center; }

	.top_r
	{
		font-family: verdana, arial, Helvetica, sans-serif;
	}
	#center {
		position: absolute;
		left: 50%;
		top:  280px;
	}

	#slider {
		position: absolute;
		width: 820px;
		height: 500px;
		left: -430px;
		top: -160px;
		overflow: hidden;
		background: #000;
		border: 6px solid #784e12;
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 500px;
		width: 500px;
		background: #000;
		overflow: hidden;
		border-left: #000 solid 1px;
		cursor: default;
	}
	#slider .title   {
		color: #F80;
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 1.5em;
		text-decoration: none;
	}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
		filter: alpha(opacity=40);
		opacity: 0.4;
	}
	#slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		width: 470px;
		left: 10px;
		text-align: right;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}

a { font-family: Arial, sans-serif; color: #6b5b5b; text-decoration: none }
a:active { font-family: Arial, sans-serif; color: #6b5b5b; text-decoration: none }
a:visited { font-family: Arial, sans-serif; color: #6b5b5b; text-decoration: none }
a:hover { font-family: Arial; color: #4b3434; text-decoration: none }
