@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#332212;
	background-image: url(i/bg-brown.jpg);
	background-repeat:repeat;
	scrollbar-track-color: #c69c6d;
	scrollbar-face-color:#43301e;
	scrollbar-arrow-color: #c69c6d;
	scrollbar-3dlight-color: #43301e;
	scrollbar-highlight-color: #43301e;
	scrollbar-shadow-color: #43301e;
	scrollbar-darkshadow-color: #43301e;
}

a:link, a:visited {
	text-decoration:none;
	color:#240000;
}

a:hover {
	color:#FFC;
}
h1 {
	color:#332212;
	font-size:20px;
	margin-left:20px;
	margin-top:15px;
}

#header {
	background-image: url(i/header.png);
	background-repeat:no-repeat;
	width:850px;
	height:230px;
}

#mainbox {
	float:left;
	width: 816px;
	height: 560px;
	background-color:#915745;
	border:#b06874 6px solid;
	border-top:none;
}

#container {
	margin:0 auto;
	
}
#container {
	width: 850px;  /* this will create a container 80% of the browser width */
	height:825px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#navigation {
	float:left;
	background-color:#c69c6d;
	width: 250px;
	height: 490px;
	margin-left:20px;
	margin-top:10px;
	font-size:18px;

}

#navigation ul {
	list-style:none;
	margin: 0;
	padding: 0;
	padding-left:10px;
}
#navigation li {
	padding-top:15px;
}
#navigation a:link, #navigation a:visited {
	padding-left:1em;
	color:#332212;
	text-decoration:none;
}

#navigation a:hover {
	color:#fbdfc0;
}

#butterfly {
	margin-top:40px;
	height:120px;
	width:250px;
	background-image: url(i/mary-pratt-counseling-butterfly.png);
	background-repeat:no-repeat;
}

#butterfly p {
	margin-top:20px;
	font-size:14px;
	margin-left:20px;
	margin-right:20px;
}

#textscroll {
	background-color:#fbdfc0;
	margin-top:10px;
	margin-right:25px;
	float:right;
	width: 500px;
	height: 540px;
	overflow:auto;
}

#textscroll img {
	float:left;
	margin-left:20px;
	padding-right:20px;
}
#textscroll p {
	margin-top: 20px;
	margin-bottom:20px;
	color:#332212;
	padding-left: 20px;
	padding-right:20px;
	
}

#textscroll ul {
	font-size:14px;
	list-style:disc;
}
#tblscroll {
	font-size:12px;
	text-align:left;
	margin-left:10px;
}

#tblscroll p {
	text-align:left;
}
#footer {
	margin-top:10px;
	width:850px;
	height:40px;
	font-size:10px;
}

#footer ul {
	font-weight:bold;
	list-style:none;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	margin-left:35px;
}
#footer li {
	
	display:inline;
	text-decoration:none;
	padding-right:15px;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#c69c6d;
}

#footer {
	float:left;
}
.waldo {
	margin-left:25px;
}

#cardlogo {
	float:left;
	margin-top:12px;
	margin-left:40px;
}