body
{
  margin:0px;
  background-color:#F0F0F0;
  color: #000000;
}

a:link
{
  color:#000000;
  text-decoration:none;
}

a:visited
{
  color:#000000;
  text-decoration:none;
}

a:active
{
  color:#000000;
  text-decoration:none;
}

a:hover
{
  color:#666666;
  text-decoration:underline overline;
}


.div-main
{
  position:absolute;
  width:1100px;
  height:799px;
  top:0px;
  left:50%;
  margin-left:-550px;
  background-image:url('background.jpg');
}

.div-nav
{
  position:relative;
  float:left;
  top:180px;
  left:40px;
  width:260px;
  height:220px;
  margin-left:60px;
}

.div-news
{
  position:relative;
  float:left;
  top:160px;
  left:60px;
  width:420px;
  height:440px;

  padding:5px;
  font: 10pt serif;  
  background-color:FFFFFF;
  overflow: auto;
  overflow-x: hidden;
}

.div-nav-element
{
  width:100%;
}

.div-cutenews-shortstory
{
  width:400px;
  margin-bottom:30px;
}

.div-cutenews-fullstory
{
  width:400px;
  margin-bottom:15px;
}

.div-cutenews-title
{
  font-weight:bold;
}

.div-cutenews-author
{
}
.img-nav
{
  border:none;
}
