/* ****************************************************************
*   Copyrighted Material:
*
*   This document is confidential and proprietary information of
*   Silverbrooke Designs, LLC.
*   Copying, reproducing, or infringement in any form, by any means,
*   in whole or in part, or use for any purpose other than that for
*   which it is expressly provided without the written permission of
*   Silverbrooke Designs, LLC. will constitute copyright infringement.
*
*   Copyright (c) 2007 Silverbrooke Designs, LLC. All Rights Reserved
*                                                                         
* ******************************************************************
* Modification History
* 9/7/2007 - Original version
*/
body {
   background-image: none;
}
#content {
   margin: 0px 8px;   
   padding: 0;
}
#content .conp {
/*   line-height: 1em;*/
   margin-left: 8px;
   margin-right: 8px;
   margin-top: 2px;
   margin-bottom: 2px;
   text-indent: 2em;
   line-height: 1.04em;
   letter-spacing: 0.04em;
   font-size: 98%;
}
#content .conp a, #content .conp a:visited {
   color: #CCFFFF;
}
blockquote {
   width: 650px;
   margin-left: 40px;
   margin-right: 40px;
   padding: 0px;
}
blockquote p {
   font-size: 80%;
   font-family: georgia, sarif;
   letter-spacing: .25px;
   line-height: 1.15em;
   text-indent: 1.5em;
}
#content blockquote img {
   float: left;
   margin-top: 8px;
   margin-right: 6px;
   margin-bottom: 8px;
   margin-left: 0px;
}
#content .conimg {
   float: right;
   margin: 8px;
}
#footer {
   clear: both;
}