body {
    background: white;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h6 {
    margin: 0;
    font-weight: normal;
}
div#first-column,
div#third-column {
    border: 1px solid gray;
    background: rgb(240, 240, 240);
    width: 200px;
}
div#first-column {
    text-align: center;
     background: rgb(240, 240, 240);
    border: 1px solid gray;
}
div#content {
    background: rgb(240, 240, 240);
    border: 1px solid gray;
    padding: 5px;
    background-image: url(i/content-back2.gif);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    font-size: 13px;
}
div#content2 {
    background: rgb(240, 240, 240);
    border: 1px solid gray;
    padding: 5px;
    font-size: 13px;
}
div#header,
div#footer {
    background: rgb(240, 240, 240);
  /*  padding: 3px; */
    border: 1px solid gray;
    width: 100%;
}
div#header {
    border-bottom: none;
}
div#footer {
    border-top: none;
    background-image: url(i/bottom-back.gif);
    background-repeat: repeat-x;
    height: 43px;
}
#menu a
{
  color: #006633;
  font-size: 14px;
  font-weight: bolder;
  text-decoration: none;
}
#menu a:hover
{
    text-decoration: underline;
    color: black;
}

#logo
{
  color: #006633;
  font-size: 24px;
  font-weight: bolder;
}
#logo a
{
  color: #006633;
  font-size: 24px;
  font-weight: bolder;
  text-decoration:none;
}
#slogan
{
  color: #FF9900;
  font-size: 16px;
  font-weight: bolder;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
}
#leftmenu a
{
  color: #006633;
  font-size: 16px;
  font-weight: bolder;
  text-decoration: none;
  padding-left: 55px;
}
#leftmenu a:hover
{
    color: #FF9933;
    text-decoration: underline;
}
#leftmenu tr
{
   background-image: url(i/marker.gif);
   background-repeat: no-repeat;
}

#leftmenu tr.light
{
    background-image: url(i/klyaksa.gif);
    background-repeat: no-repeat;
}
#leftmenu tr.light a
{
    color: #FF9933;
    text-decoration: underline;
}

#leftmenu tr.none
{
    background-image: url(i/menu-shapka2.gif);
    background-repeat: repeat-x;
}
#menutext
{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 18px;
  text-align:center;
}
#rightmenu tr.shapka
{
    background-image: url(i/menu-shapka2.gif);
    background-repeat: repeat-x;
}
#rightmenu a
{
  color: #006633;
  font-size: 16px;
  font-weight: bolder;
  text-decoration: none;
}
#rightmenu a:hover
{
  text-decoration: underline;
  color: #FF9933;
}
#rightmenuselected a
{
  text-decoration: underline;
  color: #FF9933;
  font-size: 16px;
  font-weight: bolder;
}

#address
{
  font-size: 11px;
  color: #009933;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding-top: 10px;
  padding-right: 120px;
  font-weight: bolder;
}
#rightimage
{
  background-image: url(i/shapka-right.gif);
  background-position: right;
  background-repeat: no-repeat;
  height: 78px;
  width: 250px;
}
#copy
{
  font-size: 10px;
  color: #009933;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

