.anadiv{
	width:80%;
	height:900px;
	background-color:#4f4f4f;
	margin-left:auto;
	margin-right:auto;
	
}
.banner{
	width:100%;
	height:150px;
	background-color:#696969;
	color:white;
	font-size:60pt;
	text-align:center;
	text-shadow:2px 2px 20px blue;
	padding-top:20px;
	margin-bottom:15px;
}
.nav{
	width:20%;
	height:400px;
	background-color:#696969;
	color:white;
	padding-top:20px;
	float:left;
	margin-bottom:20px;
}
.content{
	font-family:roboto;
	width:78%;
	height:400px;
	background-color:#696969;
	color:white;
	padding-top:20px;
	float:left;
	margin-left:10px;
	margin-bottom:20px;
}
.kkutu1{
	width:20%;
	height:150px;
	background-color:#696969;
	color:white;
	float:left;
	
}
.kkutu2{
	width:25%;
	height:150px;
	background-color:#696969;
	color:white;
	float:left;
	margin-left:10px;
}
.kkutu3{
	width:25%;
	height:150px;
	background-color:#696969;
	color:white;
	float:left;
	margin-left:15px;
}
.kkutu4{
	width:25%;
	height:150px;
	background-color:#696969;
	color:white;
	float:left;
	margin-left:15px;
	margin-bottom:20px;
}
.footer{
	width:100%;
	height:200px;
	background-color:#696969;
	color:white;
	font-size:16pt;
	text-align:center;
	clear:both;
	
	
}
.resim1{
	width:200px;
	height:150px;
	
}
.resim2{
	width:270px;
	height:150px;
	
}
.resim3{
	width:500px;
	height:300px;
	margin-right:10px;
}

.baslik{
	text-transform:uppercase;
	text-align:center;
	background-color:#1A237E;
	
}

ul{
	list-style-type:none;
}

ul li a{
	color:white;
	text-decoration:none;
	font-weight:bold;
}

ul li a:hover{
	color:red;
	background-color:blue;
    display:block;
	text-indent:10px;
	font-size:16pt;
}
.sosyalmedya{
	width:50px;
	height:50px;
}

