body {
	margin: 0 0 10px 0;
	padding: 0px;
	background-image: url(/images/background.jpg);
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

#lnk_txt {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	text-align: center;
	width: 800px;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
	line-height: 24px;
}

#lnk_txt span {
	white-space:nowrap;
	font-size: 16px;
	letter-spacing: 1.3px;
	display: inline;
	font-variant: small-caps;
}

#lnk_img {
	width: 800px;
	padding-top: 20px;
	text-align: center;
}

#lnk_img img {
	margin: 0 10px 10px 0;
}

#tbn {
	font-family: Georgia;
	padding: 5px 10px 5px 10px;
	margin-top: 0px;
	text-align: left;
	width: 800px;
	font-size: 15px;
	font-variant: small-caps;
	letter-spacing: 1.3px;
}

#footer {
	margin: 20px;
	text-align:center;
}

#tbn table td {
	padding: 5px 30px 5px 30px;
	text-align: center;
}

