body {
	left: 0px;
	background-color: #89A3B2;
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 0px;
}

#tblMain {
	border: medium dotted #666666;
}
div#header {
	background-image:  url(../img/bgTile.png);
	background-repeat: repeat-x;
	width: 100%;
	position: absolute;
	top: 0px;
}

div#banner {
	left: 0px;
	top: 0px;
}
div#content {
	padding-left: 30px;
	background-color: #FFFFCC;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 185px;
	border-top-width: thick;
	border-top-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	height: 100%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 190%;
	color: #000066;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
}
div#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#sidebar{
	position: absolute;
	top: 50px;
	float: right;
	margin-right:50px;
	right: 50px;
	border: thin solid #CCCCCC;
	padding: 10px;
}
.byline {
	font-size: 40%;
	font-style: italic;
	color: #0033FF;
	font-variant: small-caps;
}
fieldset {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 90%;
	border: none;
	background-color: #CCCC99;
}
.style3 {
	font-family: "Billshw Normal", Helvetica;
	font-weight: bold;
}
.style6 {
	font-family: "SF Grunge Sans", Arial, Helvetica;
	font-size: 36px;
}
#Tbl {
	background-color: #CCCC99;
	padding: 5px;
	width: 380px;
	border: thin inset #FF9966;
}
#books {
	background-color: #CCCC99;
	padding: 5px;
	width: 600px;
	border: thin inset #FF9966;
}
a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
