/* Undo stuff from previous stylesheet */
#header{
	height: auto;
}
#buttons{
	margin: 0;
}

/* Now go to town */
#home {
	background:url(../../images/bkg-interior.jpg) no-repeat #FFF;
}
#header{
	background:url(../../images/interior.jpg) no-repeat top left;
}
#buttons {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	padding:5px 0;
	margin-top:140px;
	background: #029904;
	text-align: center;
}
#buttons a {
	color:#FFFFFF;
}
#content h3{
	padding-top: 0;
	margin-top: 0;
}
.expand li{
	margin-bottom: 0.75em;
}
.expand li ul li{
	margin-bottom: 0;
}



a.buy{
	display: block;
	margin: 0 50px;
	background: #029904;
	border: 1px solid #333;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	font-weight: bold;
}
a.buy:hover{
	background: #42C244;
	text-decoration: none;
}