@charset "utf-8";
/* CSS Document */
body {
	background: #FFF;
	text-align: center;
	margin-top: 0px;
}
#wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#Header {
	background: url(../images_BookClubWritingServs/EmilyHeader.gif) no-repeat left;
	height: 144px;
	width: 860px;
}
#mainContent {
	text-align: left;
	margin-top: 12px;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	text-align: center;
	padding: 12px 0px;
	clear: both;
	height: 72px;
	border-top: 2px solid #CDE8FB;
}
p {
	font: bold normal 13px/18px Arial, Helvetica, Geneva, sans-serif;
	color: #12344C;
}
a {
	text-decoration: none;
	font-weight: bolder;
	color: #0E9DE3;
	text-transform: uppercase;
}

#contactArea {
	font: bolder 12px Arial, Helvetica, Geneva, sans-serif;
	color: #12344C;
	text-decoration: none;
	text-align: center;
	height: 28px;
	width: 144px;
	border: 1px solid #C27C0E;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
}

#footer p {
	font-size: 11px;
}
#footer  a {
	text-decoration: none;
	color: #0E67A9;
}
#footer a:hover {
	color: #CDE8FB;
}
h1 {
	font: 18px/1em Georgia, "Times New Roman", Times, serif;
	color: #C27C0E;
}
a:hover {
	text-decoration: underline;
	text-transform: lowercase;
	color: #CDE8FB;
}
