
body
{
/*
	background-image: url(rockwall.jpg);
	background-repeat: repeat;
	background-position: -10px -10px;
	margin: 0;
	padding: 0;*/

	font-family: "lucida grande", "Lucida Sans Unicode", verdana, sans-serif;
}

/*
#shader
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(shading_day.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}*/


.centerer {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	height: 1px;
	width: 1px;
	overflow: visible;
}
	
#contentarea
{
	display: block;
	position: absolute;
	top: 0;
	left: -400px;
	width: 900px;
	height: 600px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(layout.gif);
}


/*

#spotlight
{
	display: none;
	position: absolute;
	top: 10px;
	left: -400px;
	width: 800px;
	height: 600px;
	background-image: url(spotlight.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 99;
}

#ivy, #ivy_backup {
	display: block;
	position: absolute;
	top: -15px;
	left: 170px;
	width: 335px;
	height: 600px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(ivy.png);
}
*/



#textarea, #content_screen {
	display: block;
	position: absolute;
	top: 220px;
	left: -180px;
	width: 360px;
	height: 20em;
	padding: 5px;
	text-align: center;
}

#textarea {
	background-color: transparent;
	overflow: auto;
	color: #333;
	z-index: 100;
}

#content_screen, #menu_screen  {
	background-image: url(white_screen.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
}


#menu, #menu_screen
{
	display: block;
	position: absolute;
	top: 178px;
	right: 190px;
	width: 8em;
	height: 321px;
	padding: 5px;
}
#menu 
{
	background-color: transparent;
	
	color: #000;
	text-align: right;
	text-transform: inherit;
	white-space: normal;
	list-style-type: none;
	
	border-width: 0px;
	border-style: solid;
	overflow: hidden;
}


#menu li
{
	color: #333;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.4;
	font-size: 0.9em;
	
}

#menu li a
{
	text-transform: inherit;
	text-decoration: none;
	color: #000;
}


#menu li a:hover {
	color: #6A3B99;
}

#selected
{	
	background-image: url(cross-out.png);
	background-repeat: repeat-x;
	background-position: right 0.5em;
}

#menu li#selected a {
	color: #5A4B68;
}




/* fonts */

p {
	font-size: 0.9em;
	line-height: 1.2;
}

.note {
	font-size: 0.8em;
	font-style: italic;
}

.hidden {
	display: none;
	visibility: hidden;
}
