body{
  background-color: #ffffff;
  color: #234d00;
  font-family: Arial;
  font-size: 8pt;
  text-align: left;
  font-weight: lighter;
  height: 100%;
  background-image: url('bg.jpg');
  background-repeat: repeat-x;
}

table, div, span{
  font-family: Arial;
  font-size: 12px;
  text-align: justify;
  letter-spacing: 0px;
  color: #234d00;
}

p{
  margin: 5px;
}

#content{
  position: absolute;
  left: 300px;
  top: 20px;
  width: 360px;
}

#sidebar{
  position: absolute;
  left: 20px;
  top: 310px;
  width: 240px;
}

#side{
  position: absolute;
  left: 680px;
  top: 20px;
  width: 100px;
}


h1{
  color: #efd304;
  background-image: url('bg.jpg');
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 10pt;
  text-align: left;
  font-weight: bold;
  border-bottom: solid 0px #ffffff;
  padding-left: 15px;
}

h2{
  color: #528317;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 10pt;
  text-align: center;
  font-weight: bold;
  border-bottom: solid 0px #ffffff;
  padding-left: 15px;
}

a{
  color: #c81b0d;
  text-decoration: none;
  font-weight: lighter;
  text-transform: uppercase;
}

a:hover{
  color: #efd304;
  text-decoration: none;
  font-weight: lighter;
  cursor: help;
}

a img{
  border: 1px solid #234d00;
}

a:hover img{
  border: 1px dotted #528317;
}

b, u, strong{
  color: #e7ae06;
  font-weight: bold;
}

i, s, em{
  color: #c81b0d;
}

img{
  border: none;
}

input, select{
  background-color: #efd304;
  color: #528317;
  font-family: Arial;
  font-size: 12px;
  text-align: center;
  border: 1px dotted #528317;
  margin: 5px;
  padding: 2px;
  width: 300px;
}

textarea{
  background-color: #efd304;
  color: #528317;
  font-family: Arial;
  font-size: 12px;
  text-align: left;
  border: 1px dotted #528317;
  margin: 5px;
  padding: 2px;
  width: 300px;
}

::-moz-selection {
  color: #c81b0d;
}

blockquote {
  background-color: #efd304;
  margin: 10px;
  padding: 3 3 3 3px;
  border: 1px dotted #528317;
  border-left: 2px solid #234d00;
  color: #c81b0d;
  text-align: justify;
}

a.pic{
  border: 0px solid;
}

a.pic:hover{
  border: 0px solid;
}

a.menu{
  font-family: Arial;
  font-size: 12px;
  color: #efd304;
  display: block;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 1px;
  text-align: left;
  background-image: url('bg.jpg');
  width: 100%;
  padding-left: 5px;
  margin-right: 5px;
}

a.menu:hover{
  color: #234d00;
  background-image: url('');
}

ul { margin:2px; }
li { margin:4px; line-height:50%; }
li li { padding:2px; margin:0 0; }

a.title{
  font-family: Arial, Helvetica, sans-serif;;
  font-size: 15px;
  color: #e7ae06;
  display: block;
  text-decoration: none;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 1px;
  text-align: left;
  width: 100%;
  padding-left: 10px;
  text-transform: none;
}

a.title:hover{
  color: #528317;
}
