/* -------<< Laylout of green >>------- */

#t_top
{
	background-image:url('img/bg_top.png');
}
	
	#t_top_bar
	{
		background-image:url('img/bg_top.png');
	}
	
		#t_top_logo
		{
		}
		#t_top_menu
		{
			color:#CCCCCC;
		}

#t_menu
{
	
}

	#t_menu ul
	{
	}

		#t_menu ul li 
		{
		}

#t_middle
{
	background-color:#0A160B;
	background-image:url('img/bg.png');
}
	
	#t_middle_top
	{
		
	}
	#t_middle_hierarchy
	{
		background:#000000;
		color:#93B49C;
	}
	#t_content
	{
		
	}

#t_bottom
{
	background-image:url('img/bg_bottom.png');
}

	#t_bottom_bar
	{
		background-image:url('img/bg_bottom.png');
	}
	
	#t_bottom_hierarchy
	{
		color:#93B49C;
	}
	
	#t_bottom_right
	{
		color:#CCCCCC;
	}
	
/* * * * * * * colors green * * * * * */

html, body  
{
	background: #112412;
	color:#000000;
}

a:link 		{ color:#008000; }
a:visited { color:#008000; }
a:hover 	{ color:#ef7c11; }

a.link_small:link { color:#93B49C; }
a.link_small:visited { color:#93B49C; }
a.link_small:hover { color:#ffffff; }

a.bright:link { color:#D1DBD1;  }
a.bright:visited { color:#D1DBD1;  }
a.bright:hover { color:#ffffff; }

a.dark:link { color:#213F1F; }
a.dark:visited { color:#213F1F; }
a.dark:hover { color:#ff0000; }

a.link_black:hover 		{ color:#ff0000; }

li
{
	
}

.color { color:#008000; }

/* * * * * Structure * * * * * */


.bar {
	background:#CFD8D3;
}

div.bar1, div.bar2, div.bar3
{
	background:#CFD8D3;
}


#t_content h1,h2
{
	color:#003300; 
}

/* ----------------< Forms >----------------- */

/* --------- figure ----------- */

	div.figure img
	{
		border:6px solid #000000;
	}
	
	div.figure span
	{
		
		color:#224D25;
	}

