@charset "UTF-8";
/* CSS Document */
	body {
		font: 100% Georgia, Arial, Helvetica, sans-serif;
		background: #CCCCFF;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #993366;
		font-size: 15px;
		background-color: #CCCCCC;
	}
	.Q13 #container {
		width: 780px;  
		background: #FFFFFF;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		border: 0;
		text-align: left; /* this overrides the text-align: center on the body element. */
	}
	.Q13 #mainContent {
	}
	.Q13 #navigation {
		color: #993366;
		padding: 20px 0px 50px 10px; /*top, right, bottom, left */
	}
	div#mainContent h1 {
	font-size:24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #993366;
	text-align: left;
	font-weight: normal;
	}
	div#mainContent h2	{
		font-size:20px;
		color:#993366;
		font-style: italic;
		font-weight: normal;
		text-align: left;
	}
	div#mainContent h3	{
		color:#993366;
		font-style: italic;
		text-align: center;
		font-size:14px;
	}
	div#mainContent h4	{
		font-style: italic;
		font-weight: bold;
	}
		div#mainContent h5	{
		color:#993366;
		font-style: italic;
		text-align: left;
		font-size:14px;
	}	
	div#mainContent a	{
		color:#993366;
		font-style: italic;
	}
	div#mainContent a: hover	{
		color:#993366;
		font-style: italic;
	}
	div#mainContent a:visited	{
		color:#993366;
		font-style: italic;
	}
	div#quotes	{
		font-style: italic;
		margin: 15px 15px 0px 15px;
		padding: 10px 10px 5px 10px;
		text-align:justify;
	}
	div#namedquoter	{
		font-size:12px;
		font-style: italic;
		text-align:right;
		margin: 0px 15px 5px 15px;
		padding: 0px 10px 10px 10px;
	}
	div#text {
		padding: 30px 20px 150px 30px;
		text-align: left;
		background-image: url(Images/Q13_bg_wide.jpg);
		background-position: top;
		background-repeat: repeat;

	}
	div#text_short {
		padding: 30px 20px 250px 30px;
		text-align: left;
		background-image: url(Images/Q13_bg_short.jpg);
		background-position: top;
		background-repeat: repeat;
	}
	li {
		list-style: none;
	}
	div#bottom_nav	{
		padding: 10px 0px 20px 0px;
		font-size:12px;
	}
	#bottom_nav	a	{
		color: #993366;
		text-decoration: none;
	}
	#bottom_nav a:visited	{
		color: #993366;
	}
	#bottom_nav a:hover		{
		text-decoration: underline;
	}
	div#book_detail	{
	font-size:12px;
	font-style: italic;
	text-align:left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	div#Journey_Into_Healing	{
	padding-top: 30px;
	}
	div#Medical_Marriage	{
	padding-top: 30px;
	}
	div#heart_logo	{
	padding: 30px 15px 35px 0px;
	float: left;
	}
