/******** Basic Body ********/
body {
  background: #000 url(bg.png) top repeat-x;
  padding: 20px 0 0 0;
}
h1 {
  margin: 0;
  color: #fff;
  font-family: "Trebuchet MS" "Times New Roman";
  font-size: 40px;
  padding-left: 50px;
  padding-top: 50px;
}
h2 {
  margin-bottom: 10px;
  color: #000000;
  font-family: "Trebuchet MS" "Times New Roman";
  font-size: 22px;
  font-variant: small-caps;
  border-bottom: 1px solid #ddd;
}
img {border: 0}
/******** page container ********/
#container {
  width: 760px;
  margin: 0 auto;
  padding: 0px;
}
/******** Header ********/
#header {
  width: 760px;
  height: 155px;
  background: url(header.gif) top no-repeat;
}
/******** Menu ********/
#menu_container {
  width: 748px;
  _width: 750;
  background: #fff;
  height: 30px;
  padding-left: 5px;
  padding-right: 7px;
  _padding-right: 5px;
}
#menu {
  width: 100%;
  background: #88ac0b url('menu-background.png') top left repeat-x;
  float: left;
  font-size: 95%;
  white-space: nowrap;
  padding-right: 2px;
  margin-top: 0;
  margin-bottom: 0;
}
* html #menu {
  padding-right: 0;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  border-left: 1px solid #95bc0e;
  border-right: 1px solid #95bf0f;
  width: 100%;
}
#menu li {display: inline}
#menu a:link, #menu a:visited {
  padding: 0.25em 1em;
  background: transparent;
  color: #fff;
  text-decoration: none;
  float: left;
  border-right: 1px solid #FFF;
}
#menu a:hover {
  background: #b6e41c url('menu-hover.png') repeat-x;
  color: #485b06;
}
/******** Main Content ********/
#content {
  width: 750px;
  min-height:400px;
  height:auto !important;
  height:400px;
  background: #fff;
  padding: 5px;
}
#posts {
  background: #fff;
  margin-right: 15px;
  margin-left: 15px;
}
#posts p {
  text-align: justify;
  font: 11px "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
  line-height: 150%;
  color: #666666;
}
#posts p a,
#posts h2 a {
  color: #4871BE;
  text-decoration: none;
}
#posts p a:hover,
#posts h2 a:hover {
  color: #345696;
  text-decoration: underline;
}
#posts p a:visited,
#posts h2 a:visited {
  color: #88A3D5;
  text-decoration: none;
}
#posts p.linkapp a {
  padding-left:24px;
  background:url(bullet.png) center left no-repeat;
  font-size: 14px;
  font-weight:bold;
}
/******** form ********/
form {
  margin:0;
}
input {
  color: #999999;
  border: 0;
  font-size: 11px;
  padding: 3px;
}
.button {
  padding: 2px;
  background: #88ac0b url('menu-background.png') top left repeat-x;
  color: #fff;
  border: 0;
  font-size: 11px;
}
/******** Footer ********/
#footer {
  width: 750px;
  height: 73px;
  background: url(footer.gif) top no-repeat;
  margin-top: 0px;
  padding: 5px;
}
#footer p {
  padding: 25px;
  text-align: center;
  font-size: 12px;
  color: #999999;
}
#footer p a {
  color: #000000;
  font-weight: 100;
  text-decoration: none;
  border-bottom: 1px dotted #000000;
}
#footer p a:visited {
  color: #000000;
  font-weight: 100;
  text-decoration: none;
  border-bottom: 1px dotted #000000;
}
#footer p a:hover {
  color: #000000;
  text-decoration: none;
  border-top: 1px dotted #000000;
}