body  {
 	background-color: #0f0f0f;
 	background-image: url(images/bg_main.jpg);
 	background-repeat: repeat-x;
 }
body, td {
	font-family: verdana;
	font-size: 11px;
	color: #817d7a;
}
input, select {
	font-family: verdana;
	font-size: 10px;
	color: #948a80;
}
#content {
  width:790px;
  max-width:790px;
  height:190px;
  overflow:auto;
  color: #e4dad0;
  margin-top: 7px;
  text-align: justify;
  scrollbar-face-color:#666666;
	scrollbar-highlight-color:#5b5653;
	scrollbar-3dlight-color:#5b5653;
	scrollbar-darkshadow-color:#5b5653;
	scrollbar-shadow-color:#5b5653;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#5b5653;
}
#contentl {
 width:280px;
  max-width:280px;
  height:290px;
  overflow:auto;
  text-align: justify;
  scrollbar-face-color:#e4dad0;
	scrollbar-highlight-color:#F8F4F1;
	scrollbar-3dlight-color:#F8F4F1;
	scrollbar-darkshadow-color:#F8F4F1;
	scrollbar-shadow-color:#F8F4F1;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#F8F4F1;
	padding-right: 3px;
}


td.content {
	font-size: 11px;
	text-align: justify;
	color: #e4dad0;
}
.descr {
	font-size: 10px;
}
a:link, a:visited, a:active {
	color: #A49A90;
	text-decoration: none;
}
a:hover {
	color: #544A40;
	text-decoration: underline;
}
a:link.submen, a:visited.submen, a:active.submen {
	color: #A49A90;
	text-decoration: none;
}
a:hover.submen, a:link.activesubmen, a:visited.activesubmen, a:active.activesubmen {
	color: #e5dbd1;
	text-decoration: none;
}
.activeb {
	color: #544A40;
}
.error {
	color: red;
}
.options {
	position: absolute;
	top: 135px;
	left: 50%;
	margin-left: 150px;
}
.offline {
	text-decoration: line-through;
}
.img {
	border: 1px #E5DBD1 solid;
}
