.buttonscontainer {width: 125px;
z-index:25}

.buttons a {
	color: #FFFFFF;
	background-color: #ED1C24;
	padding: 4px;
	display: block;
	border-left: 6px solid #000000;
	border-bottom: 6px solid #000000;
	font: 13px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-top: 2px;
	height: 32px;
	vertical-align: middle;
	letter-spacing: 0.1em;
}

.buttons a:hover {
border-left: 8px solid #000000;
text-decoration: none;
color: #FFFFFF;

}
.buttons a:link {
text-decoration: none;
color: #FFFFFF;
}
.buttons a:active {
text-decoration: none;
color: #FFFFFF;
}
.buttons a:visited {
text-decoration: none;
color: #FFFFFF;
}
.header-bg {
	background-image:url(/images/header_2.png);
	background-repeat: no-repeat;
	background-position: bottom;

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.header-bg p {
	margin-top: 10px;
	margin-left: 10px;
	
}
.header-bg h1 {
	margin:0;
	margin-left:10px;
	margin-top:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	
}