/* CSS Document */
body {
  margin:0;
  padding:0;
  font-family:"arial";
  color:#ffffff;
  font-size:10.5pt;
  background:url(../images/body.png) repeat-y center #6a3333;
}

p {
  padding:0;
  margin:0;
  font-size:11pt;
  
}

img {
  border:0;
}

a {
  color:#56cedc;
}

a:hover {
  color:#56cedc;
}

h1 {
	margin-top:0;
	margin-bottom:10px;
	font-size:14pt;
	font-weight:normal;
	color:#ffffff;
}

.l_block h3 {
  font-weight:normal;
  padding-top:8px;
  margin-bottom:10px;
  text-align:center;
  text-decoration:uppercase;
  font-size:10pt;
}

.l_block p {
  font-size:12pt;
}

.l_block .news_title {
  font-size:10pt;
}

.r_wrap p {
  padding-bottom:10px;
  text-align:justify;
  line-height:20px;
}

#content p.align_center {
  text-align:center;
}

form {
  margin:0;
  padding:0;
}



