html, body
{
	height:100%;
}
body
{
	background:#000000 url(images/gothmixbg3.jpg) repeat;
	margin:0px;
	padding:0px;
	font-family: arial;
}
div, p
{
	font-family: arial;
	font-size:12px;
}
p
{
	margin: 5px 0px 5px 0px;
}
textarea, input, select
{
	font-size:13px;
	font-family:arial;
	padding:2px;
}
#container
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:#FFFFFF url(images/leftbg.jpg) repeat-y;
}
#leftnav
{
	height: 500px;
	width: 260px;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	padding-top: 20px;
	float:left;
}
#stories
{
	margin:0px;
	padding:0px;
	width: 700px;
	padding-top: 20px;
	float:left;
}
#header, img
{
	padding:0px;
	margin:0px;
}
a:link, a:visited, a:active
{
	color:#000000;
	font-weight:bold;
	font-size:16px;
}
a:hover
{
	text-decoration:none;
	color:orange;
	font-size:16px;
}
#text
{
	position:absolute;
	top:5px;
	z-index:100;
	font-weight:bold;
	margin-left:10px;
}
.redtxt
{
	color:#FF0000;
}
.orgtxt
{
	color:orange;
	font-size:13px;
}
label
{
	color:orange;
	font-size:14px;
	font-weight:bold;
	display:block;
}
#footer
{
	text-align:center;
	color:orange;
	height:100px;
	width:100%;
	padding-top:20px;
	font-size:14px;
	background:#000000 url(images/botbg2.jpg) repeat;
}
#divider
{
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
	background-color:#000000;
}
.storyinput
{
	background-color:#000000;
	width: 220px;
	color: orange;
	border: 2px solid #333333;
}
.shareinput
{
	background-color:#000000;
	color:orange;
	border: 2px solid #333333;
}

#nav a { color: #FFFFFF; font-size:12px; border: 1px solid #000000; background: #333333; text-decoration: none; margin: 0px 0px; padding: 5px 5px; font-weight:normal  }
#nav a.activepage { background: orange; color:#000000; border: 1px solid #000000; }
#nav a.activepage:hover { color:#000000 }
#nav a:focus { outline: none; }
#nav a:hover { color: orange; }
#nav {margin-bottom:10px}