html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}


#layout
{
position: relative;
min-height: 100%;
}

* html #layout
{
height: 100%;
}

#layout
{
padding-bottom: 100px;
}

#mf
{
position: relative;
margin-top: -100px;
}

/* ALL SETTINGS */

body {
  font-family:  Georgia, Verdana, sans-serif;
  font-size: small;
  background: #FFFF99 url(http://rybkordon.com.ua/images/headbg.gif) repeat-x;
  color: #5B7817;
}

p {
  margin: 0;
  padding: 2px;
  text-align: center;
}


.bg1 {
    background-color: #FFFF99;
}
.bg2 {
    background-color: #FFE999;
}

h1.blind{
  position: absolute;
  left:-200%;
  margin: 0;
  padding: 0;
  clear: none;
  visibility: hidden;
}

#layout {
  width: 980px;
  margin: 0 auto;
  padding: 0;
}

/* MF */

#mf {
    background: transparent top url(http://rybkordon.com.ua/images/bg_footer.gif) repeat-x;
    padding: 45px 0 0;
    clear: both;
    width: 100%;
    text-align: center;
}

#mf ul {
  list-style: none;
  margin: 0 auto;
  padding: 12px 0;
  width: 100%;
  background: #FFFF99 url(http://rybkordon.com.ua/images/headbg2.gif) repeat-x;
}

#mf ul li {
  display: inline;
  padding: 5px 5px;
}

#mf ul li a {
    color: #5B7817;
    font-stretch: expanded;
    text-decoration: none;
}

#mf ul li a:hover {
    color: #FFFF3F;
    font-stretch: expanded;
    text-decoration: none;
}

/* HEADER */

#head {
    height: 38px;
    text-align: center;
    margin: 8px auto;
}

#head ul {
  list-style: none;
  margin: 0 auto;
/*  border: 1px solid #f00;*/
}

#head ul li {
  display: inline;
  padding: 5px 5px;
}

#head ul li a {
    color: #5B7817;
    font-stretch: expanded;
    text-decoration: none;
}

#head ul li a:hover {
    color: #FFFF3F;
    font-stretch: expanded;
    text-decoration: none;
}

/* GENERIC TAGS */
a {
    color: #5B7817;
    font-stretch: expanded;
    text-decoration: underline;
}
a:hover {
    color: #B4E93A;
    font-stretch: expanded;
    text-decoration: underline;
}

/* CONTENT */
#col1, #colmain,#col3 {
/*      background: #f00 url(http://rybkordon.com.ua/images/pattern10.png);*/
    padding: 0 0 20px 0;
}


#colmain {
    width: 525px;
    clear: none;
    margin: 2px 2px;
    float: left;
    height: 100%;
    text-align: center;
}
#col1{
    width: 240px;
    clear: left;
    float: left;
    padding: 10px 0 0;
}
#col3 {
    width: 210px;
    float: right;
    clear: right;
    padding: 10px 0 0;
}

#colmain h1 {
    background: url(http://rybkordon.com.ua/images/headbottom.gif) no-repeat bottom;
    text-align: center;
    padding: 0 0 16px 0;
}

#col1 h2, #col3 h2 {
    text-align:center;
    font-size: 1.4em;
    padding: 0 0 10px 0;
    margin: 8px 0 0;
}

.post {
    border-width: 4px ;
    border-style: solid;
    border-color: #FFFF33;
    background: #FFFF66 url(http://rybkordon.com.ua/images/side_fence.gif) left top no-repeat;
    padding: 2px 0;
    margin: 1px 0 8px 0;
}




