body {
  background: url(/images/bg.png) top left repeat-x #c6340c;
	/*color:#999;*/
	color: #ccc;
	font-family: Calibri, Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 18px;
}

h1 {
  color: #fff;
}

h2 {
  color: #fff;
  font-size: 30px;
  font-family: Verdana;
  font-weight: normal;
}

p, li {
  line-height: 1.4em;
/*   border-left: 4px solid #fff; */
}

a {
  color: #000;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

a, img {
  border: none;
}

.heading {
  font-family: Arial;
  font-size: 35px;
}

#menuItems li a {
  color: #fff;
  text-decoration: none;
}

#menuItems li a:hover {
  border-bottom: 3px solid #fff;
}

#tweets {
  background: #000;
}
