html,body {
	margin: 0px;
	padding: 0px;
	background-color: #1d1d1d;
}

a:link {
	color: #f8f8ff; font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none; font-weight: bold;
	color: #eee;
}
a:hover {
	text-decoration: none; font-weight: bold;
	color: #FFC;
}
a:active {
	text-decoration: none; font-weight: bold;
	color: #9FF;
}

.rounded { 
	margin: 0pt auto; 
	width: 95%;  
	}

#wrap {
	margin: 25pt auto; 
	width: 85%; 
	background-color: #363636;  
}
	
#main {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.renk {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #e6e6fa;
	font-weight: bold;
	letter-spacing: 3px;
} 

#nav {
	width: 97%;
	height: 211px;
	margin-left: auto;
	margin-right: auto;
	text-shadow: #afeeee 1px -1px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: right;
	font-size: 16px;
	background-image:url(../images/n2.png);
	background-repeat:no-repeat;
	background-position:top left;
	color: #e6e6fa;
}

#nav a{ color: #fff; text-align: center; text-decoration: none; padding: 10px 5px 4px 4px; font-weight: bold;}

#nav a:hover{
	padding:10px 5px 4px 4px;
	color:#FFC;
	font-weight: bold;
}

#nav a:active{
	padding:10px 5px 4px 4px;
	color: eee;
	font-weight: bold;
}
	
#nav a:visited{
	padding: 10px 5px 4px 4px;
	font-weight: bold;
}


.img {
	border: 4px double #ccc;
	background: #000;
}

.sm {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	letter-spacing: 2px;
	}
	

