*{
	margin:0;
	padding:0;
}
html,body{
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
}
body{
	font-family: arial,sans-serif;
	font-size:12px;
	color:#424242;
}
#logo{
	position:absolute;
	top:58px;
}
div#container{
	/*width:960px;*/
	margin:0 auto;
	width:100%;
	min-width:960px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

div#header{
	/*width:100%;*/
	/*min-width:960px;*/
	height:200px;
	background-image:url("../images/layout/bg_header.gif");
	background-repeat:repeat-x;
	background-position:bottom;
	overflow:hidden;
}

div#footer{
	background: #0b72ff;
	color: #FFF;
	clear:both;
    width:100%;
	/*min-width:960px;*/
	float:left;
	text-align:center;
	height:15px;
	padding:5px 0 3px 0;
	margin-top:-23px;
}

div#centru{
	width:960px;
	margin:0 auto;
	height:auto;
	padding-bottom:25px;
}
div#wrapper{
	float:left;
	width:100%;
	margin-left:-380px
}
div#content{
	margin-left:380px;
}
div#navigation{
	float:right;
	width:380px;
	margin:30px 0 50px 0;
}
#h1{	
	margin:0 10px;
	height:40px;
	border-bottom:1px solid #0b72ff;
}
h1{	
	margin:20px 0 0 10px;
	font-size:12px;
	float:left;
	font-weight:normal;
}
h2{
	margin:10px 0 0 10px;
	font-size:12px;
	font-weight:bold;	
}
#h1Img{
	float:left;
	margin:18px 0 0 10px;
}
#continut{
	margin:0 10px;
}
#search{
	/*float:right;*/
	/*clear:left;*/
	margin:0 10px 0 0;
	color:#0b72ff;
	padding-top:30px;
}

