@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #35332E;
}
.oneColFixCtrHdr #container {
	width: 731px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #35332E;
	padding-top: 20px;

}
#nav {
	height: 52px;
	background-color: #262421;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 14px;
}

#tablo {
	padding: 3px;
	width: 700px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#tablo th {
	border: 1px solid #AFC61D;
	padding: 3px;
}
#tablo td {
	border: 1px dotted #000000;
	font-size: 9px;
	color: #FFFFFF;
}

/*#nav a {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	color: #ACC41C;
}
#nav a:active {text-decoration: underline overline; color: red;}*/



.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #35332E;

}
.oneColFixCtrHdr #footer {
	background-image: url(images/footer_bg.gif);
	height: 46px;
	margin-top: 10px;
	font-size: 11px;
	color: #6C6464;
	padding-top: 10px;
	margin-left: 5px;
	padding-left: 10px;
	text-align: center;
	margin-bottom: 15px;
}
.oneColFixCtrHdr #footer a {
	text-decoration: none;
	color: #6C6464;
}
.oneColFixCtrHdr #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.kur a {
	color: #917F71;
	text-decoration: underline;
}
.kur a:hover {
	color: #8BA100;
	text-decoration: none;
}

#kur_ilt {
	background-image: url(images/kurumsal.gif);
	height: 222px;
	font-size: 13px;
	color: #917F71;
	background-repeat: no-repeat;
}
.kur {
	width: 379px;
	float: left;
	height: 192px;
	padding-top: 30px;
	padding-left: 20px;
	text-align: justify;
	padding-right: 5px;
}
.ilt {
	width: 327px;
	float: right;
}

#header a {
	text-decoration: none;
}
#header img {
	text-decoration: none;
}
