/* General */
body
	{
	background: black;
	font-family:Tahoma;
	margin:0px; padding:0px;
	overflow:hidden;
	}
a
	{
	color:#000088;
	text-decoration:none;
	}
a:hover
	{
	text-decoration:underline;
	}
	
/* Background */
#back_img
	{ width:100%; }
#back_img_table
	{ width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:0; }
#content_frame
	{
	border:0px;
	}
/*Transparency */
.transbox 
	{
	/*padding-top:.3em; padding-bottom:.3em;*/
	background-color: #fff;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	}
.solidbox
	{
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	}
/* Elements */
#tb_content
	{
	z-index:1;
	position:absolute; left:23%; top:10%; width:75%; height:80%;
	}
#sb_content
	{
	z-index:1;
	position:absolute; left:23%; top:10%; width:69%; height:70%;
	padding:3%;
	overflow-y:scroll;
	}
#sb_menu, #tb_menu
	{
	z-index:1;
	position:absolute; left:1%; top:10%; width:20%; height:80%;
	}
#sb_title, #tb_title
	{
	z-index:1;
	position:absolute; left:20%; top:1%; width:60%; height:6%;
	font-size:1.8em; font-weight:bold;
	}

/* Individual */
ul
	{
	list-style: none;
	padding:0px; margin:0px;
	}
li
	{
	padding-left:4px;
	}
#sb_menu a
	{
	font-weight:bold; color:black;
	}
#sb_menu a:hover
	{
	color: red; text-decoration:none;
	}