/* Default */
body {
	font-family: "Ms Sans Serif";
	font-size: 12px;
}

#container {
	margin: auto;
	width: 100%;
	background-color: #FFF;
}

.topLeft {
	width: 10px;
	height: 10px;
	background: url("up_l.gif") no-repeat;
}

.top_table {
	background: url("top_table.gif") repeat-x;
	height: 10px;
}

.topRight {
	width: 10px;
	height: 10px;
	background: url("up_r.gif") no-repeat;
}

.left_table {
	background: url("left_table.gif") repeat-y;
	width: 10px;
}

.right_table {
	background: url("right_table.gif") repeat-y;
	width: 10px;
}

.downLeft {
	width: 10px;
	height: 10px;
	background:url("down_l.gif") no-repeat;
}

.down_table {
	background: url("down_table.gif") repeat-x;
	height: 10px;
}

.downRight {
	width: 10px;
	height: 10px;
	background:url("down_r.gif") no-repeat;
}

#banner {
	background: url("banner_bg.gif") repeat-x;
}

#foot {
	text-align: center;
	background: url("dot.gif") repeat-x;
}

#foot a {
	color: #000;
}

#table2 {

}

#left {
	min-width: 480px;
	width: 100%;
}

.left {
	width: 100%;
}

.leftContent {
	width: 100%;
}

#left h1{
	font-size: 16px;
	border-bottom: solid;
	border-color: #FC0;
	border-width: 1px;
	color: #F60;
}

#left h2 {
	font-size: 16px;
	border-bottom: solid;
	border-color: #FC0;
	border-width: 1px;
	color: #FFF;
}

h3 {
	text-align: right;
}

h4 {
	font-size: 14px;
	color: #F60;
	text-align: center;
}

.storiesSection {
	text-align: center;
}

#right {
	background: url("right_bg.gif");
	width: 200px;
}

.right {
	width: 180px;
	padding: 5px;
	border-spacing: 5px;
}

.rightContent {

}

#right h1 {
	font-size: 16px;
	border-bottom: solid;
	border-color: #F60;
	border-width: 1px;
	text-align: right;
}

#right a {
	color: #000;
}


#right ul {
	list-style-type: none;
	text-indent: 0px;
}

.textbox {
	border: 1px;
	border-style: solid;
	border-color: #F60;
}

.orangeGreet {
	background: url("orangeGreet_bg.gif");
	width: 50%;
	color: #000;
	text-align: right;
	padding: 3px;
}

.blackGreet {
	background: url("blackGreet_bg.gif");
	width: 50%;
	color: #F60;
	text-align: right;
	padding: 3px;
}


.orangeGreet a {
	color: #FFF;
}

.blackGreet a {
	color: #FFF;
}

.signature {
	text-align: right;
}

.page {
	text-align: center;
}

.topic {
	font-weight: bolder;
	text-align: center;
}

.green {
	color: #0F0;
}

.red {
	color: #F00;
}

.orange {
	color: #F60;
}

.bg-whiteOrange {
	background-color: #FC6;
}

.bg-whiteGreen {
	background-color: #CFC;
}

.bg-whiteYellow {
	background-color: #FFC;
}

.indent20 {
	text-indent: 20px;
}

#pageNav ul{
	padding: 0;
	margin: auto;
	right: 10px;
	width: 100%;
	position: fixed;
}

#pageNav ul li {
	display: inline;
}

#pageNav ul li a {
	padding: 6px 10px;
	color: #FFF;
	background-color: #003;
	text-decoration: none;
	float: right;
}

#pageNav ul li a:hover {
	background-color: #E5E5E5;
	color: #000;
}

.fictionTable {
	border-color: #FC0;
}

.ficname {
	background: url("fictop.gif");
}

 pre
{
	white-space: pre-wrap;      
	white-space: -moz-pre-wrap; 
	white-space: -pre-wrap;     
	white-space: -o-pre-wrap;  
	word-wrap: break-word;     
	overflow: hide;
}

.lastCH {
/*	border-left: 1px; 
	border-style: solid;*/

	background-color: #ccffff;
}