@charset "UTF-8";
/* NUR KARLICA ROY 
www.designbynur.com
2009 CSS Document */
<!--
html, body {
	color: #333333;
	background-color: #E0F4FD;
	margin: 0px 0px 0px 0px;
	list-style-image: url(../images/ok4.gif);
}

#wrap {
	width: 100%;
	background-color: #fff;
	}

#main {
	width: 100%;
	background-image: url(../bg/top.gif);
	background-repeat: repeat-x;
	background-position: top center;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: 0px;
	background-color: #fff;
	}
	
	
#footer {
	width: 100%;
	background-image: url(../bg/alt.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	text-align:center;
	color: #333;
	font-size: 12px;
	background-color: #E0F4FD;
	letter-spacing: 2px;
	}

#orta {
	padding: 10px;
	width: 80%;
	margin-left: 60px;
	}
	
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06F;
}
a:hover {
	text-decoration: none;
	color: #F03;
}
a:active {
	text-decoration: none;
	color: #063;
}

.red {
	color: #cc0204;
	font-style: italic;
}
-->
