body {
	background-color: #333333;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

#wrapper
{
	width: 950px;
	margin: 0px auto;
	line-height: 130%;
	background-repeat: repeat-y;
	background-image: url(short_story_bg_page.jpg);
	text-align: left;
}

#wrapper2
{
	width: 100%;
	margin: 0px auto;
	line-height: 130%;
	background-repeat: no-repeat;
	background-image: url(short_story_bg_page.jpg); background-repeat: repeat;
	text-align: left;
	position: relative;
}

#header 
{
 width: 100%;
  margin: 0px 0px 0px 0px;
 height: 106px;
 padding: 0px;
 font: Verdana, Geneva, Arial, Helvetica, sans-serif;
 background: url(short_story_group_bg.jpg); background-repeat: no-repeat 
 }
 
 
  #navbar 
 {
	margin: 0px 5px 0px 0px;
	height: 0px;
	font-family: Verdana, Arial, Tahoma, Times, sans-serif;
	text-align: right;
	font-size: 1em;
}

#leftcolumn 
{
	position: absolute;
	top: 120px;
	left: 17px;
	width: 175px;
	padding: 0 0 0 20;
	border: 0px solid darkblue;
	font-family: Verdana, Arial, Tahoma, Times, sans-serif;
}

#rightcolumn  {
	position: absolute;
	top: 100px;
	right: 0px;
	width: 200px;
	border: 0px;
	font-family: Verdana, Arial, Tahoma, Times, sans-serif;
	float: right;
	padding: 0 0 0 0;
}

#centercolumn
	{
	top: 150px;
	margin-left: 200px;
	margin-right: 200px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: Verdana, Arial, Tahoma, Times, sans-serif;
	position: static;
}
 
 #footer
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	height: 100px;
	padding: 0px;
	background-image: url(short_story_bg_page.jpg); background-repeat: repeat;
	text-align: right;
}

 
.h1 {
	font-size: 1.5em;
	text-align: left;
	padding: 0px;
	color: #660000;
	font-weight: bolder;
	border: 2px dashed #336699;
	background-color: #F5F5DC;
}
.h2 {
	font-size: 1.5em;
	text-align: left;
	color: #9400D3;
	font-weight: bolder;
}
.h3 {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	color: Black;
	font-weight: bolder;
	border: 1px dashed #660000;
	background-color: #E3FFF1;
	padding: 2;
}
.h4 { font-size: .9em; font-weight: bold; text-align: center; }

.text {
	font-size: .75em;
	color: #999999;
	line-height: 1em;
	text-align: right;
	font-weight: bold;
}
.text2 {
	font-size: .7em;
	color: #999999;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
}
.text3 {
	font-size: .8em;
	color: Black;
	line-height: 1.25em;
	text-align: justify;
}

a.story:link {
	color: #660000;
	line-height: 1.25em;
	font-weight: bold;
	text-decoration: none;
}
a.story:active {
	color: #660000;
	line-height: 1.25em;
	font-weight: bold;
	text-decoration: none;
}
a.story:visited {
	color: #000066;
	line-height: 1.25em;
	font-weight: bold;
	text-decoration: none;
}
a.story:hover {
	color: #33CC00;
	line-height: 1.25em;
	font-weight: bold;
	text-decoration: none;
}

a.l2:link {color: #CC0099; font-style: normal; font-weight: bold;}
a.l2:active {color: #666666; font-style: normal; font-weight: bold;}
a.l2:visited {color: #666666; font-style: normal; font-weight: bold;}
a.l2:hover {color: #8B008B; font-style: normal; font-weight: bold; }

a.l3:link {
	color: #663300;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: .7em;
}
a.l3:active {
	color: #663300;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: .7em;
}
a.l3:visited {
	color: #CC6600;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: .7em;
}
a.l3:hover {
	color: #8B008B;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: .7em;
}

 .thumbnail
{
	float: left;
	text-align: center;
	width: 175px;
	border: 0px none;
	margin: 0 10px 15px 0;
	padding: 5px;
	font-size: .75em;
	line-height: 1.2em;
}

 .thumbnail2
{
	float: left;
	text-align: center;
	width: 235px;
	border: 0px none;
	margin: 0 3px 3px 0;
	padding: 25px;
	font-size: .75em;
	line-height: 1.2em;
}

.clearboth {
 clear: both;
}

 