
body /*global configs*/
	{
	font-size:14px;
	font-family:verdana, sans-serif;
	background: #000000; 
	}
.main_body /*global color config*/
	{
	background-color:#1F1F1F;
	}
#top_menu /*language selection INACTIVE*/
	{
	position:relative;
	text-align:right;
	text-decoration:none;
	width:250px;
	margin-left:auto;
	}	
#logo /*logo as text */
	{
	color: #CCCCCC;
	font-size: 150%;
	position: relative;
	width:800px;
	text-align:left;
	margin:0 auto;	
	}
 #breadcrumb
	{
	width:800px;
	
	color:#CCCCCC;
	
	text-align:center;
	}
.main_body /*main body wrapper */
	{
	width:800px;
	padding:1em;
	position:relative;
	margin:auto;
	}
	
.desctxt
	{
	width:800px;
	height:280px;
	background-color:#CCCCCC;
	padding-bottom:5px;
	margin-bottom:10px;
	}
.desctxt p
	{
	padding-left:10px;
	padding-right:10px;
	margin-top: 30px;
	line-height:20px;
	}
.desctitle
	{
	font-variant:small-caps;
	font-weight: bold;
	padding:10px;
	}
.descimg
	{
	width:200px;
	height:200px;
	margin-top:15px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	}
#footer, a, #logo h3, #intro
	{
	font-variant:small-caps;
	font-weight: bold;
	color: #FF6600;
	}
a:hover
	{
	font-weight:normal;
	}
.imglnk 
	{
	color:#CCCCCC;
	}
#footer
	{
	position:relative;
	text-align:center;
	font-weight:normal;
	width:800px;
	margin:auto;
	}