	body {
		font-family:Arial;
		font-size:11px;
		margin:30px;
	}
	ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	ul li {
		padding:3px 0 3px 0;
	}
	a {
		text-decoration:none;
		color:#333;
		background:#FFF;
		padding:2px;
	}
	a:hover {
		text-decoration:underline;
	}
	h1 {
		margin-top:0;
	}
	p {
		line-height:20px;
	}
	
	/*
		Multumiri ->
		-> http://floating-menu.qarchive.org/
	*/
	/* FLOATING MENU *//*/////////////////////////////////////*/
	#nav_panel {
		width: 250px;
		border-bottom: 1px solid white;
		position: fixed;
		z-index: 2;
		padding: 2px;
		padding-top:35px;
		background: url(img/roman_tolici.gif) no-repeat;
		
		_position: absolute;
		_top: expression((dummy = document.documentElement.scrollTop) + "px");
	}
	#main_menu {
		width:70px;
	}
	#sub_menu {
		width:150px;
	}
	#sub_menu a {
		text-decoration:none;
		background:#fff;
	}
	#sub_menu a:hover {
		text-decoration:underline;
		color:#333;
	}
	#selected a {
		color:#bf0000;
	}
	#sub_menu span {
		color:#CCC;
	}
	
	/* MACHETARE CONTENT *//*////////////////////////////*/
	.main_content {
		width:100%;	
	}
	.container {
		width:600px;
		float:right;
		text-align:right;
	}
	#thumbs img {
		border:none;
		padding-bottom:30px;
	}
	#large_image {
		border:none;
		padding-bottom:10px;
	}
	#large_desc {
		padding-bottom:10px;
		text-align:left;
	}
	
		/* PICTURA *//*////////////////////////////*/
		.pictura_comment {
			padding-bottom:50px
		}
		
		/* CONTACT *//*////////////////////////////*/
		#text_contact {
			font-weight:bold;
			font-size:15px;
			text-align:right;
		}
		
		/* BIOGRAFIE *//*////////////////////////////*/
		#biografie {
			text-align:left;
		}
		#biografie ul {
			list-style-image: url(img/arrow.gif);
			margin-left:40px;
		}
		.bio_cat {
			font-weight:bold;
			margin-top:10px;
			padding-top:5px;
		}
	
	/* CLASE GENERALE *//*////////////////////////////////////////*/
	.clear {
		clear:both;
	}
	.f_left {
		float:left;
	}
	.f_right {
		float:right;
	}
	.sub_parent ul {
			margin-left:40px;
	}