/* ---------------------- frontpage layout blocks ------------------------- */

#news
{
  padding: 0;
  margin: 0;
}

#shpeel
{
  float: left;
  //width: 430px;
  padding-right: 10px;
  padding-left: 30px;
  background-color: #FFFFFF;
}

#casestudies
{

}

/* ---------------------- frontpage element styles ------------------------- */

#news p
{
  margin-left: 10px;
  margin-right: 15px;
  color: #FFFFFF;
  text-align: justify;
}

#news p.newsitem a
{
  color: #FFFFFF;
}

#news p.newsitem a:hover
{
  color: #CCCCCC;
}

#news1 p
{
  margin-left: 10px;
  margin-right: 15px;
  color: #FFFFFF;
  text-align: center;
}

#news1 p.newsitem a
{
  color: #FFFFFF;
}

#news1 p.newsitem a:hover
{
  color: #CCCCCC;
}

#shpeel p
{
  margin-top: 2px;
  font: 11px /16px comic-sans, sans-serif;
  text-align: justify;
}

#casestudies p
{
  margin-top: 2px;
  font: 11px /16px comic-sans, sans-serif;
  color: #000000;
  text-align: justify;
}