BODY
{   
  margin:0px;
  padding:0px;
  background:url(images/template/background.png) repeat-x;
  background-color:#82B64A;
  text-align:center;
  min-width:600px;
  font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
}

A
{
  color:#FFFFFF;
}

A:Hover
{
  color:#C25906;
  cursor:hand;
  /*
  color:#41A9C1;
  color:#C25906;
  color:#CAB206;
  */
}

IMG
{
  border:solid 0px white;
}

DIV
{
  position:absolute;
  border:solid 0px white;
}

DIV.Header
{
  top:0px;
  width:125px;
  padding-top:5px;
  text-align:center;
  font-size:12px;
  color:#FFFFFF;
  text-decoration:none;  
}

DIV.Navigation
{
  position:relative;
  margin-bottom:40px;
  padding-left:10px;
  text-indent:-10px;
}

DIV.PostDateHeader
{
  position:relative;
  font-size:11px;
  color:#ADDD5E;
  clear:both;
}

DIV.PostTitle
{
  position:relative;
  font-size:24px;
  clear:both;
  margin-bottom:5px;
}

DIV.PostContent
{
  position:relative;
  width:475px;
  clear:both;
}

DIV.PostContent a img
{
  border: #ffffff 4px solid;
  margin: 5px 10px 10px 0px;
}


DIV.PostFooter
{
  position:relative;
  color:#ADDD5E;
  font-size:11px;
  clear:both;
}

HR.PostSeparator
{
  color:#9FC773;
  width:475px;
  clear:both;
}
