body {
	margin:0;
	background-color:#fafafa;
}

#logo-back {
	background-image:url(images/background.png);
	background-repeat:repeat;
	width:800px;
	margin:0 auto;
	text-align:center;
}

#logo {
	background-image:url(images/light.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:800px;
	margin:0 auto;
}

#menu {
	width:800px;
	margin:5px auto;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

	#menu a {
		color:#f3085f;
		text-decoration:none;
		font-size:13px;
		display:inline-block;
		margin-right:20px;
		padding:5px;
	}
	
	#menu a:hover {
		background-color:#f3085f;
		color:#fff;
	}
	
	#menu a.bottom {
		color:#000080;
	}
	
	#menu a.bottom:hover {
		background-color:#000080;
		color:#fff;
	}
	
	#menu span.english {
		font-style:italic;
	}

#banner {
	width:800px;
	height:276px;
	background-image:url(images/banner.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0 auto 20px;
}

#content-container {
	width:800px;
	margin:0 auto;
}

#content {
	float:left;
	width:590px;
}

	#content h1 {
		font-family:Georgia, "Times New Roman", Times, serif;
		margin:0;
		font-size:21px;
		font-weight:normal;
		color:#990021;
		border-bottom:1px solid #DDD;
		padding-bottom:3px;
	}
	
	#content h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		margin:0;
		font-size:21px;
		font-weight:normal;
		color:#990021;
		padding-bottom:3px;
	}
	
	#content h3 {
		font-family:Georgia, "Times New Roman", Times, serif;
		margin:0;
		font-size:16px;
		font-weight:normal;
		color:#990021;
	}
	
	#content p {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:13px;
		margin:13px 0;
		text-align:left;
	}
	
		#content p a {
			color:#0544ea;
			text-decoration:none;
		}
		
		#content p a:hover {
			text-decoration:underline;
		}
		
	#content ul {
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		margin-left:0px;
		list-style:square;
	}
	
	#content li {
		margin:5px 0;
	}

	#content-english {
		width:285px;
		float:right;
	}
	
	#content-turkish {
		width:285px;
		float:left;
	}
	
	.content-all {
		clear:both;
		width:590px;
	}
	
	.content-all {
		clear:both;
		width:590px;
	}
	
	#content table {
		border-collapse:collapse;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
	}
	
		#content table a {
			color:#0544ea;
			text-decoration:none;
		}
		
		#content table a:hover {
			text-decoration:underline;
		}
	
		#content td.header {
			background-color:#c3daf7;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:15px;
			font-weight:bold;
		}
		
		#content tr.even {
			background-color:#E0E0E0;
		}
		
		#content tr.odd {
			background-color:#F9F9F9;
		}

#bar {
	float:right;
	width:200px;
	margin-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

	#bar a.barlink {
		display:block;
		color:#000080;
		padding:3px;
		margin-bottom:5px;
		border-left:2px solid #BBB;
		border-bottom:2px solid #BBB;
		text-decoration:none;
	}
	
	#bar a.barlink:hover {
		color:#FFF;
		background-color:#000080;
	}
	
div.imgbox {
	border:1px solid #0d3131;
	padding:5px;
	background-color:#DDD;
	text-align:center;
	margin-bottom:10px;
}

	div.imgbox h1 {
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:normal;
		color:#000;
		text-align:left;
		padding-top:5px;
	}
	
	div.imgbox h2 {
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		font-style:italic;
		color:#000;
		font-weight:normal;
		text-align:left;
		padding-top:5px;
	}
	
#footer {
	clear:both;
	background-image:url(images/background.png);
	height:165px;
	width:740px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:20px 30px 10px 30px;
	color:#BBB;
}

	#footer span.bigger {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:13px;
	}
	
	#footer a {
		text-decoration:none;
		color:#ffd700;
		font-weight:normal;
	}
	
	#footer a:hover {
		border-bottom:1px dotted #ffd700;
	}

	#footer .left {
		float:left;
	}
	
	#footer .right {
		float:right;
		text-align:right;
	}
	
div.message {
	width:120px;
	position:fixed;
	background-image:url(images/background.png);
	background-repeat:repeat;
	padding:10px;
	margin-top:120px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
}

	div.message a {
		color:#ffd700;
		text-decoration:none;
	}
