@charset "utf-8";
/* CSS Document */
body  {
	background: 0;
	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;
	padding:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 725px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	margin-top:10px;
	height:100px;
	background:url(resimler/kocatepe.png);
} 
.twoColFixLtHdr #sidebar1 {
	background-color:#F63;
	float: left; 
	width: 150px;
	margin-top:20px;
	padding: 10px;
	height: 590px;
	border:double;
	border-color:#FFF;
	border-width:3px;
}
.twoColFixLtHdr #mainContent {
	margin-left: 175px;
	font-size:14px;
	margin-top: 20px;
	padding:30px;
	color:#666;
} 
.twoColFixLtHdr #footer { 
	padding-top:1px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FC9; 
	font-weight:bold;
} 
.twoColFixLtHdr #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;
}
.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;
}
.mybtn {
	background:#F63;
	color:#FFF;
	border:outset;
	height:30px;
	width:140px;
	font-weight:bold;
	border-width:1px;
	border-color:#069;
	}
.mybtn:hover {
	background:#FFF;
	color:#F63;
	border:outset;
	height:30px;
	width:140px;
	font-weight:bold;
	border-width:1px;
	border-color:#069;
	}
.ftbtn {
	background:#FC9;
	border:none;
	height:auto;
	width:auto;
	font-size:11px;
	font-weight:bold;
	}
.aramabtn{
	width:60px;
	background:#F63;
	color:#FFF;
	border:outset;
	border-color:#F63;
	margin-top:40px;
	height:26px;
	}
.aramaedit{
	margin-left:150px;
	width:100px;
	margin-right:5px;
	}
.gdkrst{
	font-family:Impact;
	font-size:18px;
	text-align:center;
	margin-left:100px;
	font-weight:500;
	color:#036;
	}
