/* CSS Document */

/* CSS Document */
.main_border {border:1px solid #000000;}
p {font-family:Verdana; font-size:12px; margin:15px;}
h1 {font-family:Verdana; font-size:12px; margin:15px;}
body {background-image:url(img/bg.jpg); background-attachment:fixed;}



p.title {
/*background-color: #A72E37;*/
color: #ffffff;
font-weight:bold;
margin:5px;
padding:5px;
}

#coolmenu{
/*border: 1px solid gray; *//*Стиль рамки */
/*border-bottom-width: 0;*/
width: 175px; /*Ширина меню */
  /*Фоновый цвет ячейки*/
margin:8px; /*Ширина отступов*/
}

* html #coolmenu{ 
width: 150px;/*Ширина меню для Internet Explorer*/
height:50px;
}

#coolmenu a{
font: bold 13px Verdana; /*Шрифт текста*/
padding: 12px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 16px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 145px; /*Ширина ячейки*/
color: #000000;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
/*border-bottom: 1px solid gray;*/
background-image:url(img/button.gif)
}

html>body #coolmenu a{ 
width:auto;
}

#coolmenu a:hover{
color: #000000;  /*Цвет текста при наведении курсора*/
background-image: url(img/button1.gif);
}



#coolmenu1{
/*border: 1px solid gray;*/ /*Стиль рамки */
/*border-bottom-width: 0;*/
width: 160px; /*Ширина меню */
  /*Фоновый цвет ячейки*/
margin:8px; /*Ширина отступов*/
}

* html #coolmenu1{ 
width: 134px;/*Ширина меню для Internet Explorer*/
height:50px;
}

#coolmenu1 a{
font: bold 13px Verdana; /*Шрифт текста*/
padding: 10px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 16px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 134px; /*Ширина ячейки*/
color: #000000;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
/*border-bottom: 1px solid gray;*/
background-image:url(img/button2_1.gif)
}

html>body #coolmenu1 a{ 
width:auto;
}

#coolmenu1 a:hover{
color: #000000;  /*Цвет текста при наведении курсора*/
background-image: url(img/button2.gif);
}



#coolmenu2{
/*border: 1px solid gray;*/ /*Стиль рамки */
/*border-bottom-width: 0;*/
width: 160px; /*Ширина меню */
  /*Фоновый цвет ячейки*/
margin:8px; /*Ширина отступов*/
}

* html #coolmenu2{ 
width: 134px;/*Ширина меню для Internet Explorer*/
height:50px;
}

#coolmenu2 a{
font: bold 13px Verdana; /*Шрифт текста*/
padding: 8px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 16px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 134px; /*Ширина ячейки*/
color: #000000;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
/*border-bottom: 1px solid gray;*/
background-image:url(img/button3_1.gif)
}

html>body #coolmenu2 a{ 
width:auto;
}

#coolmenu2 a:hover{
color: #000000;  /*Цвет текста при наведении курсора*/
background-image: url(img/button3.gif);
}







.articles { width:567px; height:50px;}
.articles_title { background-image:url(img/title_articles.gif)}
.articles_title1 { background-image:url(img/title_articles1.gif)}



.articles_name {font-weight:bold; margin-top:7px; margin-bottom:7px}
.articles_adds {font-size:11px; margin-top:7px; margin-bottom:7px; color:#333333}

.line {color:#84C225; size:5px;}

.lesson {border:1px solid #cccccc; width:95%}
.lesson_title {background:#f6f6f6;}

.lesson_name {font-weight:bold; margin-top:7px; margin-bottom:7px}
.lesson_adds {font-size:11px; margin-top:7px; margin-bottom:7px; color:#333333}



a { color: #000000;  /*Цвет текста*/
 }

a:hover{
color: #333333;  /*Цвет текста при наведении курсора*/

}


.post_div { border-top:1px solid #009900;
border-bottom:1px solid #009900;
margin:15px;
margin-right:30px;}

.banner_div { margin-left:10px;}
