/* thanks for the css tips from phil parodayco http://www.oneroom.org . Rollover and preload scripts adapted from tutorials found at www.webmonkey.com */
/* BACKGROUND LAYOUT */
body {
	margin: 0;
	background: rgb(102,51,0) url(images/ink01.gif) no-repeat fixed;
	font: 13px/24px helvetica, sans-serif;
	letter-spacing: 0.1em; 
	color: rgb(255,255,153)
	}
	
h1{ display: none; }

#bark{
	position: absolute;
	left: 150px;
	top: 30px;
	width: 50%;
	background: url(images/yel_bkgdot.gif);border-color: rgb(0,0,0);
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 1px;
	border-right-color: rgb(255,204,0);
	border-bottom-width: 0px;
	border-left-width: 1px;
	padding-left: 10px;
	}
	
#navbar {
	position: absolute;
	left: 0px;
	top: 40px;
	width: 150px;
	padding-left: 10px;
	}

#pictures {
	position: absolute;
	left: 82%;
	top: 250px;
	padding-left: 10px;
	}
/*/*/body{}
#stories { width: 44%; }
/* */
*>#pictures { left: 72%; width: 18%; }

	
/* FONTS, COLORS, DECORATION */
a {
	letter-spacing: 0.1em; 
	}
	
a:link { color: rgb(255,255,255); text-decoration: none;}

a:visited { color: rgb(255,255,204); text-decoration: none;}

a:active, a:hover { color: rgb(255,204,0); text-decoration: none;}

p{}

.sans13 {
	letter-spacing: 0.1em; 
	text-indent: 18px;
	margin-top: -18px;
	}
*>.sans13 { margin-top: -.75em; }

h2 {
	font: bold 24px arial, helvetica, sans-serif;
	line-height: 1.35em;
	letter-spacing: 0.2em;
	color: rgb(255,153,0);
	}
h3 { 
	font: bold 10px/12px arial, helvetica, sans-serif;
	letter-spacing: 0.2em;
	color: rgb(0,0,0);
	padding-top: 10px;
	}
*>.h3 { margin-top: -.75em; }
	
.picture {}
*>.picture { margin-bottom: -.25em; }

em { 
	font-style: italic;
	letter-spacing: 0; 
 }

