/* dic. 09 - css per Justynapawlowska.com */

/* border: 1px #000 solid; */ 

* {
border: none;
margin: 0;
padding: 0;
}

a, :link, :visited, :active {
text-decoration: none;
color: #fff;
}

a:hover {
color: #666;
}

ul {
list-style-type: none;
}

body {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 77%;
	text-align: center;
	color: #fff;
	background-color: #222223;
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 90%;
	text-align: left; /* resets the text alignment */
	margin: -80px auto 0; /* centers the container */
	}

#header {
	z-index: 3;
	position: absolute;
	}

#menu  {
	padding: 0  0 0 8px;
	width: 15%;
	}

#menu li a {
	display: block;
	width: auto;
	}

#maincontent, #txt_content, #img {
	position: absolute;
	z-index:-1;	
	top: 180px;
	left: 150px;
} 


#txt_content {
	width: 500px;
    padding: 130px;
	background-color: #0D0D0E;

	}

#txt_content h2 {
	font-size: 1.5em;
	}
	
#txt_content p {
	line-height: 2em;
    margin-top: 10px;
	}
    
    
/* stili per pag bio.html */

    img.float_dx {
    float: right;
    margin: 15px 0 15px 15px;
 }     


 /* stili per pag contacts.html */
    
    
	#contact_form{
	margin-top: 10px;
	}
	
	#contact_form  h3 {
	font-size: 1.1em;
    margin-top: 10px;
    }
	
	input {
	margin-top: 3px;
	}