@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	background-color: #202020;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #F7f7f7;
}
* {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container {
	width: 960px;
	margin-right: auto;
	text-align: left;
	margin-left: auto;
	margin-top: 70px;
	background-color: #262626;
	height: 600px;
}
#leftlogo {
	background-attachment: scroll;
	background-image: url(assets/images/tmdyanlogo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
	width: 142px;
	float: left;
}
#leftmenu {
	vertical-align: middle;
	float: left;
	height: 500px;
	width: 142px;
}
#content {
	float: left;
	height: 500px;
	width: 670px;
}
p {
	line-height: 1.5em;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 30px;
	margin-right: 40px;
	text-align: justify;
}

#navigation {
	height: 200px;
	width: 142px;
	vertical-align: middle;
	margin-top: 210px;
	margin-bottom: auto;
	list-style-type: none;
	margin-left: 0px;
}
#navigation a {
	color: #989898;
	text-decoration: none;
	line-height: 18px;
	text-indent: 30px;
	background-attachment: scroll;
	background-image: url(assets/images/bullet.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	display: block;
}
#footer a {
	color: #FF9900;
	text-decoration: none;
}

#navigation a:hover {
	color: #FFFFFF;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bullet {
	color: #f7f7f7;
	text-decoration: none;
	line-height: 18px;
	text-indent: 30px;
	background-attachment: scroll;
	background-image: url(assets/images/bullet.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	display: block;
	text-align: left;
	float: left;
}
.baslik {
	color: #999999;
	text-decoration: none;
	line-height: 18px;
	text-indent: 30px;
	background-attachment: scroll;
	background-image: url(assets/images/bullet.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: -1px;
}

