*, html {
	margin:0 auto;
	padding:0;
	text-decoration:none;
}

body{
	background-color:#000;
	font-family: "Verdana, Geneva, sans-serif";	
}

.ana{
	margin:0 auto;
	padding:0;
	
	background-image:url(images/bg2.jpg) ;
	width:900px;
	height:1000px;
	
}

.ortatutucu{
	width:800px;
	height:auto;
	margin:0 50px 0 50px;
	
	
	}
.logotutucu{
	width:800px;
	height:auto;
	background-color:#FFF;
	
	}
	
.logo{
	width:340px;
	height:auto;
	float:left;
	
	}
.menutut{
	width:460px;
	height:114px;
	float:right;
	background-color:#FFF;
	}
.menuust{
	width:450px;
	height:54px;
	background-color:#FFF;
	
	}
.bayi{
	width:160px;
	height:35px;
	float: right;
	
	}
	
#menu{
	margin-top:19px;
	width:450px;
	height:60px;
	
	font-family:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-size:12px;
	
	}

#menu ul {
    
	float:right;
	list-style:none;
    padding: 0;
    margin: 0;
	}
#menu ul li {
	    display: inline;
		
	}
#menu ul li a {
		padding:25px 15px 25px 15px ;
	    text-decoration: none;
	    border-top:#A6CE38 3px solid;
	    color: #FFF;
		
	    background-color: #000;
	}
#menu ul li a:hover	{
	font:Verdana, Geneva, sans-serif 12px bold;
	background-color: #006;
	border-top:#A6CE38 15px solid;
	margin:0.5px;
	
}

.banner{
	clear:both;
	padding:0;
	margin:0;
	float:left;
	width:800px;
	height:200px;
	
	
}

.ortasol{
	margin:15px 0 0 0;
	width:300px;
	height:auto;
	float:left;
}

.ortasag{
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	margin:15px 0 0 0;
	width:480px;
	height:auto;
	float:right;
	border:#FFF 1px solid;
	padding:15px 5px 15px 10px; 
}

h1{
	color:#A6CE38;
	font:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	}
.alt{
	color:#FFF;
	padding:15px 0 0 0;
	float:left;
	width:800px;
	height:36px;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin:15px 0 0 50px;
	
	
}


.container { 
	width:300px; 
	height:600px; 
	overflow:hidden; 
	position:relative; 
	cursor:pointer; 
	border:0;
	}
.container img{border:0;}
.slides { 
		position:absolute; 
		top:0; 
		left:0; 
	}
.slides div { 
		position:absolute; 
		top:0; 
		width:300px; 
		display:none; 
		}
#loopedSlider,#newsSlider { 
		margin:0 auto; 
		width:300px; 
		position:relative; 
		clear:both;
		}