body { 
background-color:#ffffff;
font-family:arial,helvetica,sans;
font-size:90%;
 }

.top	{ margin-bottom : 1em;
margin-top : 0em;
	  padding: 0em;
	  z-index : 1;

 }

.menu{ position : absolute;
  top : 130px;
  left : 5px;
  width : 120px;
  z-index : 1;
  padding : 0em;
  margin-bottom : 0.5em;
background-color:#ffffff;
}

.ads { position : absolute;
	  top : 150px;
	  right : 5px;
	  width : 180px;
	  z-index : 0;
	margin-bottom : 0;
 }

.content {
  color : black;
  background-color : white;
  position : absolute;
  top : 120px;
  right : 190px;
  z-index : 2;
  padding : 1em;
  left : 180px;
 }

.footer	{
text-align: right;
}
.nads { 
float:right;
margin:0.5em;
padding: 4px;
 }
.mmenu { 
background-color:#e0e0e0;
 }

a:link { 
color:black;
 }
a:visited { 
color:black;
 }
a:hover { 
color:#800000;
 }
a.side:link { 
font-weight:bold;
font-size:90%;
color:#822222;
text-decoration:none;
margin:5px 15px 0 8px;
width: 130px;

 }
a.side:visited { 
color:#822222;
font-weight:bold;
font-size:90%;
text-decoration:none;
margin:5px 15px 0 8px;
width: 130px;
 }
a.side:hover { 
color:#888888;
margin:5px 15px 0 8px;
width: 130px;

 }

h1 { 
font-size:130%;
color:#800000;
 }
h2 { 
font-size:120%;
color:#800000;
 }
h3 { 
font-size:110%;
color:#800000;
 }

.off2 { 
font-weight: bold;
font-style:italic;
color:#666666;
 }