html body{
	padding: 0;
	margin: 0;
	background-color: #96A3A8;
}
.index{
	width: 940px;
	min-height: 1798px;
	margin: 0 auto;
	background-color: white;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
.header{
	width: 940px;
	height: 75px;
	position: relative;
}
.logo1{
	position: absolute;
	top: 27px;
	left: 755px;
}
.dil{
	position: absolute;
	right: 10px;
	top: 32px;
	font: 16px Serif;
}
.menu{
	width: 940px;
	height: 32px;
}
.menu ul{
	list-style: none;
	margin: 0;
}
.menu ul li{
	float: left;
}
.menu ul li a{
	text-decoration: none;
	display: block;
	color: #0F0F34;
	padding: 6px 20px;
	font:bold 14px Serif;
	transition-duration: 0.2s;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-top: 4px solid white;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
.menu ul li a:hover{
	color: red;
	border-left: 1px solid #BAB9B5;
	border-right: 1px solid #BAB9B5;
	border-top: 4px solid #FFCC00;
}
.image{
	width: 940px;
	height: 300px;
}
.line{
	width: 940px;
	height: 10px;
	background-color: #FFCC00;
}
.content{
	width: 940px;
	height: 1250px;
	margin-top: 30px;
}
.left{
	width: 200px;
	height: 1250px;
	margin-left: 10px;
	float: left;
}
.left ul{
	padding: 0;
	list-style: none;
	margin-top: 30px;
}
.left ul li a{
	text-decoration: none;
	color: #0065D0;
	font:bold 16px Serif;
	transition-duration: 0.2s;
	display: block;
	padding: 6px 20px;
	border-bottom: 1px solid #F1F1F1;
}
.left ul li a:hover{
	color: red;
	background-color: #E9E9E9;
}
.sozler{
	width: 160px;
	height: 240px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	font: italic 16px Serif;
	text-align: justify;
}
.center{
	width: 500px;
	height: 1250px;
	margin-left: 10px;
	float: left;
}
.center ul{
	font: 19px Serif;
}
table, td, th{
	border: 1px solid black;
}
table{
	border-collapse: collapse;
    width: 480px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
}
td{
	height: 23px;
}
th{
	height: 30px;
	background-color: #B50E1A;
}
tr:nth-child(odd) {
	background: #EFC8B9;
}
.right{
	width: 200px;
	height: 1250px;
	margin-left: 10px;
	float: left;
}
.right-div1{
	width: 180px;
	height: 30px;
	margin-top: 30px;
	margin-left: 10px;
	text-align: center;
}
.right-div1 a{
	text-decoration: none;
	color: #0065D0;
	font:bold 25px Serif;
	transition-duration: 0.2s;
}
.right-div1 a:hover{
	color: red;
}
.right-div2{
	width: 180px;
	height: 250px;
	margin-top: 10px;
	margin-left: 13px;
	color: #3D393C;
	font: bold 15px Serif;
}
.right-div2 a{
	color: #0065D0;
	text-decoration: none;
	transition-duration: 0.2s;
}
.right-div2 a:hover{
	color: red;
}
.footer{
	width: 940px;
	height: 140px;
	margin-top: 50px;
	padding-top: 10px;
	background-color: #E0E0E0;
}
.footer-div1{
	width: 940px;
	height: 20px;
}
.footer .footer-div1 ul{
	list-style: none;
	margin: 0;
}
.footer .footer-div1 ul li{
	float: left;
}
.footer .footer-div1 ul li a{
	text-decoration: none;
	color: #1515D1;
	font:bold 15px Serif;
	transition-duration: 0.2s;
	display: block;
	padding: 2px 10px;
	border-right: 1px solid #767A77;
}
.footer .footer-div1 ul li a:hover{
	color: red;
}
.footer-div2{
	width: 880px;
	height: 80px;
	margin-left: 30px;
	margin-top: 5px;
	color: #3D393C;
	font: bold 14px Serif;
}
.footer-div3{
	width: 940px;
	height: 15px;
	margin-top: 10px;
	color: #3D393C;
	font: bold 14px Serif;
	text-align: center;
}