/* STYLE SHEET
 styles.css
Contains style information for the entire website.






clean up this page.
change layout so divs don't have to be offset. make the black a background image instead of having it be a separate div.









*/

/* COLOR SCHEME

9f8a6d brown

"#c1bdb4" light brown for main text
#63614a	-brown of comment box and buttons
#55533a -content div background
#4f4e35 10% darker than content background
#45432b 30% darker than content background
#20200a -dark brown background
0c0d07 -DARK brown
#c9d833 -standard green
#a6deff -hyperlink blue

*/

html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}


/*bg #55533a*/
body { background:#333 url() repeat-x scroll top center;
color:#000; font-weight:none;
font-family:  FreeSans, Sans, Times, Times New Roman, Tahoma, Liberation Serif, Palatino Linotype, serif;
font-size:80%; line-height:120%; min-height:100.1%; height:100.1%; padding:0px; margin:0px;}

a:link { color:#999; text-decoration: none; }
a:visited { color:#999; text-decoration: none; }
a:hover { color:#000; text-decoration:underline; }
a:active { color: lightgrey; text-decoration: none; }
a.admin:link { color:#55533a; }
a.admin:visited{ color:#55533a; }

a.grey { width:100%; height:100%; color:#808080; }
a.grey:link { width:100%; height:100%;}
a.grey:hover{ width:100%; height:100%; text-decoration:underline; color:#000; padding:0 0 0 0px;}

a.white { width:100%; height:100%; color:#FFF; }
a.white:link { width:100%; height:100%;}
a.white:hover{ width:100%; height:100%; text-decoration:underline; color:#000; padding:0 0 0 0px;}




