
/* universal styling */
body, ul, ol, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

body {
  background: url(../images/bg-repeat.png) red;
}

img {
  border: none;
}

a {
  color:#0a6491;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}



/* style starts */

#wrapper {
  width: 798px;
  height: 508px;
  margin: 37px auto;
}

#header {
  width: 798px;
  height: 67px;
  background: #fff no-repeat bottom;
  position: relative;
  margin-bottom: 9px;
  opacity: 0.8;
  z-index: 1;
}

.logo {
  width: 174px;
  height: 34px;
  position: absolute;
  top: 18px;
  left: 37px;
  z-index:999;

}

#container {
  position: relative;
}

#content {
  width: 798px;
  height: 389px;
}


.left-block {
  width: 330px;
  height: 319px;
  padding: 60px 44px 10px 44px;
  float: left;
  background: #7d9e07;
  border-right: 1px solid #fff;
  display: inline;
}

.left-block p {
  color: #fff;
  margin: 0 0 15px 0;
  font-size: 13px;
  line-height: 1.33em;
}

span.capital-l {
  display: block;
  float: left;
  width: 22px;
  height: 33px;
  margin-top: -19px;
  background: url(../images/capital-L.gif) no-repeat 0px -1px;
  text-indent: -9999px;
}

.right-block {
  width: 379px;
  height: 389px;
  float: left;
  display: inline;
}

#footer {
  width: 100%;
  height: 22px;
  padding-top: 5px;
  font-size: 12px;
  text-align: center;
  color: #333;
  background: url(../images/rounded-bottom.gif) no-repeat bottom;
}



/* my own toybox of css delights <('-')> */
.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */


.hide {
  display: none;
}

