/*CSS document
Theme Name: Zline design
Version: 1.0
Author: Lorem networks
Author URL: http://lorem.hu
*/

body {
  background: #FFFFFF url(src/bg.png) repeat-x scroll;
}
img {
  border: 0px
}
div.bg {
  background: url(src/bg2.png) no-repeat left;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 126px;
  height: 114px
}
div.bcg {
  background: #F3FBFF;
  margin-top: 30px;
  width: 720px;
  height: 630px
}
div.header {
  height: 120px;
  float: left;
  margin-top: 10px;
  margin-left: 10px 
}
div.main {
  float: left;
  background: #ECF1F3;
  width: 490px;
  height: 450px;
  margin-left: 10px;
  margin-top: 10px;
  overflow: auto
}
div.side {
  float: right;
  background: #E6EFF3;
  width: 200px;
  height: 450px;
  margin-top: 10px;
  margin-right: 10px;
  overflow: auto
}
div.footer {
 float: left;
 width: 720px;
 vertical-align: middle;
 margin-top: 10px
}
div.maintextseparator {
  margin-top: 20px;
}
div.sidetextseparator {
  margin-top: 20px;
}
div.maintext {
  font: 11px Verdana;
  color: #616161;
  margin-left: 25px;
  margin-right: 15px;
  text-align: justify
}
div.sidetext {
  font: 11px Verdana;
  color: #616161;
  margin-left: 25px;
  margin-right: 15px;
}
a {
  color: #5A765A;
  line-height: 14px;
  text-decoration: none
}
a:visited {
  color: #5A765A
}
a:hover {
  color: #616161
}
h3 {
  font: bold 14px Trebuchet MS;
  line-height: 10px
}

