p.title {
	background-color: #CC0000;
	color: #ffffff;
	font-weight:bold;
	margin:5px;
	padding:5px;
	font-size: 14px;
	
	
}
p.title1 {
	
	
	border: 1px solid gray;
	color: #ffffff;
	font-weight:bold;
	margin:5px;
	padding:5px;
	font-size: 14px;
	
}

#coolmenu{
	border: 1px solid gray; /*Стиль рамки */
	border-bottom-width: 0;
	width: 94%; /*Ширина меню */
	background-color:#303030;  /*Фоновый цвет ячейки*/
	margin:5px; /*Ширина отступов*/
}

* html #coolmenu{ 
width: 150px;/*Ширина меню для Internet Explorer*/
}

#coolmenu a{
	padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
	padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
	display: block;
	width: 100%; /*Ширина ячейки*/
	color: #FFFFFF;  /*Цвет текста*/
	text-decoration: none; /*Подчеркивание у ссылок - нет*/
	border-bottom: 1px solid gray;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
	background-color: #FFFFFF; /*Фоновый цвет ячейки при наведение курсора*/
	color: #000000;  /*Цвет текста при наведении курсора*/
}

body {
	background-image: url(../img/background.jpg);	
}


.left {background-color:#303030;
 border-right:1px solid #424242;
 
 }


.main_border {
	border: 1px solid #000000;
    background-color: #f8f8f8;


}
p#footer-text {
	text-align: center;
	font-size: 10px;
}

.main table{background-color: #f8f8f8;

}

.cap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.stroka {
	font-weight: bolder;
	text-align: center;
	font-size: 13px;
	
}

.style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 600px;
}
p {font-family:Verdana; font-size:12px; margin:15px;}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

/* Start tables */

.art-article table, table.art-article
{
	border-collapse: collapse;
	margin: 10px;
	width:auto;	
	
}

.art-article th, .art-article td
{
	padding: 2px;
	border: solid 1px #C7BC8F;
	vertical-align: top;
	text-align:left;
}

.art-article th
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}
.ramka
{
	width:400px;
	margin-top:15px;
	margin-right:0;
	margin-bottom:15px;
	margin-left:15px;
	float:right;
	border: 0px none #FFFFFF;
}
.footerimg {
	background-image: url(../img/footer.jpg);


 }
