body{
	background-color: #5391C2;
	font-family: Candara;
	font-size: 14px;

}

.clear{
	clear: both;
}

.main{

	width: 934px;
	margin: 0 auto;
}

nav{

	height: 35px;
	background-color: #E31C77;
}

nav ul{

	margin: 0;
	padding: 0;
}

nav ul li{

	float:left;
	list-style-type: none;
	margin:10px 20px  0 0;
}

nav ul li a{

	color: #fff;
	text-decoration: none;
	
}

nav ul li:first-child{

	margin: 0;	

}

nav ul li:last-child{

	margin:0 0 0 8px;
}

nav ul li:hover {
	border-bottom : 2px solid #fff;
	padding-bottom: 6px;
}

nav ul li:last-child:hover,nav ul li:first-child:hover{

	border-bottom: none;
	padding-bottom: 0;

}

nav{

	margin: -5px 0 0 0;
}

.circlesimg{
	width:934px;
	height: 327px;
	background: url(img/circles.jpg) no-repeat;

}

.sidebarleft{
	float: left;	
	margin-top:-5px;
}

.newsarea{

	width: 505px;
	height: 435px;
	float: left;
	background-color: #fff;
	margin-top: -5px;
}

.newstitle{
	background:url(img/haberler_title.jpg) no-repeat center center;
	width: 505px;
	height: 48px;
}

.news ul{

	margin-left: 40px;
}

.news ul li{
	margin-bottom: 10px;

	
}

.news ul li a{
	color:#1C1960;
	text-decoration: none;
	font-weight: bold;;
}

.news ul li a:hover{
	text-decoration: underline;
}


.sidebarright{
	float: left;	
	margin-top:-5px;
}



aside ul{
	margin: 0;
	padding: 0;
}

aside ul li{
	list-style-type: none;
	margin-bottom: -5px;
}

.testesarea{
	background-color: #fff;
	margin-top: -5px;
	width: 910px;
	margin-left: 22px;
	
}
 
.test_title{

	width: 910px;
	height: 51px;
	background: url(img/list_title.jpg) no-repeat;
	
}



.testesarea ul{
	margin: 50px 70px;
	padding: 0;
	float: left;
}



.testesarea ul li{
	font-style: 16px;
	font-weight: bold;
	color: #19195F;
	margin-bottom: 25px;
	list-style-type:none;
	border-left: 2px solid #E31C77;
	padding-left: 10px;
}
