body {
background:url(bg.PNG);
color:#000000;
font-weight: lighter;
font-size: 80%;
}

a{
color:#336699;
text-decoration:bold;
}
a:hover{
color:#333333;
text-decoration: overline underline;
}
a:active{
color:#222222;
text-decoration:bold;
}
a:visited{
color:#222222;
text-decoration:bold;
}

ol#toc {
    height: 2em;
    list-style: none;
    margin:0 auto;
    padding: 0;
}



div.container {
 background:url(contbg.PNG);
    width:900px;
    margin:0 auto;
    padding: 0;
}

div.comment {
 background-color:#33699A;
    width:900px;
    margin:0 auto;
    padding: 0;
}


div.content { 
    padding: 0px;
    margin:0 auto;
}


div.realbanner {
width: 100%;
background:url(banner.png);
align:left;

}

div.menu1{
width: 32%;
float:right;
margin-right:5px;
}

div.sidebar {
width: 45%;
background: url(sidebar.PNG);
margin-right: 1em;
float:right;
text-align: left;
border: #999 solid 1px;

}

div.latest {
width: 45%;
float: left;
margin-right: 2em;
text-align: left;
margin-left: 2em;
color:#000000;

}
div.oldnews {
width: 45%;
float: left;
margin-right: 2em;
text-align: left;
margin-left: 2em;
color:#000000;

}

div.oldnews2 {
width: 45%;
background: url(sidebar.PNG);
margin-right: 1em;
float:right;
text-align: left;
border: #999 solid 1px;

}


div.author{
width: 100px;
margin-right: 2px;
}

div.article{

width: 900px;
margin-right: 2px;
}

#home
{
  display: block;
  width: 100px;
  height: 20px;
  background: url("home.gif");

}

#home:hover
{ 
  background-position: 0 -20px;
}

#home span
{
  display: none;
}

#articles
{
  display: block;
  width: 100px;
  height: 20px;
  background: url("articles.gif");

}

#articles:hover
{ 
  background-position: 0 -20px;
}

#articles span
{
  display: none;
}

#games
{
  display: block;
  width: 100px;
  height: 20px;
  background: url("games.gif");

}

#games:hover
{ 
  background-position: 0 -20px;
}

#games span
{
  display: none;
}
#downloads
{
  display: block;
  width: 100px;
  height: 20px;
  background: url("downloads.gif");

}

#downloads:hover
{ 
  background-position: 0 -20px;
}

#downloads span
{
  display: none;
}

#dictionary
{
  display: block;
  width: 100px;
  height: 20px;
  background: url("resources.gif");

}

#dictionary:hover
{ 
  background-position: 0 -20px;
}

#dictionary span
{
  display: none;
}

#forum
{
  display: block;
  width: 100px;
  height: 20px;
  background: url("forum.gif");

}

#forum:hover
{ 
  background-position: 0 -20px;
}

#forum span
{
  display: none;
}

#link
{

float:left;
}
#login
{
text-decoration: bold;
float:right;
}