/* главный файл стилей для сайта Norma */
a{ color: #000099; }

body {
background: url(img/bg_left.png) repeat-y left;
margin: 0px;
/*background-image: url(img/bg_left.png); background-repeat: repeat left;*/

}

#left_menu{ float: left; height: auto; width: 180px; }

#left_menu a, #left_menu a:link, #left_menu a:visited{ color: #0072BC; text-decoration: none; }

#left_menu a:hover{ color: #1E90FF; }

#left_menu li{
background: url(img/button.png) no-repeat left;
color: #A9A9A9;
font: bold 12px Arial, Helvetica, sans-serif;
height: 38px;
list-style: none;
margin: 0px;
padding: 11px 0px 0px 20px;
text-align: left;
}

#left_menu ul{ margin: 0px; padding: 0px; }

#page_header{
background: url(img/bg_top.png) repeat-x top;
height: 105px;
width: auto;
}
a.blue:link, a.blue:visited {
color: #0000CC;
text-decoration: underline;
font-size: 13px;
padding: 6px 0px;
}
div.new {
height: 300px;
width: 640px;
/*border: 1px solid black; background: #D3E9F8;  */
border: 1px solid #99CCFF;
margin-left: 20px;
margin-top: 10px;

}