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:#99CCCC;
}
h5 a{
color:#FFFFFF;
text-decoration:none;
}


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

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;
	background-image: url(images/bg_st.gif);
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 160px;
	width: 740px;
	height: 80px;
	background-color: #FFFFFF;
	background-image: url(images/bg_st.gif);
} 
.thrColFixHdr #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 */
}

.thrColFixHdr #header .hedo {
	float:left;
	width: 700px;
}
.thrColFixHdr #header .banner {
	float:right;
	width: 490px;
	height: 80px;
}
#orta {

}

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

}
.thrColFixHdr .menutop {
	margin-left: 10px;
	margin-top: 0px;
	width: 166px;
	background-image: url(images/menutop.gif);
	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: #102F61;
	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 .menufoot {
	margin-left: 10px;
	margin-top: 0px;
	width: 166px;
	background-image: url(images/menufoot.gif);
	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: 160px; /* 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: 195px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 

.thrColFixHdr #mainContent .head{
	font-size: 12px;
	background-image: url(images/title.gif);
	margin-left: 0px;
	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-image: url(images/scoretop.gif);
	background-repeat: no-repeat;
	width: 506px;
	margin-left: 0px;
	height: auto;
	width: 517px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-color: #FFFFFF;
} 
.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: 160px;
	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]
