/* TCTCSS */

body {
	background: #4096EE url(images/bg.jpg) repeat-x;
	margin:0px;
	padding:0;
	text-align: justify;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

#header {
	width: 700px;
	height: 150px;
	background: url(images/img1.gif);
	margin: 0px auto;
}

#sayfa {
	width: 700px;
	height: 730px;
	margin: 0px auto;
}

#sol {
	width: 136px;
	height: 730px;
	background: url(images/img3.gif);
	margin: 0 auto;
	float:left;
}

#menu {
	list-style: none;
	padding: 0;
	margin-top: 50px;
}

#menu ul {
	height: 20px;
	width: 136px;
	padding: 0;
	margin: 0;

}

#menu li {
	display: inline;

}

#menu li .current
{
	background: url(images/menubg.gif) no-repeat bottom;
	color: #333333;
}

#menu a {
	display: block;
	background: url(images/menubg2.png) no-repeat bottom left;	
	font-weight: bold;
	color:#e5e5e5;
	padding-top: 15px;
	padding-left: 20px;
}

#menu a:hover {
	background: url(images/menubg.png) no-repeat bottom left;	
}

#sag {
	background: #ffffff url(images/img4.gif) top no-repeat;
	width: 564px;
	height: 730px;
	margin: 0px auto;
	float: right;
}

#sag h1 {
	font-size: 16px;
	color: #c1001f;
	font-weight: bold;
	padding: 40px 20px 0px 20px;
}	

#sag h2 {
	font-size: 14px;
	color: #c1001f;
	font-weight: bold;
	padding: 00px 20px 0px 20px;
}	

#sag p {
	color: #333333;
	padding: 0px 20px 0px 20px;

}


#footer {
	height: 20px;
	width: 700px;
	text-align: center;
	font-size: 11px;
	color: #999999;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: auto;
}

