* {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/main-bg.png);
}
img {
	border: 0px;
}
div.cerceve {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 1000px;
	background:#fff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #FFF;
	border: 1px solid #494949;
	border-top: 0px;
	border-bottom: 0px;
}
div.site_ust {
	height: 160px;
	background-image: url(../img/header.jpg);
	border-bottom: 1px solid #000;
}
div.ana_menu {
	height: 58px;
	background-image: url(../img/menu-bg.jpg);
}
div.copyright {
	position:absolute;
	width: 100%;
	bottom:0; /* stick to bottom */
	background-color: #000;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
div.copyright a {
	color: #fff;
	text-decoration: none;
}
img.resim {
	border: 1px solid #000;
	margin: 2px;
}
p.album {
	text-align: center;
}
div.content {
	margin-left: 20px;
	margin-right: 20px;
}
div.content h1 {
	font-size: 14px;
	font-weight: bold;
	color: #db241c;
	padding-bottom: 2px;
	border-bottom: 2px solid #cd0000;
}
div.content p {
	text-align: justify;
}

/**/
table.tablex {
	width: 600px;
}
table.tablex tr td,
table.tablex tr th {
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	padding: 3px;
}