body{
padding: 0;
margin: 0;
}
a{
text-decoration: none;
color: #ffffff;
}
a:hover{
color: yellow;
}
#nav{
z-index: 80;
position: absolute;
top: 230px;
left: 38px;


}
#nav span{
  margin-right: 30px;
  text-transform: uppercase;
  font-size: 18px;
}
#intro{
 position: absolute;
 z-index: 80;
 top: 300px;
 left: 38px;
 max-width: 760px;
}
#main_intro{
  position: relative;
  float: left;
  clear: none;
  width: 60%;

}
#news{
  margin-top: 5px;
  position: relative;
  float: right;
  clear: none;
  width: 30%;
  border-width: 0 0 0 1px;
  border-color: #bbbbbb;
  border-style: dotted;
  padding: 0 0 0 5px;
  background-image: url('../images/trans_black.gif');

}
#news h1{ margin: 0}
#news ul {list-style-type: none; margin: 0px; padding: 0; }
#news li {margin-top: 10px; }
#news a {color: #00bb00;}
#news a:hover {color: yellow}
#news strong {color: #00ff00}
h1{
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 0;
}
h2{
 margin: 8px 0 30px 0;
 font-weight: normal;
 font-size: 1em;
}

#bgcontainer, .row1, .row2, .row3, .row4{
 float: left;
 margin: 0;
 padding: 0;
 border: none;
 position: absolute;
 z-index:30;
}

.row1{
 height: 306px;
 top: 0;
}
#row1a{
 background: url(../images/front-page_01.jpg) no-repeat;
 width: 531px;
 left: 0;
}
#row1b{
 background: url(../images/front-page_02.jpg) no-repeat;
 width: 347px;
 left: 531px;
}

.row2{
 height: 361px;
 top: 306px;
}
#row2a{
 background: url(../images/front-page_03.jpg) no-repeat;
 width: 280px;
 left: 0;
}
#row2b{
 background: url(../images/front-page_04.jpg) no-repeat;
 width: 251px;
 left: 280px;
}
#row2c{
 background: url(../images/front-page_05.jpg) no-repeat;
 width: 426px;
 left: 531px;
}

.row3{
 height: 267px;
 top: 667px;
}
#row3a{
 background: url(../images/front-page_06.jpg) no-repeat;
 width: 339px;
 left:0;
}
#row3b{
 background: url(../images/front-page_07.jpg) no-repeat;
 width: 192px;
 left: 339px;
}
#row3c{
 background: url(../images/front-page_08.jpg) no-repeat;
 width: 410px;
 left: 531px;
}


h2 { color: #ffffff;}
