@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.gray {
	color: #7D7D7D;
}
a {
	color: #000000;
	text-decoration: underline;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	font-family:arial;
	text-transform: none;
	margin-top: 0px;
}

.picture:hover {
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	padding:0px;
	background-color:#FFF
}

.picture {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	margin-bottom: 10px;
	padding:0px;
	background-color:#FFF
}


h2 {
	font-size: 18px;
	font-weight: bold;
	font-family:arial;
	margin-bottom: 5px;
	margin-top: 12px;
}


table {
	line-height: 22px;
	font-size: 14px;
}
ul {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: -20px;
	font-style: normal;
}

.list-project {
	width:925px;
	padding:15px;
	margin: 0 auto 0 auto;	
}
.item-project {
	width:430px;
	float:left;	
	margin-bottom:40px;
}
