/* Layout */

/* bg tile url is relative to this stylesheet, not the html file */
body {
 margin-top: 0px;
 margin-bottom: 0px;
 background: #D7CCBA url(../img/bg.gif) repeat-x top;
 text-align: center;
 padding: 0px;
 }
 
 #outer {
 text-align: center;
 border: 0px;
 width: 753px;
 margin: auto;
 padding-left: 15px;
 padding-right: 15px;
 padding-top: 0px;
 padding-bottom: 0px;
 background: #E8E0C3 url(../img/paper.jpg) repeat top;
 }
 
 
  /* Presentation */
 
 p {
 margin: 0px;
 padding-top: 0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 font-family: Georgia, "Trebuchet MS", sans-serif;
 color: #813800;
 font-size: 13px; 
 font-weight: normal;
 line-height: 140%;
 }
 
 P.paras {
 padding-bottom: 10px;
 }
 
a,a:link, a:visited{
    text-decoration: underline;
	color: #AB0000;
}

a:hover, a:active{
    text-decoration: none;
	color: #AB0000;
}

strong {
font-family: Georgia, "Trebuchet MS", sans-serif;
font-weight: bold;
font-style:italic;
font-size:15px;
color:#AC8534;
}


img.biogpic {margin:0 5px 4px 5px; padding:2px; border:solid 1px #E0D4BB;}

.biogcaption {font-family: Georgia, "Trebuchet MS", sans-serif;font-style:italic; font-size:13px; color:#AC8534;}