@charset "utf-8";
body {
	font-family:Verdana, Geneva, sans-serif; font-size:10px; font-weight:normal; color:#000;
	background:url(../images/bg.jpg);
}
#sayfa {
	width:950px;
	margin:0px auto;
	background:#FFF;
	/*background:#EBECF6;*/
}
#banner {
	width:950px;
}
#left {
	float:left;
	width:300px;
	border-right:dotted 1px #333;
	margin:5px 0px 5px;
}
.haber-baslik {
	color:#102A86;
	font-weight:bold;
	font-size:12px;
	margin:10px 5px 5px 5px;
	border-bottom:dotted 1px #102A86;
}
.ok {
	margin-left:5px;
	float:left;
	width:10px;
	height:15px;
	padding-top:5px;
}
.haber {
	float:left;
	margin-left:5px;
	width:280px;
	line-height:20px;
	vertical-align:top;
}
.haber a { text-decoration:none; color:#000; }
.haber a:hover { text-decoration:underline; font-size:11px;}
.leftbox { margin:5px; border:solid 2px #102A86; clear:both;}
#main {
	float:right;
	width:640px;
	line-height:20px;
	font-size:11px;
	margin-left:5px;
}
#alt {
	clear:both;
	text-align:center;
	line-height:15px;
	padding-bottom:5px;
	border-top:solid 2px #009E6F;
	background:url(../images/alt.jpg);
}
#alt a { color:#000; text-decoration:none;}
#alt a:hover { text-decoration:underline;}