.mainborder {
border: 1px solid #000000;
}

A:link {color:#000000;text-decoration:underline}
A:active {color:#000000;text-decoration:none}
A:visited {color:#000000;text-decoration:underline}
A:hover {color:red;text-decoration:none}

body {
background-color: #CAB893;
}

.menu{
	font: 12px Tahoma, Verdana;
}
.articles {
	font-family: Tahoma, Verdana;
	font-size: 11px;
}
.new {
	font-family: Verdana, Tahoma;
	font-size: 12px;
}
.new2 {
	font-family: Verdana, Tahoma;
	font-size: 9px;
}
.new14 {
	font-family: Verdana, Tahoma;
	font-size: 14px;
}
.new16 {
	font-family: Verdana, Tahoma;
	font-size: 16px;
}

.bg{
background-image:url(img/bg.jpg);
}

#counter {
	visibility:hidden;
}


#coolmenu{
border: 1px solid gray; /*Стиль рамки */
border-bottom-width: 0;
width: 90%; /*Ширина меню */
background-color: #CAB893;  /*Фоновый цвет ячейки*/
margin:8px; /*Ширина отступов*/
}

* html #coolmenu{ 
width: 150px;/*Ширина меню для Internet Explorer*/
}

#coolmenu a{
font: 13px Verdana; /*Шрифт текста*/
padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 100%; /*Ширина ячейки*/
color: #000000;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border-bottom: 1px solid gray;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
background-color: #FF0000; /*Фоновый цвет ячейки при наведение курсора*/
color: #000099;  /*Цвет текста при наведении курсора*/
}
.left {
border-right :1px solid #CAB893;
}