
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 12px/1.4 Helvetica, sans-serif; color: #999999; background: url(../img/body_bg.png) repeat-y left top; }


#page-wrap { 
	 margin:0 auto;
    margin: 60px auto 5px; 
    padding: 8px;
	 width: 1200px;
}

#left{
	float: left;
	width: 300px;
	height: 1000px;
} 

#main-content { padding: 14px; }

h1 { font: bold 32px Helvetica, Arial, Sans-Serif; letter-spacing: -1px; padding: 14px; color: #333; text-shadow: 1px 1px 1px white; }
p { margin: 0 0 15px 0; }
img {
	border: none;
}

nav{
	margin-top: 30px;
	margin-bottom: 30px;
}
 
nav ul { 

}
nav ul li { 
	list-style: none;
}
nav ul li a {
	text-decoration: none;
	color: #000000;
	font: 24px Helvetica, Arial, Sans-Serif;  
	font-weight: lighter;

}
nav ul li a:hover {
	text-shadow: 0px -1px 1px #20C5E2;
}	
nav ul li a:active, nav ul li a.current {
	/*position: relative;
	top: 1px; */
}

#languages{
	height: 55px;
	width: 70px;
	padding-top: 40px;
	margin-top: 30px;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
}

#languages span{
	background: url(../img/lang_line.png) no-repeat center center;
	width: 200px;
	text-align: justify;
	margin-left: -10px;
}

#languages a{
	text-decoration: none;
	font: 14px Helvetica, Arial, Sans-Serif;  
	color: #999999;
}
#languages a#pl{
	margin-right: 22px;
	margin-left: 10px;
	}
#languages a#pl:hover{
	color: #686868;
}
	
#languages a#en:hover{
	text-shadow: 1px 0px 1px #20C5E2;
}	


#slogan{
	height: 85px;
	width: 70px;
	padding-top: 40px;
	border-bottom:1px solid #999999;
}
#slogan span{
	margin: 0;
	font-weight: bold;
	color: #7D7D7B;
	display: block;
	width: 200px;
}
#contact{
	color: #666666;
	width: 70px;
	padding-top: 40px;
	border-top:1px solid #999999;
}

#contact h3{	
	color: #666666;
	font-weight: lighter;
}

#contact div.block{
 margin-top: 15px;
}

#contact p{
margin: 0px;
	display: block;
	width: 200px;
}

#contact #contact_show{

}
