@charset "utf-8";
/* CSS Document */

body {margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;}
a {color: #6a797c;
	text-decoration: none;}
a:hover {color:#805571;}

h1 {font-size: 25px;}
h2 {font-size: 18px;
	border-bottom: 2px solid #cddded;
	padding: 1px 3px;}
h3 {font-size: 16px;
	border-bottom: 1px solid #003b33;}
	
#wrapper {}

#header {height: 130px;
	background: url(/home/images/top-right-curve.jpg) top right no-repeat;
	border-top: #805571 solid 10px;
	padding: 0px 10px 0px 0px;}
#header-right {color: #ffffff;}
#header-right a {color: #ffffff;
	text-decoration: underline;}
#header-right a:hover {color: #CCCCCC;}
	
#left {float: left;
	width: 180px;
	padding: 10px 10px 85px 10px;
	background: url(/home/images/healthy-kids.jpg) left bottom no-repeat;}
#left a {display: block;
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: dotted 2px #95a55c;
	color: #95a55c;}
#left a:hover {border-color:#687955;
	color: #687955;}

#middle {margin: 0px 375px 0px 215px;
	text-align: justify;
	padding: 0px 10px 0px 0px;}

#right {float: right;
	width: 350px;
	padding: 19px 10px 10px 10px;}

.clear {clear: both;}

#footer {padding: 10px;
	text-align: right;
	color:#666666;}