/* CSS Document */
html, body
{
	background-color:#000000;
    margin:0px;
    padding:0px;
}
#top_spacer
{
    margin:0px;
    width:100%;
    height:25px;
	background-color:#000000;
}
#top_border
{
    background:url("pics/bkg_top_border.png") repeat-x;
    width:100%;
    height:9px;
    position:relative;
    z-index:1;
}
#bkg_paper
{
    background:url("pics/bkg_paper.png") repeat;
    width:100%;
    height:100%;
    float:left;
    margin-top:-5px;
}
#bkg_page
{
    background:url("pics/bkg_page.png") repeat-y;
    width:1000px;
    height:auto;
    margin:0px auto;
}
#top_content
{
    margin:auto 50px;
    width:900px;
    height:510px;
}
	#tree_invest
	{
		float:left;
		width:274px;
		height:503px;
		margin:-5px 0px;
	}
	#workbenchlink
	{
		float: left;
		position:absolute;
		width : 10px;
		height: 20px;
		margin-left: 145px;
		margin-top: 272px;
	}
	#tree_jaden
	{
		background:url("pics/Tree-Jaden.png");
		width:47px;
		height:130px;
		position:relative;
		top:315px;
		left:17px;
	}
	#spacer_company_name
	{
		height:10px;
	}
	#company_name
	{
		color:#686240;
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		font-weight:bold;
		padding-left:350px;
	}
	#company_sub_name
	{
		color:#B59C27;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		padding-left:470px;
	}
	#center_content
	{
		/*background:url("pics/bkg_paper.png") repeat;*/
		position:absolute;
		margin-top:30px;
		margin-left:280px;
		width:560px;
		height:400px;
		visibility:hidden;
	}
		#pbs_clip
		{
			margin-top:30px;
			margin-left:20px;
			width:auto;
			height:auto;
		}
	#tab_group
	{
		float:right;
		margin:10px auto;
		width:620px;
		height::450px;
	}
#line_separator
{
    background:url("pics/hr_line.png");
    width:850px;
    height:8px;
    margin:10px auto;
}
#bottom_content
{
	margin:auto 50px;
    width:900px;
    height:280px;
}
	hr
	{
		float:left;
		margin-left:15px;
		margin-bottom:0px;
		margin-top:0px;
	}
	ul
	{
		margin-top:3px;
		list-style-type:square;
	}
	ul a
	{
		color: #8A1D04;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-decoration:none;
	}
	#doc_icon
	{
		background:url("pics/doc_icon.png");
		float:left;
		width:50px;
		height:50px;
		margin-left:20px;
	}
	#doc_icon h5
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#3e3e3e;
		padding-left:65px;
		margin-top:20px;
	}
	#doc_cell
	{
		padding-left:20px;
	}
	#link_icon
	{
		background:url("pics/link_icon.png");
		float:left;
		width:50px;
		height:50px;
		margin-left:20px;
	}
	#link_icon h5
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#3e3e3e;
		padding-left:65px;
		margin-top:20px;
	}
	#movie_cell
	{
		padding-left:20px;
	}
	#mag_icon
	{
		background:url("pics/magnifying_glass.png");
		float:left;
		width:77px;
		height:50px;
		margin-left:20px;
	}
	#mag_icon h5
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#3e3e3e;
		padding-left:87px;
		margin-top:20px;
	}
	#mag_cell
	{
		padding-left:20px;
	}
#bottom_border
{
    background:url("pics/bkg_bottom_border.png") repeat-x;
	float:left;
    width:100%;
    height:16px;
    margin-top:-16px;
}
#bottom_spacer
{
   	float:left;
    width:100%;
    height:10px;
	background-color:#000000;
}
	



