/* LACA website default style sheet */

body {
  margin: 0;
  padding: 0;
  background: #999966 url(../images/background.gif) repeat-y scroll top;
  font-size: 65%;
  color: #000000;
}

#container {
  width: 682px;
  margin: 0 auto;
}

* html #container #main_content {
  width: 624px;
  text-align: center;
  margin: 0 28px 0 29px;
}

#container #main_content {
  width: 625px;
  text-align: center;
  margin: 0 auto;
}

* html #container #main_content div.rule {
  background: url(../images/rule.gif) repeat-x scroll;
  width: 626px;
  padding: 0;
  margin: 0;
  height: 3px;
  clear: both;
}

#container #main_content div.rule {
  background: url(../images/rule.gif) repeat-x scroll;
  width: 626px;
  padding: 0;
  margin: 0 0 5px 0;
  height: 3px;
  clear: both;
}

* html #container #main_content #menu ul {
  margin: -5px 0 0 0;
  padding: 0;
}

#container #main_content #menu ul {
  margin: 0;
  padding: 0;
}

#container #main_content #menu ul li {
  list-style-type: none;
  display: inline;
  margin: 0 10px;
}

#container #main_content #menu ul li a img {
  border: 0;
}

#news_outside #news_inside {
  border: 1px solid #000000;
  background: #ffffec;
  padding: 0;
  margin: 0;
}

#news_outside #news_inside #news_content {
  text-align: center;
  padding: 0 2px 2px 2px;
}

#news_outside #news_inside #news_content p {
  font-size: 0.8em;
  margin-top: 0;
}

#news_outside #news_inside #news_content p a {
  color: #cc0000;
}

#news_outside #news_inside #news_content p a:hover {
  color: #ff8c3f;
}

* html #container #main_content #footer {
  font: 1em Verdana, Geneva, Arial, Hevetica, sans-serif;
  margin-top: -20px;
}

#container #main_content #footer {
  font: 1em Verdana, Geneva, Arial, Hevetica, sans-serif;
}

#container #main_content #footer a {
  color: #cc0000;
}

#container #main_content #footer a:hover {
  color: #ff8c3f;
}
