@charset "utf-8";
/* reset */
body {
	font:11px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif !important;
	color:#ccc;
	background:#000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	display:block
}
fieldset, img {
	border:0
}
sup {
	line-height:5px;
	vertical-align:top
}
li {
	list-style:none;
	display:block
}
select {
	font-size:100%;
	font-family:inherit;
	font-weight:inherit
}
a, a:visited {
	text-decoration:none;
	color:#ccc;
	cursor:pointer
}
a:focus {
	outline-style:none
}
/* genel */ 



/* orta bölüm */

#middle {
	width:980px;
	min-height:500px;
	margin:0px auto;
}
#left {
	width:240px;
	height:400px;
	float:left;
}
#main {
	width:530px;
	padding:10px;
	margin:auto
}
#right {
	width:185px;
	height:100%;
	float:right;
}
/* alt bölüm */
#footer {
	width:100%;
	height:100px;
	margin-top:20px;
}
#footer_m {
	width:980px;
	height:100px;
	margin:0px auto;
	position:relative;
	font-size:10px;
	line-height:11px;
}
#footer_left {
	width:2000px;
	height:61px;
	position:absolute;
	z-index:1;
	top:0px;
	left:-2000px;
}

/* sag menü */

#sag_menu {
margin:auto;
width:380px;
padding-top:30px;
	
}

#sag_menu h1 {
	font-family: Georgia, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#666666;
	padding-bottom:8px;
}

#sag_menu ul {
padding-top:30px;
text-align:center;
}
#sag_menu ul li {
	font-family: Georgia, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#666666;
	padding-bottom:8px;
	width:180px;
	display:inline;
	padding:10px;
}
#sag_menu ul li a {
	color:#ccc
}
#sag_menu ul li a:hover {
	color:#fff
}
#sag_menu ul .parent_menu li {
	padding:0px;
	margin:0px;
	height:auto;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	padding-left:25px;
	padding-top:8px;
	background:none;
	display:inline;
}
