@charset "utf-8";
body {
	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: #000000;
	background-color: #6F4320;
	background-image: url(images2/background-darkpurple2.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #6C411E;
	line-height: 110%;
}

a {
	color: #1b5774;
}
hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C15805;
	text-decoration: none;
	margin-top: 25px;
	margin-bottom: 25px;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 142px;
	background-color: #FFFFFF;
	background-image: url(images2/couples-training-banner.jpg);
	background-repeat: no-repeat;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -2400px;
	font-size: 9px;
}
#topnav {
	background-color: #AAAAAA;
	height: 28px;
	background-image: url(images2/bgr-topnav.jpg);
}
.topnavLinks {
	margin-left: 170px;
	margin-top: 0px;
	color: #FCE6BD;
	height: 23px;
	padding-top: 5px;
}

.topnavLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FCE6BD;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0px;
	vertical-align: middle;
	height: 28px;
	line-height: 100%;
}

.headline {
	padding: 4px;
	border: 1px dashed #6F4421;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-variant: small-caps;
	margin-top: 20px;
}

.booktitle {
	font-size: 14px;
	font-weight: bold;
}
.booksubtitle {
	font-size: 11px;
	font-style: italic;
}


.cursiveBoldLArgeText {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}
.cursiveText {
	font-style: italic;
}
.date {
	font-size: 12px;
	font-weight: bold;
}
.coupleToolboxArticle {
	font-size: 14px;
}
.imageDashedBorder {
	padding: 10px;
	border: 1px dashed #6F4421;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#greenLine {
	background-image: url(images2/bgr-greenLine.jpg);
	height: 15px;
	background-position: top;
	margin: 0px;
}


#mainContent {
	background-color: #FFFFFF;
	background-image: url(images2/bgr-mainContent.jpg);
	margin-top: 0px;
	padding-top: 20;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-bottom: -20px;
	text-align: left;
}
#mainContent .soundButton {
	height: auto;
}


#mainContent p {
	padding-bottom: 5px;
	text-align: justify;
}

#mainContent h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent #soundButton {
	height: auto;
}

#mainContent h2 {
	font-size: 16px;
	color: #a55607;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	padding-top: 25px;
}


#footer {
	margin-top: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	height: 28px;
	background-color: #DDDDDD;
	background-image: url(images2/bgr-footer.jpg);
	text-align: center;
	vertical-align: middle;
	padding-bottom: 20;
} 
#footer p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footerText {
	height: 25px;
	padding-top: 5px;
	font-size: 11px;
	color: #660000;
}
#footerText .footer a {
	color: #660000;
}
