body {
   background-image: url(/img/bg-body.png);
  background-repeat: repeat-x;
  background-color: #17a6f7;
  font-family: Verdana;
  font-size: 8pt;
  color: #454545;
  line-height: 1.4;
  text-align: center;
}

a, a:visited {
  color: #023a5f;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.block a {
	color: Red !important;
	font-size: 12pt; 
}


#container {
    width: 814px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#content {
   width: 814px;
   background-image: url(/img/bg-ps3.png);
   background-position: top right;
   background-repeat: no-repeat;
   background-color: #fff;
   font-size: 9pt;
}

#content a {
  color: #7cbe00;
  font-weight: bold;
  
  text-decoration: underline;
}

.wrap {
 width: 493px;
 margin-left: 14px;
}


.block {
  width: 493px;
  height: 143px;
  background-image: url(/img/bg-block.png);
  background-repeat: no-repeat;
  margin-left: 14px;
  margin-top: 14px;
  position: relative;
}

.block h3 {
  color: #326a8a;
  margin-left: 190px;
  font-size: 11pt;
  padding-top: 7px;
}

.block p {
  margin-left: 190px;
  font-size: 8pt;

}

.moreinfo {
  position: absolute;
  right: 7px;
  bottom: 7px; 
}


#block-wrap {
  float: left;
}

#block-right {
  float: right;
  width: 265px;
  margin-top: 210px;
  margin-right: 7px;
}

#block-right ul {
  list-style-type: square;
}

#block-right li {
  margin-top: 3px;
}

#head {
   width: 814px;
   height: 171px;
   background-image: url(/img/head.png);
   background-repeat: no-repeat;
}

#head h1 {
  position:absolute;
  left: -999px;
}

.clear {
  clear: both;
}

#footer {
  clear: both;
  width: 814px;
  background-image: url(/img/bg-footer.png);
  background-repeat: no-repeat;
}

#footer p {
  color: #fff;
  padding-top:21px;
  font-size: 8pt;
  margin-left: 14px;
}

