.fig {
 float: left; /* Обтекание картинки по левому краю */
 padding-right: 10px; /* Отступ справа */
 padding-bottom: 10px; /* Отступ снизу */
 
}
A IMG {
	border: none; /* Убираем границу у картинок-ссылок*/
	}

BODY {
   margin: 0px; 
   padding: 0px; 
   background-color: #fff;

}

TABLE {
	border-collapse: collapse; /* Убираем двойные границы между ячейками */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top; 
}

TD, TH {
	background-repeat: repeat-x;
}

#col1, #col2, #col3 {
	padding: 20px; /* Поля внутри */
	vertical-align: top;
}

#col0 {
	vertical-align:top;
	height:115;
	background-color: #999999;
	background-image: url(/images/topbg.gif);
}
A {
	/*white-space: nowrap /* Нет переноса текста */;
}

A:link {
	color: #0000CC;
} 
A:visited {
	color: #000066;
} 
A:active { 
background-color: #CEDEFF;
 }
A:hover {
	text-decoration: underline; /* Делает ссылку подчеркнутой при наведении на нее курсора */
	background-color: #CEDEFF;
} 

.menu {
	color: #000000;
	width: 100%; /* Цвет фона */
	padding: 5px; /* Поля внутри */
	background-color: #e7e7e7;
	vertical-align: middle;
	margin: 5px;
	text-align: center;
	
}

.menu a {
		padding:10px;
	}
.menu a.active {
		text-decoration: none;
		color: #000066;
		background: #CEDEFF					
	}
	
.incut {
	width: 95%; /* Цвет фона */
	padding: 20px;/* Поля */
	padding-left: 10px;
	margin-right: 10px;
	border: thin solid #CCCCCC;
}

.layer {
	vertical-align: top;
	padding: 20px; /* Поля вокруг текста */
	background-color: #e7e7e7;
}

.layer1 {
  font-size: 11px;
	vertical-align: top;
	padding: 20px; /* Поля вокруг текста */
	background-color: #e7e7e7;
}

.layer-left {
	vertical-align: top;
	padding: 10px; /* Поля вокруг текста */
	background-color: #e7e7e7;
}

.hot-themes {
	padding: 0px; /* Поля вокруг текста */
	background-image: url(/images/bluebg.gif);
	background-repeat: repeat-x;
	text-align: top;
}

.cloud {font-size:10px}

input[type="submit"],
input[type="button"] {
	padding: 1px 10px; !important
	font-size: 11px; !important
}

UL {
 list-style-type: disc; /* маркеры */
}


LI {
padding-bottom: 5px;
padding-top: 5px;
margin-left: -20px;

}

H1 {
font-size: 18px;
}

HR {
 border: none; /* Убираем границу для браузера Firefox */
 color: #CCCCCC; /* Цвет линии для браузера Internet Explorer */
 background-color: #CCCCCC; /* Цвет линии для браузера Firefox и Opera */
 height: 2px; /* Толщина линии */
}