@charset "utf-8";
/* CSS Document */


.projeler {
	width: 720px;
	height: 470px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	}
.kutu {
	width: 120px;
	height: 125px;
	float: left;
	border: 2px solid #E9E9E9;
	background: #F9F9F9;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 12px;
	}
.projeler .kutu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	display: block;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.projeler .kutu a img {
	margin-top: 0px;
	margin-bottom: 4px;
	width: 120px;
	height: 90px;
}

.projeler h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 10px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
