body  {
	margin: 10px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	background-image: url(images/backback.gif);
}
body a {
border: 0;
}

h5 {
	font-size: 80%;
	color:#0099FF;
	font-family:"Times New Roman", Times, serif;
}
h5 a{
color:#000000;
text-decoration:none;
}


.thrColFixHdr #topbigi {
	background-image: url(images/ust.gif);
	height: 21px;
	padding-right: 18px;
	text-align: right;
	font-size: 11px;
	font-weight:bold;
}

.thrColFixHdr #topbigi a{
color:#000000;
text-decoration:none;
}
img {
	border: 0;
}

.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	background-color: #FFFFFF;
	vertical-align: middle;
	margin: auto;
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 4px;
	width: 870px;
	height: 125px;
	
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.thrColFixHdr #header .hedo {
	float:left;
	width: 160px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #header .banna {
	float:left;
	width: 200px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.thrColFixHdr #header .hedonic {
	width: 870px;
	text-align: center;
	height: 100%;
	vertical-align: top;
}
.thrColFixHdr #header .banner {
	float:right;
	width: 490px;
	height: 80px;
}
#orta {

}

.thrColFixHdr .menucuk {
	margin-top: 0px;
	width: 166px;
	height: 15px;
	float: left;

}
.thrColFixHdr .menutop {
	margin-left: 10px;
	margin-top: 0px;
	width: 166px;
	height: 15px;
}
.thrColFixHdr .sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: -20px;
	padding-left: 10px;
	color:#ffffff;
	margin-left: 10px;
	margin-top: 0px;
	background-color:#333333;
	margin-bottom: -10px;
	line-height: normal;
	vertical-align: text-top;
	clip: rect(auto,auto,auto,auto);
	bottom: 0px;
}

.thrColFixHdr .sidebar1 a:hover {
color:#0099FF;
}

.thrColFixHdr .sidebar1 a {
color:#FFFFFF;
}

.thrColFixHdr .menufoot {
	margin-left: 10px;
	margin-top: 0px;
	width: 166px;
	height: 15px;
	float: left;
	background-repeat: no-repeat;
	padding-top: -15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #EBEBEB;
	text-align: center;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.thrColFixHdr #mainContent .head{
	font-size: 12px;
	margin-left: 15px;
	height: 27px;
	width: 520px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
	background-repeat: no-repeat;

}
.thrColFixHdr #mainContent .head a{
	font-size: 12px;
	color: #003300;
	text-decoration:none;

}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 12px;
	text-align: center;
} 
.partners {
	font-size:10px;
	padding-left: 20px;
}

.scored {
	
	background-repeat: no-repeat;
	width: 306px;
	margin-left: 0px;
	height: auto;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #FFFFFF;
}
.manubas {
	background-color: #003300;
	color: #FFFFFF;
	font-size: 18px;
	padding-left: 0px;
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fro {
height:600px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 {
	width: 220px;
	float: right;
}
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
