/* file: mainsite.css
 * 
 * Author: Nathan Curtis
 * Version: $Id: mainsite.css,v 1.1 2004/02/19 06:42:46 nate Exp nate $
 * Revisions: $Log: mainsite.css,v $
 * Revisions: Revision 1.1  2004/02/19 06:42:46  nate
 * Revisions: Initial revision
 * Revisions:
 *
 */

body { margin-left: 0px; margin-top: 0px; margin-right: 0px; font-size: 11px; }
    
div.body { margin-left: 20px; margin-right: 20px; font-size: 16; }

img.nav-noselect { border-style: none dashed dashed;
                    border-color: #24383d; border-width: 1px }
img.nav-select { border-style: none solid solid;
                    border-color: #24383d; border-width: 1px }
img.banner { }

div.date { font-weight: bold; color: #24383d }
p:first-letter { font-size: 150%; font-weight: bold; color: #24383d }
div.byline { letter-spacing: 3; color: darkgreen;
    border-left-style: ridge; border-bottom-style: ridge;
    border-top-style: dotted; border-right-style: dotted;
    border-top-width: thin; border-right-width: thin; text-align: center }

a:visited { color: darkgreen; text-decoration: none; font-weight: bold }
a:hover { text-decoration: underline }
a:link { color: darkgreen; text-decoration: none; font-weight: bold; }

div.photo { border: none; width: 95%; font-size: 16; }

div.preview { 
	margin: 7% 7% 7% 7%;
	padding: 3px 3px 3px 3px;
	border-left-style: dashed;
	border-right-style: dashed;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-width: thin;
	border-color: darkgreen;
}


