/* CSS Document */

hr {
	color: #e3e3e3; /*для IE */
	background-color:#e3e3e3; /*для Firefox, Opera, Safari*/
	border:0px none;
	height:1px; /* высота 1px IE, Firefox, Opera, Safari */
	clear:both; /* для очистки, если тег идет после float елемента */
}
hr.c1 {
	color: #ffffff; /*для IE */
	background-color:#ffffff; /*для Firefox, Opera, Safari*/
	border:0px none;
	height:1px; /* высота 1px IE, Firefox, Opera, Safari */
	clear:both; /* для очистки, если тег идет после float елемента */
}
.style_content {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: italic;
}
.style_content_l {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-style: italic;
}
.style_content_list {
	font-size: 20px;
	background-color:#f4f4f4;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #242424;
	font-style: italic;
}
.style_guestbook {
	font-size: 20px;
	background-color:#f4f4f4;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-style: italic;
}
.style_guestbook_number {
	font-size: 20px;
	background-color:#f4f4f4;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-style: italic;
}
.style_content_name {
	font-size: 17px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #242424;
	font-style: italic;
}
.style1 {
	color: #CCCCCC
}
.style_blue_h {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0189ff;
	font-style: italic;
}


/*colors*/
.style_blue {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0189ff;
	font-style: italic;
}
.style_red {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ef4c23;
	font-style: italic;
}
.style_yellow {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffcc00;
	font-style: italic;
}
.style_orange {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff9600;
	font-style: italic;
}
.style_green {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #abcd74;
	font-style: italic;
}
.style_violet {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7817c1;
	font-style: italic;
}
/*colors*/

.style_footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
}
.style_contacts {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-style: italic;
}
.style_head {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-style: italic;
}
.style_head_light {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-style: italic;
}
a {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none; /* Убирает подчеркивание для ссылок */
	font-style: italic;
}
a:hover {
	text-decoration: underline; /* Добавляем подчеркивание при наведении курсора на ссылку */
}
/* a:visited {
    color: #999999;
}

/* DIV */
#like1 {
  	background: #fffffff; 
  	width: 70%; 
	position:relative;
	top: -30px;
	left: 95px;
}
#like1_en {
  	background: #fffffff; 
  	width: 70%; 
	position:relative;
	top: -30px;
	left: 77px;
}
#gb {
	align: right; 
	float: right; 
	padding-top: 24px; 
	padding-right: 10px;
}
#p {
	width: 100%;
	text-align: right;
	position: relative;
	top: 208px;
	right: 50px;
}
#p_c {
	width: 100%;
	text-align: right;
	position: relative;
	top: 40px;
	right: 50px;
}
body {
	padding:1px;
	margin:0px;
}