/* CSS Document */

A IMG { border: none; }

.main_border {border: 1px solid #000000;}
p {font-family: Verdana; font-size: 12px; margin:15px;}

/* .left {background-color:#f6f6f6; border-right:1px solid #424242 } */

body {background-image:url(img/bg.gif)}

p.title {
background-color: #A72E37;
color: #ffffff;
font-weight:bold;
margin:5px;
padding:5px;
}

#coolmenu{
border: 1px solid gray; /*Стиль рамки */
border-bottom-width: 0;
width: 93%; /*Ширина меню */
background-color: #f6f6f6;  /*Фоновый цвет ячейки*/
margin:8px; /*Ширина отступов*/
}

* html #coolmenu{ 
width: 110px;/*Ширина меню для Internet Explorer*/
}

#coolmenu a{
font: bold 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: #ffc75b; /*Фоновый цвет ячейки при наведение курсора*/
color: #000000;  /*Цвет текста при наведении курсора*/
}
.title1{
		font-size:26 px;
		font:500 26px/32px 'Arial';
		height:40px;
		color:#a8c133;
		background-position:0 15;
		background-repeat :no-repeat;
		padding-left:10;

}
.title2{
		font-size: 12 px;
		font:500 12px/18px 'Arial';
		height:20px;
		font-weight: bold;
		color:#dc771c;
		text-decoration: underline
		background-repeat :no-repeat;
}

.title3{
		font-size: 12 px;
		font:500 12px/18px 'Arial';
		height:20px;
		color:#444444;
		text-decoration: underline
		background-repeat :no-repeat;
}

.title4{
		font-size:18 px;
		font:500 18px/24px 'Arial';
		height:24px;
		color:#a8c133;
		background-repeat :no-repeat;
		padding-left:10;

}

.title5{
		font-size:20 px;
		font:500 20px/26px 'Arial';
		height:34px;
		color:#a8c133;
		background-position:0 15;
		background-repeat :no-repeat;
		padding-left:10;

}

.title6{
		font-size:20 px;
		font:500 20px/26px 'Arial';
		height:34px;
		color:#dc771c;
		background-position:0 15;
		background-repeat :no-repeat;
		padding-left:10;

}

.title7{
		font-size: 14 px;
		font:500 14px/18px 'Arial';
		height:20px;
		color:#dc771c;
		text-decoration: underline
		background-repeat :no-repeat;

}

.small {  font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #333333}



