body {
margin: 5% 25% 5% 25%;
}

/* Font Styles*/
/* header uses Poor Richard font; Helen in 30 pt; psychotherapy... in 16 pt; color 002443*/

h1 {
}

h2 {
}

h3 {
font-family: arial, verdana, sans-serif;
font-size: 14pt;
margin-top:-5px; 
margin-right:0; 
margin-bottom:8px; 
margin-left:0; 
}

h4 {
font-family: times, serif;
font-size: 14pt; 
line-height:1.6; 
margin-top:25px; 
margin-right:0; 
margin-bottom:10px; 
margin-left:15px;
}

h5 {
font-family: times, serif;
font-size: 11pt;
text-decoration: none;
margin-top:1px; 
margin-right:5px; 
margin-bottom:15px; 
margin-left:0px;
}

h6 {
font-family: arial, verdana, sans-serif;
font-size: 8pt;
margin-top:0px; 
margin-right:0px; 
margin-bottom:2px; 
margin-left:325px;
color: #0080B4;
}

p {
margin-top:0; 
margin-bottom:12px;
font-family: arial, verdana, sans-serif; 
font-size: 11pt; 
line-height:1.2; 
color: #000;
}

a:link, a:visited {
color: #1F1F75;
text-decoration: none;
}

a:hover, a:active {
color: #9C2C86;
text-decoration: underline;
font-weight: bold;
}

/* ID's */

#nav {
}

#content {
background-color:#D5EAE9;
background-image: url(images/shells2.jpg);
width: 780px;
height: inherit;
}

#footer {
}

/* Classes & Elements */

div.content_left {
float: left; 
width: 160px;	
padding: 20px 10px 0px 20px;
}

div.logo { 
padding: 5px 0px 20px 0px;
}

div.content_right {
float:left;
width: 560px;
padding: 20px 5px 0px 5px;
}

div.spacer {
height: 0 px;
clear: both;
}

div.head {
margin: 0% 0% 0% 0%;
}

div.footer {
margin: 0% 0% 0% 0%;
}














