/*Design by Nur , 2009 - www.designbynur.com*/

body {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/bg3.gif);
	background-repeat: repeat;
	list-style-image: url(../images/drp.png);
	list-style-position:outside;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #003;
	text-decoration: none;
}
a:visited {
	color: #066;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: none;
}
a:active {
	color: #690;
	text-decoration: none;
}
a {
	font-weight: bold;
}

#nav {
	width: 98%;
	height: 30px;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	color: #6FF;
	text-shadow: #000 1px -1px 1px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a {
	color: #FFF;
	text-align: center;
	text-decoration: none;
	padding: 2px 3px 2px 5px;
}

#nav a:hover {
	color: #3FF;
	text-decoration: none;
	padding: 2px 3px 2px 5px;
}

#nav a:active {
	padding: 2px 3px 2px 5px;
	color:#9F6;
	text-decoration: none; color:#9F6;
}
	
#nav a:visited {
	padding: 2px 3px 2px 5px; text-decoration: none;
}


.center {
	text-align: center;
}

#wrap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	color: #000;
	background-color: #fff;
	-moz-border-radius: 20px 0 0 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	}	
	
#footer {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	color: #ccc;
	font-size: 11px;
	border-top: 1px dashed #E8F4FA;
	}	

.renk {
	color: #060;
	font-weight: bold;
}

.sm {
	color: #666;
	font-size: 10px;
}