/* Layout Stylesheet */ 

html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	margin-top: 0px;
	background-color: #ffffff;
	background-image: url(../images/canvas.jpg);
	scrollbar-base-color: #883096;
	scrollbar-3dlight-color: #ccc;
	scrollbar-arrow-color: #fff;
	scrollbar-darkshadow-color: #008b8b;
	scrollbar-face-color: #883096;
	scrollbar-highlight-color:#4948E1;
	scrollbar-shadow-color:#666;
	scrollbar-track-color: #883096;
}
	
#top {
	width: 90%;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
	text-align: left;
	background-color: #28192E;
	background-image: url(../images/75.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top: 1px solid #28192E;
}	

#main {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}	

#yaz {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	color: #000000;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 14px;
}

#nav {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	text-align: center;
	background-color: #ffffff;
	font-family: "Courier New", Courier, monospace;
	color: #666666;
}

#nav a:link { text-decoration: none; color: #A26FC4; font-weight: normal; }
	
#nav a:visited { text-decoration: none; color: #660099; font-weight: normal; }

#nav a:hover { text-decoration: none; color: #990066; font-weight: normal; }
	
#nav a:active { text-decoration: none; color: #6600FF; font-weight: normal; }	


#footer {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #ffffff;
	font-size: 10px;
	color: #333333;
	border-bottom: 5px solid #28192E;
	font-family: "Trebuchet MS", Tahoma;
	background-image: url(../images/mor.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

a { text-decoration: none; color: #330099; font-weight: bold; }

a:link { text-decoration: none; color: #660099;	}
	
a:visited { text-decoration: none; color: #336600; }

a:hover { text-decoration: none; color: #CC0000; }
	
a:active { text-decoration: none; color: #330099; }

.gri {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
}	

.red {
	color: #cc0000; font-weight: bold; }	

.left {
	float: left; }
	
.sag { float: right; }	
		

.tr {
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}	