body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 75%;
	line-height: 200%;
}

img
{
	border: 0px;
}

body > #menu
{
	position: fixed;
}

a:active, a:visited, a:link
{
	color: #5E8E3E;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: #555;
	border-right:1px solid #000;
}

#menutop
{
	width: 200px;
	height: 200px;
	border-bottom:1px solid #808080;
	background-color: #444;
}

#main
{
	width: 540px;
	margin-left: 200px;
	padding: 20px;
        /* background: url(images/101gradient1.gif) repeat fixed; */
}

#main h1
{
	/* border-bottom: 1px solid #808080; */
	font-family: arial;
	font-weight: 100;
	/* letter-spacing: 8px; */
	font-size: 125%;
	/* text-align: right; */
}

#main h2
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 200%;
	text-align: right;
}

#main h4
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	/* letter-spacing: 8px; */
	font-size: 125%;
	/* text-align: right; */
}

#main h5
{
	/* border-bottom: 1px solid #808080; */
	font-family: "Curlz MT", "Zapf-Chancery", cursive;
	font-weight: 100;
	/* letter-spacing: 8px; */
	font-size: 125%;
	/* text-align: right; */
}

#faq
{
	width: 540px;
	margin-left: 200px;
	padding: 20px;
        /* background: url(images/101gradient1.gif) repeat fixed; */
}

#faq h1
{
	/* border-bottom: 1px solid #808080; */
	font-family: arial;
	font-weight: 100;
	/* letter-spacing: 8px; */
	font-size: 125%;
	/* text-align: right; */
}

#faq h2
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 200%;
	text-align: right;
}

#faq li
{ 
        border-style: solid; 
        border-width: 1px ; 
        padding: .5em;
        /* color: #5D0091; */
        background: #F9F5DE; 
        border-color: #5D0091;
        /* width: 95%;  */
        margin-top: .25em;
        margin-bottom: 1.25em;
}

.reviewbox
{ 
        border-style: solid; 
        border-width: 1px ; 
        padding: .5em;
        /* color: #5D0091; */
        background: #F9F5DE; 
        border-color: #5D0091;
        width: 95%; 
        margin-top: .25em;
        margin-bottom: 1.25em;
}

.posers
{
        font-weight: bold;
        text-decoration: underline;
        font-size: 125%;
        /* text-align: center; */
}

.arcanum
{
	font-family: Arcanum, 'Comic Sans MS', sans-serif;
	font-weight: bold;
        font-size: 275%;
}

.comic
{
	font-family: 'Comic Sans MS';
	font-weight: bold;
	/*letter-spacing: 8px; */
	/*text-align: center; */
}

.playtitle
{
        font-weight: bold;
        font-style: italic;
        font-size: 150%;
        text-align: center;
}


.biggertitle
{
        font-weight: bold;
        font-style: italic;
        font-size: 250%;
        text-align: center;
}

.smalltitle
{
        font-weight: bold;
        font-style: italic;
        font-size: 110%;
        text-align: center;
}

.underline
{
        text-decoration: underline;
}


.actor
{
        font-variant: small-caps;
        font-weight: 100;
        font-size: 110%;
        text-align: left;
}

#script
{
	width: 540px;
	margin-left: 200px;
	padding: 20px;
        /* background: url(images/101gradient1.gif) repeat fixed; */
}

#script UL.plain
{
        list-style-type: none;
}

#script h1
{
	/* border-bottom: 1px solid #808080; */
	font-family: arial;
	font-weight: 100;
	/* letter-spacing: 8px; */
	font-size: 125%;
	/* text-align: right; */
}

#script h2
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 200%;
	text-align: right;
}

#script li:first-letter { font-size: 125%; }
