/* CSS Document */

body {
	color: #666666;
	background-color: #603B7B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#wrapper {
	width: 640px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 3px solid #000000;
}
#branding {
	padding: 0;
	margin: 0;
	background: url(rise_and_shine.jpg) no-repeat;
	height: 303px;
}
#content {
	font-size: .8em;
	margin-left: 40px;
	margin-right: 40px;
}
#footer {
	font-size: .8em;
	padding: 1em;
	margin: 0 10px;
	border-top: 1px dashed #cccccc;
}
.tableborder {
	border: 4px dotted #A1D119;
	margin: 2em;
	padding: 2em;
	font-size: .9em;
}
.quote {
	margin: 0 40px 0 0;
	padding: 30px 55px 15px 75px;
	background: url(../images/quotebottom.gif) no-repeat right bottom;
}
blockquote {
	margin: 0;
	padding: 0;
	color: #666666;
	line-height: 1.8em;
	text-align: left;
	background-image: url(../images/quotetop.gif);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial;
}
.author {
	margin: 0px 30px 20px 75px;
	padding: 0 0 10px 0;
	line-height: 1.4em;
	background-image: url(../images/quotebottomlayer.gif);
	font-size: .9em;
	font-family: "Trebuchet MS", Verdana, Arial;
}
.purpletext {
	color: #4e256c;
	font-style: italic;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.4em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 1em -1em;
}
h1 {
	color: #4e256c;
	font-size: 1.6em;
}
.purpletextbig {
	color: #4e256c;
	font-style: italic;
	font-weight: bold;
	font-size: 2.4em;
	line-height: 1.4em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 1em -1em;
}
strong {
	color: #000000;
}
a:link, a:visited, a:active {
	color: #4e256c;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:focus {
	color: #C4D841;
	border-bottom: 1px dashed #C4D841;
}
a.book:link, a.book:visited, a.book:active {
	color: #ffffff;
	background-color: #603B7B;
	padding: 6px 8px;
	text-decoration: none;
	margin: 0px 2px;
	font-size: .8em;
}
a.book:hover, a.book:focus {
	color: #ffffff;
	background-color: #A1D119;
}
dt {
	color: #603b7b;
	font-weight: bold;
	padding: 12px 0;
}