body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left;
	width: 430px;
	margin: 0 auto;
	display: block;
	background: #ffffff;
}
h1 {
	text-align: center;
	color: #ffffff;
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
	border: 4px solid #a35d1e;
	background: #ffac00;
	margin-top: 0px;
	border-width: 0px 2px 3px 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}
h2 {
	font-size: 14px;
	margin: 0 0 4px 0;
	font-weight: bold;
	color: #777;
	text-transform: uppercase;
}
h2 span {
	text-transform: none;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
/* two column tricks */
#right {
	float: right;
	width: 150px;
}
#middle {
	width: 260px;
	overflow: hidden;
	margin: 0, 10px;
}
#general {
	width: 260px;
	padding-bottom: 10px;
}
#pgfooter {
	margin-top: 20px;
	padding: 5px 0 10px;
	clear: both;
	display: block;
	background: #ffffff;
	color: white;
	text-align: center;
	border: 1px solid #000;
	border-width: 1px 0px 0px 0px;

}
#pgfooter a:link, #pgfooter a:visited {
	color: #000000;
}
.button {
	border: 2px solid #bbb;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	margin: 6px 0px;
	line-height: 13px;
}

.button img {
	float: left;
	border-right: 2px solid #bbb;
	height: 62px;
	width: 62px;
	clear: left;
	margin: 0px; padding:  0px;
}
.button a:link, .button a:visited {
	color: #000;
	text-decoration: none;
	height: 42px;
	display: block;
	padding: 10px 0px;
}
.button a:hover {
	background: #eee;
}