body{
	font-family: arial, tahoma, sans-serif;
	width: 100%; text-align: center;
	margin: 0px; font-size: 12px;
}
img { border: 0px; } 
a { text-decoration: none; }

.wrap{
	width: 790px; height: auto;
	font-size:12px;  text-align: left;
	padding: 0 24px 0 33px;
}	
	.header{
		float: left; width: 790px; height: auto;
		padding: 0 0 3px 0;
	}
	
	.menu{
		float: left; width: 775px; height: 27px;
		background-image: url(menu_bg.jpg);
		padding: 4px 0 0 15px;
		border-bottom: solid 3px #2c2825;
	}
		.menu a{
			font-size: 16px; font-weight: bold;
			color: #aaa; text-transform: uppercase;
			margin-right: 20px;
		}
		.menu a:hover{ color: #fff; }

	.extra{
		float: left; width: 790px; height: 28px;
		background-color: #2c2825;
		border-top: solid 6px #4d4948;
	}
	
	.title{
		float: left; width: 630px; height: 22px;
		font-size: 15px; font-weight: bold; color: #b73832;
		text-align: right;
		padding: 9px 160px 0 0px;
		border-bottom: solid 4px #2c2825;
	}

	.main{
		float: left; width: 790px; height: auto;
		background-image: url(main_bg.jpg); background-repeat: repeat-y;
		padding: 12px 0 0 0;
	}
		.left{
			float: left; width: 150px; height: auto;
		}
			.noutati{
				float: left; width: 123px; height: auto;
				padding: 0 17px 100px 10px;
			}
				.noutati em { display: block; color: #c43b37; font-size: 14px; font-weight: bold; margin: 0 0 15px 0; }
				.noutati p { font-size: 11px; color: #444; padding: 0px; margin: 0px; }
				.noutati span { font-size: 11px; color: #c43b37; }
			
			.mipa{
				float: left; width: 150px; height: auto;
				text-align: center;
				padding: 0 0 30px 0;
			}
			.mipa img{ margin-bottom: 4px; }
			
		.content{
			float: right; width: 465px; height: auto;
			background-color: #ebebeb; padding: 10px;
		}
		.right{
			float: right; width: 150px; height: auto;
			text-align: center;
		}
		
	.footer{
		clear: both; width: 750px; height: 31px; background-color: #5e5f59; 
		color: #e6e7e2;
		padding: 3px 20px 3px 20px;
	}		
		.fa{
			float: left; width: 200px; height: auto; 
			text-align: left;
		}
		.fb{
			float: right; width: 550px; height: auto; 
			text-align :right; font-size: 11px;
			padding: 2px 0 3px 0;
		}
			.fb a{ color: #e6e7e2; }
			.fb a:hover{ color: #fff; }
	
.noborder{ border: 0px; }
.clear{ clear: both; font-size: 1px; }