/* 
BODY{
background:
url(images/fon-21.jpg) 
repeat 
fixed
;
background-position: center top;
background-attachment: fixed;
}
*/

.main{
//border: solid 1px black;
position: absolute;
//background: #ccc;
width: 1010px; 
//height: 100%;
left: 50%;
top: 1px;
margin: 0 0 0 -500px;
border-collapse: separate;

}

.main-text{
//border: solid 1px black;
text-align: center;
position: relative;
width: 1000px; 
height: 50px;
left: 5px;
//left: 50%;
//margin-left: -500px;
top: 0px;
//padding-right: 1px; 
//padding-left: 1px; 
//padding-bottom: 1px;
//padding-top: 1px

}

.shapka{
border: solid 5px LightGrey;
border-style: ridge;
//text-align: center;
position: relative;
width: 1000px;
height: 250px;
//left: 4px;
//left: 50%;
//margin-left: -501px;
//top: 50px;
}

.emblema{

position: absolute;

top: 0px;

z-index: 1;
}

.ramochkashapki{
border: solid 2px LightGrey;
position: relative;
width: 1004px; 
height: 254px;
left: 1px;
}

.leftmenu {
border: 1px ForestGreen;
border-style:  dashed;
//position: absolute;
position: relative;
float:left;
text-align: left;
width: 140px; 
left: 1px;
top: 5px;
color:green; 
}

.mainbody{
border: 1px ForestGreen;
border-style:  dashed;
//position: absolute;
position: relative;
float:left;
top: 5px;
width: 700px; 
left: 6px;
}

.rightmenu{
border: 1px ForestGreen;
border-style:  dashed;
//position: absolute;
position: relative;
float:left;
top: 5px;
width: 150px; 
left: 12px;
text-align: center;
}

.footer{
border: 1px ForestGreen;
border-style:  dashed;
//position: absolute;
position: relative;
clear:left;
top: 10px;
width: 1000px; 
left: 5px;
//height: 50px;
//text-align: center;
}

.ramochka1{
border: solid 2px LightGrey;
position: absolute;
width: 104px; 
height: 104px;
top: 4px;
left: 4px;
}

.ramochka2{
border: solid 2px silver;
position: relative;
width: 100px; 
height: 100px;
top: 0px;
left: 0px;
}

/* Adds special style to an unvisited link. */


a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
  text-decoration: underline;
  color: #5B832F;
}

p {
font-family: Arial, Helvetica, Sans-Serif;
text-align: justify; 
text-indent: 10px;
//letter-spacing: 5px;
font-size: 12pt;
margin-top: 5px; /* Отступ сверху */
margin-bottom: 5px; /* Отступ снизу */
color: black;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-size: 10pt;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: ForestGreen;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-size: 10pt;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: DarkGreen;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: ForestGreen;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: ForestGreen;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: ForestGreen;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: ForestGreen;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: ForestGreen;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: ForestGreen;
}
/* Finish Content headings Fonts & Colors  */