/* GLOBAL CSS */

body {
 /* background: url(../images/spacer800.gif) top center repeat-y; */
 background-color: #fff;
 font-family: georgia, sans-serif;
 font-size: 12pt;
}

#banner_div {
width: 100%;
height: 173px;
background-color: #ccf;
}


img {
 max-width: 100%;
}

#whole {
 margin: auto;
 width: 800px;
 background-color: white;
}

#body_text {
 margin-top: 4em;
 margin-left: 1em;
 margin-right: 1em;
}

a:link       {color: #309; text-decoration: none;}
a:visited    {color: #339; text-decoration: none;}
a:active     {color: #66a; text-decoration: none;}
a:hover      {color: #8100c1; text-decoration: underline;}

h3 {
 font-size: 17pt;
 color: #005;
}

/* PAGE SPECIFIC */
/* HOME */

#copyright {
 float: left;
 font-size: 7pt;
}

#site_credit {
 float: right;
 font-size: 7pt;
}

#peter_photo {
float: right;
margin: 0 1em 0 1em;
}

#flower_photo {
float: right;
margin: 0 0 0 1em;
}


.home {
margin-top: 0.5em;
}

/* PRACTICE */
/*#practice_text {
 margin-right: 3em;
}*/


/* NEWS */

.title {
 font-size: 15pt;
 color: #005;
}


/* LINKS */

.left  {
 text-align: left;
 padding-top: 1em;
 padding-bottom: 1em;
}

.right {
 text-align: right;
 padding-top: 1em;
 padding-bottom: 1em;
}

.row {
}

#link_table {
 width: 100%;
}

.link {
font-size: 14pt;
}

.tag_line  {
 font-size: 10pt;
 color: black;
}

/* CONTACT */

.col_1 {
 width: 150px;
}
