
/* Layout */

/* bg tile url is relative to this stylesheet, not the html file */
body {
 margin-top: 48px;
 margin-bottom: 48px;
 background: #6C6A35 url("../img/tile.gif") repeat;
 text-align: center;
 padding: 0px;
 }
 
 #outer {
 text-align: left;
 border: 0px;
 width: 649px;
 margin:0 auto;
 }
 
/* t, r, b, l */
img.right{float: right; margin: 0px 0px 10px 10px;}
/* t, r, b, l */
img.left{float: left; margin: 0px 10px 10px 0px;}
 
 /* Presentation */
 
 p {
 margin: 0px;
 padding-top: 10px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
 font-family: Georgia, "Trebuchet MS", sans-serif;
 color: #39330D;
 font-size: 12px; 
 font-weight: normal;
 line-height: 150%;
 }
 
 P.smaller {
 font-size: 11px;
 }
 
span.header {
font-weight: bold;
 }
 
 span.quote {
font-style: italic;
 }
 
  span.caption {
font-size: 11px;
font-weight: bold;
line-height: 125%;
 }
 
 span.green {
 color: #6EA540;
 }
 
 img {
 border: 0px;
 }
 
 a,a:link, a:visited{
    text-decoration: none;
	color: #6EA540;
}

a:hover, a:active{
    text-decoration: underline;
	color: #DE9C00;
}
