/* CSS Document */

A {font-size: 11px; font-family: Tahoma; text-decoration: none; color: white;}
A:link {font-size: 11px;	font-family: Tahoma; text-decoration: none; color: white;}
A:active {font-size: 11px;	font-family: Tahoma; text-decoration: none; color:white;}
A:visited {font-size: 11px;	font-family: Tahoma; text-decoration: none; color:white;}
A:hover {font-size: 11px;	font-family: Tahoma; text-decoration: underline;color: #95a097;}

div {
	margin: 0 0 0 0;
}

#top {
	position: fixed;
	top: 15px;
	left: 600px;
	z-index: 20;
	width: 265px;
}

#bottom {
	position: fixed;
	bottom: 5px;
	left: 600px;
	z-index: 20;
	width: 265px;
}

#nav {
	top: 120px;
	left: 620px;
	width: 225px;
	position: fixed;
	z-index: 25;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 11	px;
	color: White;
}

#gorbi {
	bottom: 25px;
	left: 620px;
	width: 225px;
	position: fixed;
	z-index: 25;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 12px;
	color: White;
}


#text
	{
	position: fixed;
	background-color: #A6A6A6;
	left: 20px;
	top: 0px;
	bottom: 0px;
	width: 860px;
	z-index: 15;
	margin: 10 10 10 10;
	border-left: thin solid Black;
	border-right: thin solid Black;
}
#text_show
	{
	position: relative;
	left: 30px;
	top: 10px;
	width: 540px;
	z-index: 16;
	font-family: "Times New Roman";
	font-size: 16px;
}
	

	

