BODY
{
    font-size: 16; /*Это размер текста можно увидеть в стихах над шапкой*/
    text-transform: none;
    color: white;
    line-height: normal;
    font-style: normal;
    font-family: Arial, Verdana;
    font-variant: normal;
	/*background-image: url('http://vodograi.org/bun/bg.gif');*/
	background-color: lightsteelblue;
}
H4
{
font-size: 16;
}
H3
{
font-size: 16;
}
H2
{
font-size: 24;
}
H1
{
font-size: 28;
}
img {
  border: 0px;
}
A:hover
{
    text-transform: none;
    color: #006600;
    line-height: normal;
    font-style: normal;
    font-family: Arial, Verdana;
    background-color: transparent;
    font-variant: normal;
    text-decoration: none;
}
A.title
{
    text-decoration: underline;
}
TABLE
{ 
    bgColor: lightgoldenrodyellow;
	background: lightgoldenrodyellow;
    font-size: 16;/*Это размер текста в таблицах*/
    color: #2F8C2F;
    font-family: Arial, Verdana;
    borderColor: #0066CC;
}
td
{ 
vertical-align: top;
}

A
{
    text-transform: none;
    color: #2F8C2F;
    font-style: normal;
    font-family: Arial, Verdana;
    font-variant: normal;
}

/*Тут пошла менюшка. Все прочие идут в ....*/
.glossymenu, .glossymenu li ul{
border: 1px solid black;
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu li{
position: relative;

}

.glossymenu li a{
background: white url(http://vodograi.org/construct/menu/glossyback.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 0px;
text-decoration: none;
}


.glossymenu li ul{ /*SUB MENU STYLE*/

position: absolute;
width: 180px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;

}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */

}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(http://vodograi.org/construct/menu/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;

}

.glossymenu li a:hover{
background-image: url(http://vodograi.org/construct/menu/glossyback2.gif);
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
}

div.galery {
margin: 5px; 
background-position: center top; 
background-image: url('http://vodograi.org/galery/rama.gif'); 
background-repeat: no-repeat; 
text-align: center; 
vertical-align: bottom; 
width: 170px; 
height: 294px; 
padding-top: 25px; 
padding-bottom: 25px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
font-size: 16px; 
color: #001224; 
font-weight: bold; 
float: left; 
padding-left: 2px;
}



/* Holly Hack for IE \*/
* html .glossymenu li { 
float: left; height: 100%; 
}
* html .glossymenu li a { 
height: 100%; 

}
/* End */
