@charset "utf-8";






/* CSS Document */


body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	text-decoration: none;
	}
	
	#shell {
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#ust_banner {
	width: 1130px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	background-image: url(../images/ust_banner.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3F4C6B;
}
#menu {
	width: 1130px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	background-image: url(../images/menu_.png);
	background-repeat: repeat-x;
}
#shell #menu ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#shell #menu ul li a {
	float: left;
	height: 50px;
	width: 150px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 15px;
}
#shell #menu ul li a:hover {
	color: #3F4C6B;
	background-image: url(../images/menu_back.png);
	background-repeat: repeat-x;
}


#slider {
	margin-right: auto;
	margin-left: auto;
	width: 1130px;
	height: 400px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3F4C6B;
}
#icerik_yazi {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3F4C6B;
	background-image: url(../images/orta.png);
	background-repeat: no-repeat;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3F4C6B;
}
#footer {
	height: 100px;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	line-height: 50px;
	font-weight: bold;
	color: #3F4C6B;
}
.img {
	border: 1px solid #9CB7C3;
	margin-right: 20px;
	margin-bottom: 15px;
	height: 170px;
	width: 220px;
	margin-left: 27px;
}
