@charset "utf-8";

h1 {font-size:35; color:#999;}
h3 {font-size:15; color:#F00;}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-10px;
	
	left: auto;
	right: auto;


}
#header {
	height: 160px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFF;

}
#logo {
	float: left;
	height: 140px;
	width: 200px;
	z-index: 3;
	margin-top:20px;
	
	
}
#hasmak_link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	float: left;
	height: 20px;
	width: auto;
	z-index: 3;
	margin-left: 350px;
	margin-top: 130px;
	margin-right:0px;
}


#nav {
	width: 900px;
	clear: both;
	float: left;
	margin-right: auto;
	margin-left: auto;
	background-image:url(img/nav_bg.png);
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	height:50px;

	
	
}


#section {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#FFF;
	text-align:justify;
	background-image:url(img/section_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	
}
#hasmak_logo {
	float: right;
	height: 70px;
	width: 150px;
	margin-top:-110px;
	margin-right:30px;
	

}
#wrapper #section {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	width: 900px;
	z-index: 4;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: justify;
	margin-top: 20px;
}
#article {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: justify;
	padding: 20px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	z-index: 6;
}





#footer {
	height: 93px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 20px;
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666;
}

.legacy {
	font-size:9px;
	color:#666;	
}


  #sol_icerik {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: transparent;
	z-index: 7;
	padding: 10px;
	float: left;
	width: 530px;
	border-radius: 5px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 5px;
	padding: 5px;
	font-size: 12px;
}
  #sag_icerik {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	z-index: 7;
	background-color: transparent;
	float: left;
	width: 240px;
	border-radius: 5px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 10px;
	font-size: 12px;
}
  #content_temizle {
	clear: both;
}










/* links
*************************/

 a:link { text-decoration: none; color:#06F; font-weight:bold;}
 a:visited { text-decoration: none; color:#06F;  }
 a:hover {	text-decoration: none; color:#F90; }
 a:active{	text-decoration: none; }


#menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	float: left;
	width: 150px;
	position: relative;
}
#menu a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;	
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	border: 1px solid #;
	text-align: center;
	line-height: 30px;
	margin-right: 2px;
	padding-top: 10px;


}
#menu a:hover {
	background-image:url(img/nav_hover_bg.png);
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	color:#000;
	height:40px;
	
	}
