<!--

	body { margin-top:50px; margin-left:60px; color:#606060; }
	h1 { font-size:50px; color:#808080; font-weight:normal; margin-bottom:10px; }
	h2 { font-size:22px; color:#606060; font-weight:bold; margin-bottom:5px; }

	img { border:0px; }
	img.cimg
	{ 
		border-top:1px; border-bottom:1px;	
		border-color:#505050; border-style:solid;
	}
	
	img.gallery { margin-bottom:15px; }
	
	
	div#left  { width:125px; float:left; }
	div#right { float:left; }

	
	div#navigation { margin-bottom:20px; margin-top:15px; }
	div#headline   { font-size:18px; letter-spacing:2px; height:60px; color:#606060; width:450px; }
	div#content    
	{
		width:450px;
		font-size:11px; font-family:Verdana;
		text-align:left;
		
		line-height:16px;
		
		text-align:justify;
	}
		
		
	div#navigation a
	{ 
		margin-right:20px;
		font-family:Verdana;
		font-weight:bold;
		font-size:11px; color:#606060; 
	}
	div#navigation a:hover  { color:#000000; }
	div#navigation a.marked { color:#000000; }

	
	div#content ul { list-style:none; padding-left:0px; margin-left:0px; }
	div#content li { margin-top:10px; text-align:left; }
	

//-->