a{
	text-decoration: none;
}
img{
	border:0;
}
ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
body {
	background:#3f484b;	
	margin:0;
	padding:0;
	
}
.spacer{
	clear:both;
	font-size:0;
	line-height:0;
}
#headerFull {
	background:#ebebeb;	
	width:100%;
	padding:15px 0;
}
#header {
 	width: 940px;
	margin: 0 auto;
}
#navFull{
	background:#4892D3;
	width: 100%;
}
#nav {
 	width: 940px;
 	margin:0 auto;
 	line-height: 23px;
 	height:50px;
 	background:#4892D3;
}
#nav ul li a{
	float:left;
	font-family:arial;
    font-size: 15px; 
    font-weight: bold;
    color: #FAFAFA;
	border-radius: 2px 2px 2px 2px;
	transition: all 0.2s ease-in-out 0s;
    margin: 10px 5px;
    padding: 5px 8px;
    text-decoration: none;
}
#nav ul li a:hover{
	color:#4892D3;
	background: #FAFAFA;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
#bodyFull{
	background:#ebebeb;	
	width:100%;
	padding:20px 0;
}

#body {
	width: 940px;
	margin: 0px auto;
	padding:10px;
	background:#fafafa;
	color: #000;
	font-size: 15px;
}
#imaginePrezentare{
	width: 850px;
	margin:0 auto;
	box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.2);
	padding-bottom:10px;
	border:10px solid #e1e1e1;
}
#titleBody{
	width: 250px;
	background:#4892D3;
	margin:30px 0 50px 30px;
	padding:8px;
	color:#FAFAFA;
	font-size:16px;
	box-shadow: 4px 2px 10px rgba(0, 0, 0, 0.2);
	border-radius:5px;
}
#textBody{
	width: 860px;
	font-family:'arial';
	font-size:16px;
	color: #000;
	margin-left:50px;
	font-weight:normal;
	line-height:20px;
}
#textBody b{
	font-weight:normal;
}
#textBody a{
	color: #787A7D;
	font-size:14px;
}
.titleArticol{
    width:100px; 
 	text-align:center;
 	font-weight:bold;
    border-top: 1px solid rgb(170, 170, 170);
    border-bottom: 1px solid rgb(170, 170, 170);
    margin-bottom:20px;
}
#footerFull{
	width:100%;
}
#footer{
	width:940px;
	margin: 0 auto;
	color:#fff;
	padding:15px 0;
}
#footer #copyright{
	text-align:center;
 	font-size:14px;	
 	width:380px;
 	font-weight:bold;
 	float:left;
 	padding-top:7px;
}
#footer #firstDYROnline{
	width:90px;
	height:30px;
	float:left;
	margin-left:20px;
}
#footer #firstInfoDyr{
	width:90px;
	height:30px;
	margin-left:300px;
	float:left;
}