@charset "iso-8859-9";
/* CSS Document */

body { /* adi gibi body kendisi */
	background-color: #FFFFFF;
	margin: 14px 0px;
	}
#cerceve { /* tm malzemenin icerisinde yer aldigi olayin ana kahramani, margindeki auto sayfanin ortali olmasini sagliyor */ 
	margin: 0px auto;
	
	width: 740px;
	
	border: 1px solid #CCCCCC;
	background: #FFFFFF url(../images/koseMotif.gif) no-repeat bottom right;
	}
#fotoKutusu { /* buradaki arkadaslar random olaraktan yer buluyorlar kendilerine */ 
	margin: 14px 14px 0px 14px;

	width: 712px;
	height: 212px;
	}
#tema { 
	margin: 0px auto;
	background-image:url(../images/dernek.gif);
	background-repeat:no-repeat;
	
	width: 740px;
	height: 75px;
	}
#linkKutusu {
	margin: 0px 0px 0px -5px;
	background-image:url(../images/linkKutusu.gif);
	background-repeat:no-repeat;
	
	width: 184px;
	height: 272px;

	float:left;
	}
#solMenu {
	margin: 65px 0px 0px 0px;
	padding: 12px;
	float:left;
	
	min-width: 102px;
	height: 150px;
	
	font: 12px "Trebuchet MS", Verdana;
	color:#5A5A5A;
	}
	
#solMenu a { 
	color: #B20F0F; 
	text-decoration: none; 
}
#solMenu a:Hover { 
	text-decoration: underline;
}
#sayfaImaj {
	position:relative;
	
	width: 160px;
	height:61px;
	
	float:right;
	
	margin-top: 172px;
}
#icerik {
	width: 400px;

	margin: 60px 2px 10px 2px;
	padding: 14px;

	border:0px solid black;
	float: right;
	
	font: 11px "Trebuchet MS", Verdana;
	color:#444444;
	
}
#icerik P {
	font: 11px "Trebuchet MS", Verdana;
	color:#444444;
	text-align: justify;
}

#icerik H1 {
	font: 16px "Trebuchet MS", Verdana;
	font-weight: bold;
	color:#B20F0F;
}

#icerik a { 
	color: #444444; 
	text-decoration: none;
	font-weight:bold;
}
#icerik a:Hover { 
	text-decoration: underline;
}
#sayfaDibi {
	clear:both;
	margin: 5px auto;
	
	border:0px solid black;
	
	width: 740px;
	height: 25px;
	
	text-align:center;
	
	font: 9px "Trebuchet MS", Verdana;
	color:#808080;

}
#sayfaDibi a { 
	color: #808080;
	text-decoration: none;
}
#sayfaDibi a:Hover { 
	color: #B20F0F;
	text-decoration: underline;
	}
 .golge {
 	color:#CCCCCC;
	position:absolute;
	z-index:1;
	top:3px;
	left:3px;
	margin:0px;
 }
 .golgeUstu {
 	position:relative;
	z-index:2;
	color:#B20F0F;
	}