HTML{
	width: 100%;
	margin: 0px auto auto auto;	
}

BODY{
	background: #f1f7f7;
	cursor: default;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	margin: 0px auto auto auto;	
	padding: 0px;
}

P{
	margin: 0px;
	padding: 0px;
}

H1{
	padding: 0px;
	margin: 0px;
	color: #000;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 20px;
	padding-top: 10px;
}

H2{
	padding: 0px;
	margin: 0px;
	color: #000;
	font-weight: normal;
	font-size: 19px;
	line-height: 19px;
	padding-bottom: 19px;
	padding-top: 20px;
}

H3{
 	font-size: 14px;
 	font-family: Arial;
 	color: #ffffff;
}

IMG{
	border: 0px;
	margin: 10px;
}

A{
	outline: none;
	color: #000000;
	text-decoration: none;
}

A:hover{
	color: #000000;
	text-decoration: underline;
}

DIV.site{
	margin: 0px auto 0px auto;
	width: 895px;
	height: 100%;
	position: relative;
	border: 5px solid #ffffff;
}

DIV.site DIV.header{
	width: 895px;
	height: 105px;
	background: #ffffff;
	border-bottom: 7px solid #dcdbda;
}

DIV.header IMG{
	position: absolute;
	top: 20px;
	left: 35px;
	margin: 0px;
}

DIV.logo{
	float: left;
}

DIV.menu{
	float: right;
	padding-left: 10px;
	position: absolute;
	top: 40px;
	right: 0px;
	height: 31px;
	line-height: 31px;
	width: 520px;
	font-weight: bold;
	background: #d11b28;
}

DIV.site DIV.clear{
	clear: both;
}

DIV.menu A{
	padding: 17px 10px;
	color: #fff;
	font-weight: bold;
}

DIV.menu A:hover{
	padding: 17px 10px;
	text-decoration: underline;
}


DIV.site DIV.content{
	width: 865px;
	min-height: 480px;
	padding-left: 30px;
	padding-bottom: 15px;
	/*background: #fff url('/img/bg.jpg') no-repeat top right;*/
}

DIV.site DIV.content DIV.text{
	color: #000000;
	padding-top: 15px;
	width: 440px;
}

DIV.site DIV.content DIV.picture_1 IMG{
	position: absolute;
	/*top: 112px;
	right: 0px;*/
	top: 160px;
	right: 65px;
	margin-right: -5px;
	margin-top: -8px;
}

DIV.site DIV.footer{
	width: 895px;
	height: 34px;
	background: #ffffff;
	color: #000;
	text-align: center;
	padding-top: 15px;
	border-top: 3px solid #d11b28;
}

DIV.people_table{
	padding-top: 10px;
	width: 440px;
}

.left{
	float: left;
	width: 128px;
}

.right{
	float: right;
	width: 312px;
}

.left2{
	float: left;
	width: 200px;
}

.right2{
	float: right;
	width: 214px;
}

DIV.delimiter{
	height: 2px;
}

.table{
	width: 450px;
	background: #ffffff;
 	font-size: 12px;
 	font-family: Arial;
 	color: #000000;
 	border: 1px solid #e5e5e5;
}

.table IMG{
	margin: 5px;
}

DIV.people_table DIV.pagination{
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 12px;
 	color: #cc0033;
}

DIV.people_table DIV.pagination DIV.numbers{
	width: 439px;
	float: left;
 	text-align: center;
}

DIV.people_table DIV.pagination DIV.numbers A{
	font-family: Arial;
 	font-weight: bold;
 	font-size: 12px;
 	color: #cc0033;
 	text-align: center;
}

DIV.people_table DIV.pagination DIV.numbers A:hover{
 	font-weight: bold;
 	font-size: 12px;
 	color: #cc0033;
 }

DIV.people_table DIV.pagination DIV.stanga{
	float: left;
}

DIV.people_table DIV.pagination DIV.dreapta{
	float: right;
}

DIV.people_table DIV.pagination DIV.clear{
	clear: both;
}

DIV.people_table DIV.pagination IMG{
	margin: 0px;
}


.header_active{
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

.header_inactive{
	text-decoration: none;
	color: #000000;
}

.footer_active{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.footer_inactive{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

/*****FORM*******/

FORM{
	display: inline;
	margin: 0;
	padding: 0;
}

FORM INPUT.box,
FORM TEXTAREA.box{
	font-family: Arial;
	font-size: 12px;
	padding: 2px 3px 3px 3px;
	border: 1px solid #D1D1D1;
	background: #F4F4F4;
}

FORM SELECT.box{
	font-family: Arial;
	font-size: 12px;
	padding: 2px 1px 3px 3px;
	border: 1px solid #D1D1D1;
	background: #F4F4F4;
}

FORM INPUT.button{
	width: 90px;
	height: 23px;
	line-height: 23px;
	background: #e5e5e5;
	border: 1px solid #d11b28;
	color: #d11b28;
	font-size: 14px;
	font-weight: bold;
	text-align: center;	
}

FORM INPUT.button:hover{
	color: #d11b28;
	text-decoration: underline;
	background: #c5c5c5;
	text-decoration: none;
}

FORM SPAN.error{
	color: #dd1532;
	font-weight: bold;
}
