body
{ 
  background-color: rgb(53,53,53);
  background-image: url("Images/Interface/Pala_Frame_FullSquare.gif");
  background-repeat: no-repeat;
  background-position: 197px 90px
}

h1
{
  font-size: 22pt;
  color:yellow
} 

h2
{
  font-size: 18pt;
  color: yellow;
  text-decoration: underline
} 

h3
{
  font-size: 16pt; 
  color: yellow
}

h4
{
  font-size: 12pt; 
  margin-left: 2px; 
  margin-right: 2px;
  font-style: normal;
  color: yellow
}

p
{
  font-size: 12pt; 
  color: yellow
}

A:link    { color: #FFFF80}
A:active  { color: #FFFFFF}
A:visited { color: #808000; font-size: 85% }

div.sideLink {
  position: absolute;
  left: 5px;
  top: 90px;
  width: 192px;
}

div.sideLink div {
  padding: 10px;
  border: 2px solid #000077;
}

div.mainPart {
  position: absolute;
  left: 197px;
  top: 90px;
  right: 0px;
}

div.newsPost {
  position:relative;
  left:16px;
  width:570px;
}

div.newsPost div{
  padding-left:32px;
  padding-right:32px;
}

div.topBanner {
  position:absolute;
  left:5px;
  top:0px;
  width:780px;
}