/* Revival.1 */


* {
   padding:0;
   margin:0;
}


body {
	text-align: left;
	margin:0 auto;
	padding:0;
	color:#000;
	font-style:normal; 
	font-variant:normal;
	font-weight:normal;
	font-size:10pt;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	background:#fff;
	background:#f0f6df;
}

#page {
	width:1000px;
	margin:0 auto;
	
}

#header {
	height:120px;
	background: url('images/header.jpg') no-repeat;
	padding:0px;

}

#content {
	padding:5px 20px 0 20px;
	background:url('images/content_bg.gif') repeat-y;
	
	
}

/**************************** menu ****************************/

#nav_top {
	background:url('images/nav_top.gif') no-repeat;
	width:225px;
	height:28px;
}

#nav_btm {
	background:url('images/nav_btm.gif') no-repeat;
	width:225px;
	height:28px;
}
#baslik_tablo {
	background:url('images/baslik_ust.gif') no-repeat;
	
	height:23px;
}
#menu {
	float:left;
	width: 225px;
	color:#000;
	background:url('images/nav_mid.gif') repeat-y;
}

#menu ul {
	list-style:none;
	width:218px;
	font-size:12px;
	padding:0 0 0 3px;
}	

#menu li {
	list-style-type: none;
	background:transparent url('images/bullet.gif') no-repeat 12px 6px;
	margin-bottom:4px;
	border-bottom:1px solid #c8e5c7;
	padding:0;
}

#menu li:hover {
	background:#c8e5c7;
	margin-bottom:4px;
}

#menu a {
	display:block;
	padding:0 0 0 20px;
	color:#fff;
	text-decoration: none;
	background:f0f6df;
}	
	
#menu a:hover {
	display:block;
	padding:0 0 0 20px;
	color:#333;
	text-decoration: none;
	background:fff;
}	

/**************************** content ****************************/

#info {
	float:right;
	background:url('images/content_mid.gif') repeat-y;
	width:760px;
}

.post_top {
	background:url('images/content_top.gif') no-repeat;
	width:766px;
	height:36px;
}

.post_btm {
	background:url('images/content_btm.gif') no-repeat;
	width:776px;
	height:27px;
}

.post {
	padding:0 0 15px 15px;
}
.detay_top {
	background:url('images/detay_top.gif') no-repeat;
	width:800px;
	height:31px;
}

.detay_btm {
	background:url('images/detay_btm.gif') no-repeat;
	width:800px;
	height:31px;
}
.baslik {
	background:url('images/baslik.gif') no-repeat;
	width:300px;
	height:24px;
}
.detay_mid {
	background:url('images/detay_mid.gif') repeat-y;
	width:800px;
}

img {
	border:0px solid #fff;
	padding:0px;
	margin:0px;

}

a{
	color:black;
	text-decoration:none;
}

a:hover{
	color:blue;
	text-decoration:underline;
}

h1{
	color:#fff;
	font-weight:normal;
	font-size:24px;
	padding: 40px 0 10px 40px;
}

h2 a{
	position:absolute;
	top:32px;
	color:#666;
	font-size:16px;
	margin:0 0 0 575px;
	text-decoration:none;
}

h2 a:hover{
	color:#999;
}

h3{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding: 5px 0 5px 10px
}

h4{
	color:#fff;
	font-size:20px;
	font-weight:normal;
}

h5{
	color:#8d8d8d;
	font-size:10px;
	font-weight:normal;
	padding:5px;
}

h3 img{
	float:left;
}

/**************************** lists ****************************/

ul {
	list-style:none;
	padding:0 0 0 3px;
}	

li {
	list-style-type: none;
	background:transparent url('images/bullet.gif') no-repeat 12px 6px;
	padding: 0 0 0 20px;
}

#menu a {
	display:block;
	padding:0 0 0 20px;
	color:#fff;
	text-decoration: none;
	background:f0f6df;
}	
	
#menu a:hover {
	display:block;
	padding:0 0 0 20px;
	color:#333;
	text-decoration: none;
	background:fff;
}	


/**************************** footer ****************************/

#footer{
	text-align:center;
	padding-top:30px;
	background:url('images/bottom.gif') no-repeat;
	height:42px;
}

#footer a {
	color:#000;
}

#footer a:hover {
	color:#fff;
}
#baslik{
	background:url('images/baslik_mid.gif') repeat-x;
	color:black;font-weight:bold;
	height:32px;
}
#baslik_sol{
	background:url('images/baslik_lft.gif') no-repeat;
	width:16px;height:32px;
}
#baslik_sag{
	background:url('images/baslik_rgt.gif') no-repeat;
	width:16px;height:32px;
}
