/* HOME PAGE */

div#sidebar {
  width: 240px;
}

div#sidebar table {
	width: 240px;
}

div#sidebar ul {
  list-style: none;
}

div#recruitbox a,
div#recruitbox a:link,
div#recruitbox a:visited {
  text-align: center;
  font-size: 10px !important;
  width: 240px;
  display: block;
  line-height: 100% !important;
}

div.sn-news-post h2 {
  font-size: 14px;
  display: block;
  margin: 5px 15px 5px 15px;
  padding: 5px;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}

div.sn-news-post h3 {
  font-size: 10px;
  margin: 0px 15px 15px 15px;
  font-weight: normal;
}

div.sn-news-body {
  margin-left: 30px;
  margin-bottom: 30px;
  font-size: 10px;
}




