BODY {
  margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #333;
	background-color: #fff;
	background-image: url('img/background.jpg'); 
	background-repeat: no-repeat;
}

#menu {
  position:absolute;
  left: 0px;
  top: 350px;
  width: 193px;
  background: #ffbaba;
  border: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	margin: 0;
	padding: 0;
  border-bottom: 1px solid #fff;
}

#menu a {
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
	background: #fff;
	border-top: 1px solid #900201;
	color: #900201;
	display: block;
	margin: 0;
	padding: 4px 22px;
}

#menu a:hover {
	background: #ffbaba;
	color: #fff;
}                    

#topcats {
  position:absolute;
  left: 268px;
  top: 168px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 640px;
  float: left;
}

#topcats li {
  margin: 0;
  padding: 0;
  float: left;
  width: 158px;
  text-align: center;
}

#topcats img {
  border: none;
  height: 116px;
}

#content {
  position: absolute;
  left: 268px;
  top: 310px;
  width: 630px;
  height: 334px;
  border: 1px solid #FFFFFF;
}

#donate_paypal {
  position: absolute;
  left: 35px;
  top: 585px;
}
