body {
	background: #f1f3f6;
	padding: 0;
	margin: 20px;
	font: 12px/130% arial, helvetica, sans-serif;
	color: #222
}
img { border: 0 } 
a {
	color: #008A9E;
	text-decoration: none;
}
a:hover {
	color: #008A9E;
	text-decoration: underline;
}
table {
	border-spacing: 0;
	border: 0;
	width: 960px;
	margin: 0 auto;
}
table tr td#menu {
	background: url(menu.gif);
	padding: 13px 20px 12px;
	color: #008A9E;
	font: 13px/100% arial, helvetica, sans-serif;
}
table tr td#menu a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
table tr td#menu a:hover {
	color: #fff;
	text-decoration: underline;
}
table#footer {
	margin: 50px 0 20px;
	width: 100%;
	font: 12px/150% arial, helvetica, sans-serif;
}
table#footer tr td {
	width: 20%;
}
a.button {
	background: url(btn-top.gif) no-repeat;
	display: block;
	width: 109px;
	text-align: center;
	padding: 5px 0 4px;

}
#wrapper {
	background: #fff url('bg-footer.gif') bottom repeat-x;
	font: 14px/150% arial, helvetica, sans-serif;
	width: 900px;
	border: 1px solid #e5e5e5;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	padding: 29px 29px 0;
	margin: 10px auto 0;
}
h1 {
	font: bold 32px/100% arial, helvetica, sans-serif;
	letter-spacing: -1px;
	color: #000;
	margin: 10px 0 20px;
}
