body{
	margin:1px;
	padding:1px;
	background-image: url("../resimler/su.jpg");
	background-color:lightblue;
}

#main{
	border: 1px solid;
	border-radius: 10px;
	border-color: darkblue;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}

#banner{
	border: 1px solid;
	border-color:darkblue;
	border-radius:10px;
	background-image: url("../resimler/banner.png");
	background-color : rgba(200,54,54,0.2);
	height:200px;
	margin:5px;
	
}

#menu{
	border: 1px solid;
	border-color:darkblue;
	border-radius:10px;
	width:200px;
	min-height:400px;
	margin:5px;
	float:left;
	
}

#menu a{
	display:block;
	margin:5px;
	color:red;
	text-decoration:none;
	border:1px solid darkgreen;
	padding:5px;
	background-color:rgba(0,150,200,0.5);
	box-shadow:0 0 5px #000000;
}

#menu a:hover{
	background-color:darkblue;
	color:yellow;
	font-weight:bolder;
}

#icerik{
	border: 1px solid;
	border-color:darkblue;
	border-radius:15px;
	margin:5px;
	float:left;
	width:695px;
	min-height:400px;
}

#icerik h1{
	color:blue;
	font-size:24px;
	margin:5px;
}

#icerik p {
	color:darkgreen;
	text-align:justify;
	margin:5px;
}

#footer{
	border: 1px solid;
	border-color:darkblue;
	border-radius:10px;
	clear:both;
	margin:5px;
	padding:5px;
	text-align:center;
}

#footer a{
	color:darkblue;
	margin:5px;
	text-decoration:none;
}

#footer a:hover{
	color:darkblue;
	margin:5px;
	text-decoration:none;
}

#footer a:active{
	color:darkblue;
	font-weight:bold;
	text-decoration:underline;
}
a {
	text-decoration:none;
}

.mesajKutusu {
	float:left;
	border:1px solid;
	margin:10px;
	background-color:lightsteelblue;
	width:250px;
	height:60px;
	border-radius:15px;
}

.mesajKutusu:hover{
	background-color:lavender;
	cursor:hand;
}

.mesajKutusu img{
	width:50px;
	height:50px;
	border-radius:35px;
	float:left;
	margin:5px;
}

span{
	font-size:18px;
	margin-left:20px;
	margin-top:20px;
}

.adSoyad{
	padding-top:10px;
	color:black;
}

.unvan{
	padding-top:5px;
	color:black;
	font-size:0.60em;
	text-align:center;
}

.tarih{
	padding-top:5px;
	font-size:10px;
	color:dimgray;
}

.baslikDiv{
	clear:both;
}