BODY {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
    font: 12px Tahoma, Verdana, Arial, sans-serif;
	background-image: url(images/bgr.jpg); 
    }
	
H1 { font-family: Tahoma;
	color: #ffffff;
	font-weight: bold;
	font-size: 30px; 
	margin-top: 20px;
}

.style1 {
    font-family: Tahoma;
	color: #ffffff;
	font-weight: bold;
	font-size: 32px; letter-spacing:-0.5px;
	}
	
.style1 a {color: #000000; text-decoration: none;}
.style1 a:hover {color: #333333; }
	
.style2 {
    font-family: Tahoma;
	color: #000000;
	font-weight: bold;
	font-size: 12px; 
}

.style3 {
    font-family: Tahoma;
	color: #000000;
	font-size: 12px; 
}

.style11 {
    font-family: Tahoma;
	color: #000000;
	font-weight: bold;
	font-size: 30px; letter-spacing:-0.5px;
}

a:link {
	color: #000000;
    text-decoration: none;
	 }
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}


.thlinks {color: #000000; font-size: 14px; font-weight: bold;}
.thlinks a {color: #000000; text-decoration: none;}
.thlinks a:hover {color: #FFFFFF; }
.thlinks img { border: 1px solid #000000; }
.thlinks a:hover img {border: 1px dashed #FFFFFF;}

.thlinks2 {color: #000000; font-size: 14px;}
.thlinks2 a {color: #000000; text-decoration: none;}
.thlinks2 a:hover {color: #FFFFFF; }
.thlinks2 img { border: 1px solid #000000; }
.thlinks2 a:hover img {border: 1px dashed #FFFFFF;}

#user_login {
	font-size: 22px;
	width: 200px;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}

.pagebar
	{
        background: #fff;
		margin-left: 15px;
		font-weight: bold;
	}
.pagebar a
	{
		padding: 3px 10px;
		display:block;
		float:left;
		border: solid 1px;
		background: #fff;
		border: solid 1px #09c;
		color: #09c;
		font-size: 14px;
		margin-right: 9px;
		text-decoration:none;
	}
.pagebar a.active, .pagebar a:hover
	{
		background:#0099CC;
		color: #fff;
		text-decoration:none;
	}

.thumbsbio {text-align:center;}
.thumbsbio {padding: 8px 8px 8px 8px;}
.thumbsbio img {border: 1px solid #645737; margin: 0 4px 4px 0;}
.thumbsbio a:hover img {border: 1px dashed #645737;}
.thumbsbio p {font-size: 12px; margin: 0 4px 4px 0; text-align: center; color: #000000;}
.thumbsbio li {
			list-style: none;
			display:-moz-inline-stack;/*Нужно для Firefox*/
			display:inline-block; /*Не применяется в IE и Firefox*/
			_overflow:hidden;/*фикс для IE6*/
			zoom:1;/*включаем hasLayout*/
			*display:inline;/*при hasLayout true display:inline ведёт себя как display:inline-block*/
			margin: 0px;
			padding: 0px;
			}