.f_left
{
  float: left;
  width: 500px;
}

.f_left .f_banner
{
  position: relative;
  height: 350px;
  overflow: hidden;
  margin: 0 0 20px 0;
  z-index: 1;
}

.f_right
{
  float: right;
  width: 370px;
}

.f_right .f_bigarticle
{
  position: relative;
  width: 370px;
  height: 200px;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.f_right .f_bigarticle img
{
  position: absolute;
  top: 0;
  left: 0;
}

.f_right .f_bigarticle .f_title
{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: url(/img/frontpage/article_title.png) bottom right;
  padding: 10px 20px;
  font-size: 18px;
  line-height: normal;
  color: white;
  border-bottom: 1px solid white;
}

.f_right .f_bigarticle .f_read
{
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/img/frontpage/article_read.png) top right;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  color: white;
}

.f_right .f_bigarticle a
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  display: block;
}

.f_right .f_bigarticle a:hover
{
  background-color: white;
  filter: alpha(opacity=15);
  opacity: 0.15;
  -moz-opacity: 0.15;
}

.f_right .f_morearticles
{
  margin: 0 0 20px 0;
}

.f_right .f_morearticles .f_title
{
  font-size: 14px;
  font-weight: bold;
  color: #800000;
}

.f_right .f_morearticles ul
{
  padding: 0 10px;
  margin: 10px;
  color: #800000;
}

.f_right .f_morearticles ul li
{
  margin: 0 0 5px 0;
}

.f_right .f_morearticles ul li a
{
  color: #333;
}

.f_right .f_morearticles ul li a:hover
{
  text-decoration: underline;
}

.f_right .f_network
{
  position: relative;
  background-image: url(/img/frontpage/network.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}

.f_right .f_network .f_title
{
  font-size: 14px;
  font-weight: bold;
  color: #800000;
}

.f_right .f_network .f_check
{
  background-image: url(/img/icons/16_check.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding: 0 0 0 26px;
  font-weight: bold;
  margin: 10px 0 0 10px;
}

.f_right .f_network .f_check a
{
  color: #333;
}

.f_right .f_network .f_check a:hover
{
  text-decoration: underline;
}

.f_4boxes
{
  width: 908px;
  overflow: hidden;
  margin: 0 0 0 -18px;
}

.f_4boxes .f_box
{
  position: relative;
  float: left;
  width: 209px;
  height: 146px;
  background: #ddd;
  overflow: hidden;
  margin: 0 0 0 18px;
}

.f_4boxes .f_box .f_box_title
{
  position: relative;
  height: 25px;
  background-image: url(/img/frontpage_title.png);
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  line-height: 25px;
  overflow: hidden;
  border-bottom: 1px solid white;
}

.f_4boxes .f_box img
{
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.f_4boxes .f_box .f_box_quote
{
  position: absolute;
  top: 37px;
  left: 10px;
  right: 10px;
}

.f_4boxes .f_box .f_box_quote .f_box_quote_text
{
  background: url(/img/tools/themes/quote_text.png) top;
  padding: 10px 10px 0 40px;
  font-size: 14px;
  font-weight: bold;
  color: white;
}

.f_4boxes .f_box .f_box_quote .f_box_quote_end
{
  height: 10px;
  background: url(/img/tools/themes/quote_end.png);
  overflow: hidden;
}

.f_4boxes .f_box .f_box_button
{
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.f_4boxes .f_box .f_box_button .f_box_button_text
{
  float: left;
  height: 21px;
  background: url(/img/tools/themes/button_text.png) left;
  padding: 0 0 0 10px;
  font-size: 11px;
  font-weight: bold;
  line-height: 21px;
  color: white;
}

.f_4boxes .f_box .f_box_button .f_box_button_end
{
  float: left;
  width: 26px;
  height: 21px;
  background: url(/img/tools/themes/button_end.png);
  overflow: hidden;
}

.f_4boxes .f_box a
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/blank.gif);
  display: block;
}

.f_4boxes .f_box a:hover
{
  background: black;
  filter: alpha(opacity=10);
  opacity: 0.1;
  -moz-opacity: 0.1;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
