@charset "utf-8";
/* CSS Document */


#header{
	width:100%;
	height:113px;
	background:url(../jpg/header.jpg) center 0px no-repeat;
}

	#headerInside{
		width:900px;
		margin:0px auto;
		padding:0px auto;
	}

#parent{
	width:900px;
	padding:0px auto;
	margin:0px auto;
}

	#logo{ width:377px; float:left;}
	#menu{ width:523px; float:left; background:url(../jpg/menuback.gif) -77px 0px no-repeat;}

#flash{
	width:900px;
	height:326px;
	float:left;
}

#content{
	width:900px;
}
	#theLeft{ width:400px; padding:30px; float:left;}
	#theRight{ width:380px; padding:30px; float:left;}
	
#footer{
	width:100%;
	height:110px;
	padding-top:40px;
	background:#303030;
	float:left;
}

	#footerInside{
		font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
		color:#858585;
		width:900px;
		margin:0px auto;
		padding:0px auto;
	}
		#footerMenu{ width:670px; float:left;}
		#footerTitle{ width: 20px; float:left; color:#a7a7a7; text-align:right;}
		#footerAddress{ width:200px; padding-left:10px; float:left;}
		
#Fleft{ width:100px; height:20px; padding:3px; float:left;}
#Fright{ width:278px; height:20px; padding:3px; float:left;}



/*********************************** DEFAULTS */

body{
	background:url(../jpg/back.jpg) center 113px no-repeat;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#919191;
	font-size:13px;
	padding:0px auto;
	margin:0px auto;
}


/**************************** TEXTS AND LINKS */

.cursive{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#B99B9D;
	font-style:italic;
}

.griBuyuk{
	font-size:20px;
	letter-spacing:-0.8px;
}

.griOtra{
	font-size:14px;
	letter-spacing:-0.8px;
}

.cucuk{
	font-size:11px;
}

.maviLink{
	color:#e36565;
	font-size:11px;
	text-decoration:underline;
}

a.maviLink:hover{
	color:#e36565;
	font-size:11px;
	text-decoration:none;
}

.footerLink{
	font-family:Arial, Helvetica, sans-serif;
	color:#858585;
	font-size:10px;
	text-decoration:none;
}

a.footerLink:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#a7a7a7;
	font-size:10px;
	text-decoration:none;
}

.mavi{
	color:#e36565;
}