/* 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: 0px;
	padding: 0px;
	background: rgb(255, 255, 255) url(images/cornpalace.jpg) no-repeat fixed;
	}
	
h1, h2 { display: none; }

#stories {
	position: absolute;
	left: 171px;
	top: 75px;
	width: 68%;
	border-color: rgb(51,51,0);
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	padding-left: 10px;
	}
	
#navbar {
	position:fixed;
	left: 0px;
	top: 130px;
	width: 175px;
	padding-left: 10px;
	}

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

	
/* FONTS, COLORS, DECORATION */
a {}
a:link { color: rgb(204,102,0); text-decoration: none;}

a:visited { color: rgb(153,102,0); text-decoration: none;}

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

p {
	font-family: times, serif;
	font-size: 13px;
	line-height: 1.35em;
	color: rgb(51,51,0);
	margin-top: -.75em;
	}

.text13A {
	font-family: times, serif;
	font-size: 13px;
	line-height: 1.35em;
	color: rgb(51,51,0);
	}
*>.text13A { margin: 0; }

.text13 {
	font-family: times, serif;
	font-size: 13px;
	line-height: 1.35em;
	color: rgb(51,51,0);
	text-indent: 13px;
	}
*>.text13 { margin: 0; }

.text13list {
	font-family: times, serif;
	font-size: 13px;
	line-height: 1.35em;
	color: rgb(51,51,0);
	padding-bottom:0.68em;
	}
*>.text13list { margin: 0; }
	
.picture {line-height: 1em;}
*>.picture { margin-bottom: 0; }

.chrono { margin-top: 0;}

.bullet { 
	margin-left: 25px; 
	text-indent: -25px;
	line-height: 1.35em;
	 }

.biblio { 
	margin-top: .25em;
	margin-left: 26px;
	text-indent: -26px;
	}
.caption {
	font-family: times, serif;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 3em;
	color: rgb(51,51,0);
	width: 186px;
	}

img {border: 0px;}

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