html, body {margin:0; padding:0}
body {font-size: 76%; font-family:sans-serif;}
.niz { top: 800px; position: relative; text-align: justify; }
/* Main div blocks */
body { width: 1024px; margin: 0 auto; background: #333; }

div#container { width: 1016px; background: #000 url(http://c-r-c.ru/pic/fullline.jpg) top left repeat-y; padding-left: 36px;}
div#menu { width: 230px; float:left;}
div#content { width: 730px; margin-left: 235px; padding-left: 15px; }
div#footer {clear:left;}

/* Main Block Level Element Styling */
h1 { font-size: 2.5em; margin-top: 0; padding-left: 10px;}
h2 { font-size: 2em; color: #79B30B;}
h3 { font-size: 1.5em; color: #b71; padding-left: 10px;}
h4 { font-size: 1.25em; color: #452; padding-left: 10px;}
h5 {font-size: 1em; font-weight:bold; padding-left: 10px;}
acronym {border-bottom: 1px dotted #b71; cursor:help; } 
code {border: 2px solid #b71; padding: 5px 2px 5px 10px ; display:block; background-color:white; font-size:1.1em;}
blockquote {border-left: 3px solid #b71; padding: 5px 2px 5px 7px;}

/* Main div blocks basic styling */
div#header { background-color: #FC3;}
div#menu { background-color: black;}
div#content {background-color: #FF9; color: #000;}
div#footer {background-color: #FC3;}

/* Menu */
div#menu h2 { color:#ffc; font-size: 1.1em; font-weight:normal; padding: 2px 0 3px 18px; border-bottom: 1px solid #666; margin: 2px 5px 10px 5px; font-family:arial; letter-spacing: .25ex; background: #000 url(http://c-r-c.ru/pic/arrow.gif) left center no-repeat;}
div#menu h3 { color:#ffc; font-size: 1.1em; font-weight:normal; padding: 2px 0 3px 18px; border-bottom: none; margin: 2px 5px 0px 5px; font-family:arial; letter-spacing: .25ex; background: #000 url(http://c-r-c.ru/pic/arrow.gif) left center no-repeat;}
div#menu ul {list-style-type:none; margin:0; padding:0;}
div#menu ul li { padding: 1px 10px }
div#menu ul li a:link, div#menu ul li a:visited {color: #ff9; text-decoration:none; display:block; background-color:#333; border: 1px solid #666; border-bottom:none; border-right: none; padding: 2px 0 2px 30px; font-size: .9em; }
div#menu ul li a:hover {border:1px outset #333; border-bottom:none; background-color:#000;}
div#menu p { color:#ff9; padding: 0px 5px 0px 15px; }

/* Header Special */
div#header {height: 100px; background: #fc3 url(http://c-r-c.ru/pic/logo.gif) top left no-repeat;}
div#header h1 { margin:0; color:#363; font-family: "Times New Roman", Arial, sans-serif; font-size: 2.5em; margin-left: 260px; padding-top: 1em; font-weight:normal; }
div#header h2 { margin:0; color: #000; font-family: "Times New Roman", Arial, sans-serif; margin-left: 270px; font-weight:normal; font-size: 1.6em; letter-spacing: .1ex;}

/* Content Styling */
div#content h2 { margin:0 .5em; padding: .5em 0 0 0; color:#363; font-family: "Times New Roman", Arial, sans-serif; font-size: 2em; font-weight:normal; border-bottom: 1px solid #363;}
div#content p {padding: 0 1em;}
#content a:link, #content a:visited {color:#000;}
#content a:hover {background-color:#FC3;}
div#content p.meta, div#content p.meta { font-weight:bold; text-align:right;}
.meta a:link, .meta a:visited {color:#000; text-decoration:none;}
.meta a:hover {text-decoration: underline;}

/* Footer */
div#footer {height: 4em; margin:0; text-align:center;}
div#footer p { padding-top: 5px; font-size: .9em;}
div#footer p a:link, div#footer p a:visited {color:#000; text-decoration:none}
div#footer p a:hover {text-decoration:underline;}

/* Decorative Horizontal Line */ 
div#decorativeline { height: 10px; background-image: url(http://c-r-c.ru/pic/longline.jpg); background-position: top left; background-repeat: repeat-y; }

/* TABLES */ 
table {border: 1px solid #452; border-collapse:collapse; width:90%; margin-left: 3ex; }
td {background-color: #feff99; padding:3px; border: 1px solid #fff}
th {text-align:left;border: 1px solid #fff}
thead th {color:#000; font-size:1.5em; background-color: #FC3; padding: 10px 6px}
tbody th {color:#feff99; font-size:1.15em; background-color: #363 ; padding: 6px}
tbody th.sub {font-size: .90em; color:#000; background-color: #dda; padding: 6px}
caption { font-size: 1.5em; font-family: "Times New Roman", Arial, sans-serif; color: #452; caption-side: top; }

/* pictures-thumbnails*/
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{
position: absolute;
background-color: #feff99;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{
visibility: visible;
top: 0;
left: 60px;
}

.pr {
    color: #feff99; /* Цвет символа */
       } 
  
/* no borders*/
a img { outline: none; }
a img { border: none; }