body {
	background-color: #96d2ef;
	background-image: url('images/sky-bg.jpg');
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.left-top {
	background-image: url('images/top-left.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
.right-top {
	background-image: url('images/top-right.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
.left {
	background-image: url('images/meadow-left.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.right {
	background-image: url('images/meadow-right.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.middle {
	background-image: url('images/meadow-middle.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}

a:link, a:visited, a:active, a:link:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:link:hover {
	font-weight: bold;
	color: #fed702;
	text-decoration: underline;
}

a.small:link, a.small:visited, a.small:active, a.small:link:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.small:hover, a.small:link:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.bodytextsmaller:link, a.bodytextsmaller:visited, a.bodytextsmaller:active, a.bodytextsmaller:link:visited {
	font-weight: normal;
	color: #2f79c5;
	text-decoration: underline;
}
a.bodytextsmaller:hover{
	font-weight: normal;
	color: #143486;
	text-decoration: underline;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #0e2a74;
}
.from {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	line-height: 22px;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
.bodytextGOLD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #9a6d13;
}
.bodytextsmaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

.blue-transparent {
	background-image: url('images/blue-trans.gif');
	background-repeat: repeat;

}
.white-transparent {
	background-image: url('images/white-trans.gif');
	background-repeat: repeat;

}
.content-bg {
	background-image: url('images/content-bg.jpg');
	background-repeat: repeat;
	background-attachment:relative;
	background-position: center top;
	background-position: 0px -40px;
}

.footer {
	background-color: #0e2a74;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -135px;
	padding-left: 0px;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0e2a74;
}
.smallbookinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #9a6d13;
}

.details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0e2a74;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0e2a74;
	border-right-color: #0e2a74;
	border-bottom-color: #0e2a74;
	border-left-color: #0e2a74;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
