html { height: 100% }

body {

	font: 12px georgia, times, serif;

	background: url(bg.gif) #000 top center repeat-y;
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: scroll;
	overflow-x: auto;

}



a:link		{ color: #444; border-bottom: 1px solid #900; text-decoration: none }
a:active 	{ color: #444; border-bottom: 1px solid #900; text-decoration: none }
a:visited	{ color: #444; border-bottom: 1px solid #900; text-decoration: none }
a:hover 	{ color: #666; border-bottom: 1px solid #009; text-decoration: none }


a.menu:link    { color: #FFF; border: 0; text-decoration: none; }
a.menu:active  { color: #FFF; border: 0; text-decoration: none; }
a.menu:visited { color: #FFF; border: 0; text-decoration: none; }
a.menu:hover   { color: #FFF; border: 0; text-decoration: none; }


.centering {
	text-align: center; 
}


#header {

	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(cim.jpg) #000;
	height: 150px;
	width: 800px;
}


#menu {

	width: 800px;
	height: 20px;
	vertical-align: top;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(menubg.gif) #900 bottom repeat-x;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1.5px;
	word-spacing: 2.5px;
}


#container {
/*	background: url(mainbg.gif) #000 top center repeat-y; */
	background: transparent; 	
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	width: 800px;

}



#content {
	background-color: #fff;
	width: 600px;	
	padding: 0;
	margin: 0;
	float:left;
	color: #444;
	line-height: 1.6em;
	border: 0;

}


#sidebar {
	background-color: #eee;
	width: 195px;
	padding: 0;
	margin: 0;
	float: right;
	color: #444;
	border:  0;

}



P.news {

	text-align: justify;	
	padding: 24px;
	border-bottom: 1px solid #CCC;
}



P.side {

	font-size: 12px;
	text-align: center;	
	padding: 10px;
	border-bottom: 1px solid #CCC;
	line-height: 1.4em;
}


span.data {

	font-size: 10px;
}


span.cim { 
	font-size: 21px; 
	font-weight: bold; 
	color: #900; border: 0; 
	text-decoration: none; 
}


div#content img {

	border: 1px solid #666;
}

div#content img.deco {

	border: 1px solid #666;
	margin: 0px 15px 0px 0px;
	float: left;
}

div#content img.nyil {

	border: 0;
	margin: 0;
	padding: 0;
}
