﻿body {

background: #705a24;

}

#main {

  margin: auto;
  margin-top: 100px;
  width: 850px;
  display: block;
  padding: 0;

}

#logo {

  height: 275px;

}

#board {
  
  background: url('board_lp.gif');
  display: block;


}

#bottom {

  height: 22px;
  display: block;

 }

#left {

padding-top: 60px;
padding-bottom: 20px;
padding-right: 10px;
width: 200px;
float: right;

}

#right {

padding-bottom: 20px;
padding-top: 20px;
padding-right: 80px;
width: 500px;
float: right;

}

a {

text-decoration: none;
font-weight: bold;
color: #c70000

}


.menu a {


font-weight: bold;
text-decoration: none;
color: #000;

}

.menu li{

font-size: 20px;
list-style-image: url('dot.gif');

}

.lista li{

list-style: decimal;

}

h1 {

font-size: 20px;
color: #986427;

}

h2 {

font-size: 18px;
color: #705a24;

}

p {

font-size: 14px;
text-align: justify;

}

img {

border:0;

}

#clearing {

clear: both;

}

#foot {

text-align: center;
margin: auto;
padding-top: 20px;

}
