@charset "utf-8";

/* CSS Document */

div,h1,h2,h3,h4,h5,p,img,form,input,textarea{

	padding:0px;

	margin:0px;

	color: #333;

	}

body {

	margin: 0px;

	padding: 0px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 12pt;

	color: #000;

	background-image: url(../images/background.gif);

	background-repeat: repeat;

	background-color: #000000;

}

#wrapper {

	width: 960px;

	background-color: #FFF;

	margin-right: auto;

	margin-left: auto;

}

#headeer {

	height: 180px;

	background-color: #FFFFFF;

	margin: 0px;

	padding: 0px;

	width: 960px;

	position: relative;

	border-bottom-width: 2px;

	border-bottom-style: solid;

	border-bottom-color: #FFFFFF;

}

#navigation {
	height: 38px;
	background-color: #FFF;
	background-image: url(../images/breadcrumb.gif);
	color: #FFFFFF;
	text-align: center;
	padding-top: 2px;

}



#sidebar {

	width: 190px;

	float: left;

	margin-right: 4px;

	background-color: #FFF;

}





#content {

	width: 760px;

	float: left;

	background-color: #FFF;

}



#footer {

	height: 130px;

	float: none;

	clear: both;

	background-image: url(../images/footer.gif);

}
#content table tr td p {
	color: #000;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
}
#content table tr td {
	color: #000;
	font-size: 8pt;
}
.baslikyazi {
	font-size: 12pt;
	font-weight: bold;
	color: #900;
}

