body {
	background: #FFF url(images/bgnd-body.gif) repeat-x top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 14px/20px Arial, sans-serif;
	color: #000000;
}
a img {
	border:0px;
	text-decoration:none;
}
a:link { color: #067bbf; }
a:visited { color: #067bbf; }
a:hover { color: #067bbf; }
#wrapper-top {
	display: block;
	width: 760px;
	margin: 0 auto;
	background:url(images/bgnd-wrapper-main.gif) top center repeat-y;
}
#wrapper-bottom {
	display: block;
	width: 760px;
	margin: 0px auto;
	text-align:left;
}
#lefttop {
	display:block;
	float:left;
	width:360px;
	text-align:left;
}
#righttop {
	display:block;
	float:right;
	width:360px;
	text-align:left;
}
#twitter {
	display:block;
	float:right;
	width:250px;
	margin:0px 0px 15px 23px;
}
p {
	margin:0px 0px 18px 0px;
}
.btn-title a {
	display:block;
	width:347px;
	height:52px;
	background:url(images/bgnd-btn-title.gif) top left no-repeat;
	padding-left:16px;
	margin:0px 0px 18px -6px;
	color:#067bbf;
	text-decoration:none;
	font-size:24px;
	line-height:52px;
}
.btn-title a:hover {
	background:url(images/bgnd-btn-title.gif) 0px -52px no-repeat;
}
.btn-link a {
	display:block;
	width:347px;
	height:52px;
	background:url(images/bgnd-btn-link.gif) top left no-repeat;
	padding-left:16px;
	margin-left:-6px;
	color:#067bbf;
	text-decoration:none;
	font-size:17px;
	line-height:52px;
}
.btn-link a:hover {
	background:url(images/bgnd-btn-link.gif) 0px -52px no-repeat;
}
.bottom-rule {
	display: block;
	width: 592px;
	height:24px;
	margin: 20px auto;
	background:url(images/bgnd-bottom-rule.gif) top center repeat-y;
	clear:both;
}