﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image:url('../image/page_bg.jpg');
	font-size: 12px;
	font-family:Tahoma;
	text-align:center;
}

#screen {
	margin: 0 auto;
}
td
{
	font-size: 12px;
	font-family:Tahoma;
}

#header {
	margin: 0 auto;
	background-color: #b6c4db;
	width: 1000px;
	text-align:left;
}

#header-logo {
	width: 1000px;
	height: 160px;
	margin: 0 auto;
	text-align: center;
	background-image:url('../image/banner.jpg');
}

#menu-wraper {
	width: 1000px;
	margin: 0 auto;
	background-image:url('../image/menu_bg.jpg');
	border-bottom: solid 1px #0a55a3;
	border-top: solid 1px #0a55a3;
}

#menux {
	float:left;
	height: 30px;
	font-family:Tahoma;
	font-weight:bold;
	font-size: 12px;
	color:#FFFFFF;
}

#search {
	float: left;
	width:245px;
	height: 30px;
	margin-left: 5px;
	color:#FFFFFF;
	font-weight:bold;
	text-align: center;
	
}

#content-wraper {
	width:1000px;
	margin: 0 auto;
	background-color:#FFFFFF;
}


#content {
	text-align:left;
}

#left-blocks {
	width: 205px;
	float: left;
	margin-left:5px;
	margin-top: 10px;
}

#center-blocks {
	width: 560px;
	float:left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	border: solid 1px #CCCCCC;
	
	
}

#right-blocks {
	width: 205px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}

#footer {
	margin-top: 15px;
	background-image:url('../image/footer_bg.jpg');
	height: 30px;
	border-bottom: solid 1px #0a55a3;
	border-top: solid 1px #0a55a3;
	font-weight:bold;
	font-size: 12px;
	color:#FFFFFF;
	width: 1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

#footer a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#iletisim {
	margin: 0 auto;
	width: 950px;
	text-align: center;
	color:#000000;
	font-weight:bold;
}

.block {
	margin-bottom: 10px;
}

.block-title, .block-title td {
	margin: 0 auto;
	background-repeat: no-repeat;
	background-image:url('../image/block_title_bg.jpg');
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	height: 30px;
	width:205px;
}

.block-content {
	margin: 0 auto;
	background-color: #BFDCE9;
	width: 195px;
}

.block-content1 {
	margin: 0 auto;
	background-color: #ffffff;
	width: 195px;
}
.center-block {
	margin-bottom: 10px;
}

.center-block-content {
	background-color:#DAEDD1;
}

a {
	color:#000;
}

.myA {
	text-decoration:none;
	color:#fffff;
}
marquee
{
	overflow:hidden;
}
