/* 
	www.pankiewicz.eu 
	CSS Template
	
*/
   
body{
	text-align:center;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#fff;
	background:#fff url(content_bg.jpg) repeat-y top center;
	}
	
#main{
	width:512px;
	position:absolute;
	left:50%;
	margin-left:-256px;
	}
	
* html #main{ /* for IE	*/
	margin-left:-256px;
	}
	
#main h3{
	padding:6px 0;
	background:url(header_bg.gif) top left repeat;
	}
	
#submain, #latestentries{
	padding:0 30px;
	text-align:justify;
	}
	
#latestentries h3{
	margin-top:1.4em;
	}
	
#pageHeader{
	width:616px;
	height:319px;
	background:url(header_bg.jpg) no-repeat top left;
	}
#language {
	padding: 10px 0 0 0;
}

div#language a {
	display: block; margin-bottom: 1px; border-bottom: 1px solid #d3d3d3;
	text-align: center; float: left; width: 90px; font-size: 1em;
	color: #000; clear: left; padding-right: 5px;
	font-weight: normal; text-decoration: none; line-height: 20px; text-indent: 8px;}
	
#headerSpacer{
	height: 273px;
	vertical-align: bottom;
	color: black;
	text-align: left;
	
}	
#pageTitle{
	margin-left: -130px;
	font-size: 1.6em;
	font-weight: bold;

}	

#footer{
	width:512px;
	height:56px;
	text-align: center;
	background:url(footer_bg.jpg) bottom left no-repeat;
	margin-left:-30px;
	color: #444;
	}

#tabcontent {width:250px; margin: 0 0 0 0; padding: 0 0 0 0; }	

/***/	
/***/	
/***/	
	
h1, h2, h3{
	font-size:1.4em;
	text-align:left;
	margin:0;
	padding:0;
	text-indent: 20px;
}
	
p{
	margin:0.9em 0 0.9em 0;
	padding:0;
	line-height:1.2em;
	}
	
a:link, a:visited{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
	}
	
a:hover, a:active{
	color:#bcd0e5;
	text-decoration:none;
	}
		
	
#personal_img{
	position:fixed;
	top:0;
	width:40px;
	height:400px;
	left:50%;
	margin-left:-298px;
	background:url(pankiewicz-eu.jpg) no-repeat top left;
	}
	
* html #personal_img{
	position:absolute;
	}
	
/*
	hide
*/

#pageHeader h1{
	display:none;
	}

div#menu {
	position: absolute; 
	top: 95px; 
	left: 515px;
	width: 110px; }
	
div#menu a {
	display: block; margin-bottom: 1px; border-bottom: 1px solid #d3d3d3;
	text-align: right; float: left; width: 100px; font-size: 1em;
	color: #000; clear: left; padding-right: 5px;
	font-weight: normal; text-decoration: none; line-height: 20px; }
	
a:hover, a:active { 
	background: #E5471F; text-decoration: none; color: #000; }
	
