#header, #navbar, #sidebar {
    display: none;
}


body {
	font-size: 12px;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	color: #000000;
	margin: 0px 0px;
	padding: 0px;
	text-align: center;/*Centers the page in Internet Explorer*/
	background: #DDDDDD url(../images/bg.jpg) no-repeat top right

}
#wrapper {
	background: 
	width: 100%;
	margin: 0px;
	text-align: left;/*Reverses the above rule for the rest of the content*/

}

#container {
	width: 100%;
	Margin: 0;
	padding: 0;
	float: left;
	border: none;
}
#content {
	width: 90%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
#content p {
	text-align: left;

}

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

#contentleft {
	width: 44%;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 0px;
	Float: left;
	border: none;
}

#contentright {
	width: 44%;
	margin-right: 0px;
	margin-left: 55%;
	margin-top: 0px;
	Float: center;
	border: none;
}
/************************************************
*	screenbox 									*
************************************************/
.screenbox {
    list-style: none;
    width: 420px;
    background: #eee;
    border: 1px solid #333;
    padding: 5px 14px;
    
}

.screenbox li {
    font:  12px/14px Courier, fixed;
}

.sceneheader,
.action,
.character {
    padding-top: 1.5ex;
}

.action {
    padding-right: 5%;
}

.character {
    margin-left: 40%;
}

.dialogue {
    margin-left: 25%;
    padding-right: 25%;
}

.parenthetical {
    margin-left: 32%;
    padding-right: 30%;
}

/* special case: dialogue followed by
a parenthetical; the extra line needs 
to be suppressed */

.dialogue + .parenthetical {
    padding-bottom: 0;
}

.transition {
    padding-top: 3ex;
    margin-left: 65%;
    padding-bottom: 1.5ex;
}
#currpage a {
	color: #666666;
	background: none;
}/*To highlight the current page - apply as necessary*/

#footer {
	background: background: #DDDDDD;
	width: 722px;
	Float: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
	height: 92px;
	text-indent: 40px;
	text-align: left;
	color: #666B64;
}

h1 {
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
	font-family: "Century Gothic", Verdana, Arial, sans-serif; 
	color: #000000; 
	font-size: 24px;
}
h2 {
	border-left: 15px solid #6A6A68;
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
}

h3 {
	border-left: 15px solid #DBD4C7;
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
color:  #95927F;
font-weight: bold;
	text-decoration: underline;


}

h4 {
	border-left: 6px solid #6A6A68;
	padding-left: 1em;
	font-size: 1em;
	width: 40px;
	margin: 20px 0 20px 0;
}


.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}/*Used here to clear the floated elements above*/
