* {
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
.left{float: left}
.right{float: right}
.fix{clear: both; height: 1px;line-height: 1px;}
* html img { b:expression(pngimg(this)); }
strong{font-weight: bold}
em{font-style:italic;}
a{color: #000; text-decoration: none}
body{font-family: helvetica, sans-serif; background: #FFF;}

#header{
	width: 870px; 
	margin: 10px auto;
	background-image: url('img/logo.jpg');
	background-repeat: no-repeat;
	padding: 0px 0 0 60px;
	}
#header a#home{
	display: block;
	height: 95px;
	width: 165px;
	position: relative;
	right: 60px;
	}
#header h1{
	color: #ffd100;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 3px;
	}	
#header p#menu{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #8c8c8c;
	width: 800px;
	height: 29px;
	border-top: solid #c1c7e1 1px;
	border-bottom: solid #c1c7e1 1px;
	padding: 3px 0;
	float: left;
	}
#header p#menu a{color: #8c8c8c}
#header p#menu a:hover{color: #0d3896;}
#header p#menu a.sel{color: #0d3896;}		
	
#header #lang{
	margin-right: 70px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	word-spacing: 5px;
	}
#header #lang a{ color: #8c8c8c; }
#header #lang a:hover{ color: #ffd100; }			
#header #lang a.sel{ color: #ffd100; }

#header a#info{	
	width: 50px;
	height: 50px;
	position: relative;
	top: -15px;
	right: 10px;
	background-image : url('img/info.jpg');
	background-repeat: no-repeat;
	display: block;
	float: right;
	}
#header a#info:hover{
	background-image : url('img/info_on.jpg');	
	}
	
#main{
	position: relative;
	top: -20px;
	width: 870px;
	margin: auto;
	padding-left: 60px;
	}	
			
		