/*	Since the Logo and Navigation bar are in absolutely positioned DIVs (Layers), we can set
	the body's top and left margins to clear them both so that the main content is properly placed.
	Note that margin shorthand values are used: 84px 0 0 248px. Shorthand notation always refers
	to the values in this order: Top Right Bottom Left. Think of TRouBLe and you'll remember.
*/
body {
	background-color: #99CCFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003333;
	margin: 5px 10px 10px;
	background-image: url(images/kathybookslite.jpg);
}
#maincontent {
	background-color: #3366CC;
	border: 2px solid #66CCFF;
	bottom: 10px;
	text-align: center;
	padding: 3px;
}
h2 {
	font-weight: bold;
	color: #FFFF66;
	font-size: 24px;
	letter-spacing: 3pt;
	text-align: center;
	background-color: #3366CC;
}
h3 {font-size: 1.3em;}
.center {
	text-align: center;
}
.pink {
	background-color: #FFCCCC;
	padding: 7px;
}
.blue {
	background-color: #3366CC;
}
.green {
	background-color: #99FFCC;
}
.leftalign {
	text-align: left;
}
.smalltext {
	font-size: 9pt;
}
.75width {
	width: 75%;
}
.80width {
	width: 80%;
}
.middle {
	vertical-align: middle;
}
.align-bottom {
	vertical-align: bottom;
}
.newblue {
	background-color: #99CCFF;
	padding: 7px;
}
.pinkbox {
	background-color: #FF99CC;
	padding: 10px 20px;
	width: 90%;
	text-align: center;
}
.bluebox {
	background-color: #6666FF;
	padding: 10px 20px;
	width: 90%;
	text-align: center;
}
.greenbox {
	background-color: #99FFCC;
	text-align: center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.pinktext {
	color: #FFCCFF;
	font-size: 14px;
	font-style: italic;
	font-family: Optima, Palatino, "Palatino Linotype", "Book Antiqua";
	font-weight: lighter;
}
.med-green {
	background-color: #00CC99;
}
.greentext {
	color: #003300;
}
a:visited {
	color: #0066CC;
}
.bannerpadding {
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
a:hover {
	color: #3399FF;
}
.italics {
	font-style: italic;
}
#etsy {
	font-family: "Apple Chancery", "Bradley Hand ITC TT-Bold", "Freestyle Script";
	font-size: 14px;
	font-weight: bold;
	color: #006666;
	background-color: #FFCCCC;
	text-align: center;
	margin: 10px;
	padding: 5px;
	width: 50%;
}

