body
{
 font-family:Verdana;
 font-size:12px;
 background-color:black;
 text-align:center;
 margin:0px;
}
h1 {font-size:18px;color:#ff0000;margin-bottom:0px;padding-top:10px;}
h2 {font-size:16px;color:#ff0000;}
h3 {font-size:14px;color:#000000;}


a:link, a:visited, a:active, a:hover
{
  text-decoration:underline;
  font-weight:normal;
  color:#974B00;
  font-weight:bold;
  }
a:active, a:hover
{
  color:#ff0000;
  font-weight:bold;
}
a.menu { 
 padding:3px; 
 text-decoration:none;
 }
a.menu:link, a.menu:visited
{
  color:#974B00;
  text-decoration:none; font-weight:bold;
}
a.menu:active, a.menu:hover
{
  color:#ff0000; font-weight:bold;
 }

#title {
height:90px;
padding:0px;
background-color:black;
border-bottom:1px solid #000;
background-image: url(../images/portal-lang.jpg);
}
#left {
background-color:#ffdbb7;
padding:10px;
width:180px;
line-height:20px;
float:left;
}
#content {
background-color:#ffe7ce;
width:700px;
float:right;
padding:0px 10px;
line-height:18px;

}
.smallfont {
	font-size: 10px;
	text-decoration: none;
}

#footer {
width:978px;margin:0px auto;text-align:left;background-color:#ffe7ce;border:10px solid black
 
}