body{
	margin:1px;
	padding:1px;
	background-image:url("../resimler/su.jpg");
	
}

#main{
	border:1px solid;
	border-radius:10px;
	border-color:darkblue;
	margin-right:auto;
	margin-left:auto;
	width:920px;
}

#banner{
	border:1px solid;
	border-color:darkblue;
	border-radius:10px;
	background-color:rgba(255,0,0,0.3);
	height:200px;
	margin:5px;
	background-image:url("../resimler/banner.png");
}
#menu{
	border:1px solid;
	border-radius:10px;
	border-color:darkblue;
	width:200px;
	min-height:400px;
	margin:5px;
	float:left;
	
	
}
#menu a {
	display:block;
	margin:5px;
	color:red;
	text-decoration:none;
	border:1px solid darkgreen;
	border-radius:10px;
	padding:5px;
	background-color:lightblue;
	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:10px;
	margin:5px;
	float:left;
	width:695px;
	min-height:400px;
	text-align:center;
}
#icerik h1 {
	color:blue;
	font-size:24px;
	margin:5px;
	
	
}
#icerik p {
	color:darkgreen;
	text-align:justify;
	margin:5px;
	text-align:center;
}
#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;
	text-decoration:underline;
	font-weight:bold;
}
#footer a:visited{
	color:darkblue;
	font-weight:bold;
}
a	{
	text-decoration:none;
}

.mesajkutusu	{
	float:left;
	border:1px solid;
	margin:10px;
	background-color:lightsteelblue;
	width:250px;
	height:75px;
	border-radius:15px;
}
.mesajkutusu:hover{
	background-color:lavender;
	cursor:hand;
}
.mesajkutusu img{
	width:70px;
	height:70px;
	border-radius:35px;
	float:left;
	margin:5px;
	
	
}
span{
	font-size:10px;
	margin-left:20px;
	margin-top:20px;
}
.adsoyad{
	padding-top:10px;
	color:black;
	font-weight:bold;
}
.unvan{
	padding-top:5px;
	color:red;
	font-size:0.60em;
	text-align:center;
}
.tarih{
	padding-top:5px;
	font-size:10px;
	color:lightred;
}
.baslikdiv{
	clear:both;
}


