body {
	background: #fff url(topr.png) repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #059;
	font-size: 11px;
}

div#title {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/css/top.png) no-repeat;
	width: 770px;
	height: 93px;
	right: auto;
	bottom: auto;
}

#topliks {
	position: absolute;
	top: 74px;
	left: 300px;
	right: auto;
	bottom: auto;
	width: 470px;
	height: 16px;	
	text-align: right;
	line-height: 16px;
}

#topliks a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #003;
	font-size: 11px;	
	text-decoration: none;
	padding-left: 8px;
}
#topliks a:hover {
	text-decoration: underline;
}

#lang {
	position: absolute;
	top: 5px;
	left: 500px;
	right: auto;
	bottom: auto;
	width: 270px;
	height: 20px;	
	text-align: right;
}

#lang a {
	font-family: Arial, Helvetica, sans-serif;
	color: #003;
	font-size: 11px;	
	text-decoration: none;
	padding: 5px;
}
#lang a:hover {
	text-decoration: underline;
}


#body {
	position: absolute;
	background: white;
	top: 93px;
	left: 200px;
	right: auto;
	bottom: auto;
	
	width: 570px;
	color: #000;
	
	vertical-align: top;
}

.divas {
	margin: 5px 0 5px 2px;
	width:184px; 
	display: block;
	float: left;
	text-align: center;
	line-height: 18px;
}

.divas a.spec {
	border: #ccc solid 1px;
	padding: 1px;
	width:184px; 
	height:139px;
	display: table-cell;
	vertical-align:middle;
	text-align: center;
}
 
.divas a img {  
	vertical-align:middle;
}

* html .divas a.spec {
	font-size: 119px; /* you must find IE's magic number */
}




div.footer {
	clear: both;
	color: #bbb;
	padding: 2px 0 0 0;
	height: 12px;
	margin: 20px 0 0 0;
	border-top: #ddd solid 2px;
}

img {
/*	display: block;*/
	border: 0; 
}


a {
	color: #900;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #000;
}

h1 {
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f20;
	padding: 0 0 2px 0;
	margin: 20px 0 20px 0;
	border-bottom: #f60 solid 2px;
}

h1:first-letter {
	font-size: 15px;
}


div.text {
	color: #059;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 20px 0;
	width: 400px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

li  {
	color: #059;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style-type: circle;
	margin: 0;
	padding: 0;
}

ul,ol {
	padding: 0 0 0 20px; 
	margin: 0;
}



table {
	border: 0;
}

hr {
	background-color: #f60;
	color: #f60;
	height: 1px;
	border: 0;
	clear: both;
}

div.paging, div.paging a {
	font-size: 13px; 
	text-align: center;
}

input, textarea, select {
	border: #999 solid 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

th {
	color: #999;
	vertical-align: top;
	font-size: 11px;
	font-weight: normal;
}

.commentname{
	background: #eee; padding: 5px; border-left: #7cf solid 5px; margin-top: 10px;
}

.commentname span {
	color: #999;
}
.commenttext{
	border: #eee solid 1px; border-left: #eee solid 5px; padding: 5px; font-size: 13px;
}
