@charset "UTF-8";
body {
	background-image: url(../Images/bkgdHome.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	background-attachment: fixed;
	background-position: left top;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	color: #FFF;
}
a:link {
	color: #033;
	text-decoration: none;
	padding: 3px;
}
a:visited {
	color: #090;
}
a:hover {
	color: #060;
}
p {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	line-height: 25px;
}
.footer {
	font-size: 12px;
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	position: absolute;
	left: 21px;
	bottom: 21px;
	width: 327px;
	height: 18px;
}
.linksbar {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-left: 40px;
}
#content {
	background-image: url(../Images/contentbkgrd.png);
	background-repeat: no-repeat;
	text-align: center;
	padding: 21px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 859px;
	position: absolute;
	left: 581px;
	top: 27px;
	height: 807px;
	font-size: 18px;
}
