* {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
}

img {
	border: 0px;
}

div.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.title {
	font-size: 14px;
	color: #5d0000;
	font-weight: bold;
}

.hrv {
	background: url(../images/hr_vertical.jpg);
	width: 7px;
	height: 237px;
	float: left;
}

.hrh {
	background: url(../images/hr_horizontal.jpg);
	width: 618px;
	height: 8px;
	overflow: hidden;
}

body {
	background: url(../images/main_back.jpg);
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #14110b;
	font-size: 12px;
}

#banner {
	width: 100%;
	height: 246px;
	position: absolute;
	left: 0px;
	z-index: 1;
	top: 0px;
	background: url(../images/main_banner.jpg) no-repeat center center;
}

#top {
	width: 1000px;
	height: 246px;
	margin: auto;
	position: relative;
	z-index: 2;
}

#top ul {
	margin: 0px 0px 0px 771px;
}

#top li, #menu li {
	float: left;
	font-size: 1px;
}

#menu {
	position: relative;
	z-index: 3;
}

#menu ul {
	margin: 0px 0px 0px 150px;
}

#wrapper {
	width: 965px;
	margin: 207px auto 0px;
}

#leftside {
	width: 120px;
	float: left;
	margin: 0px 12px 0px 0px;
}

#rightside {
	width: 120px;
	float: right;
}

#center {
	width: 700px;
	float: left;
	background: url(../images/midtile.jpg);
}

#center div.top {
	background: url(../images/midtop.jpg) no-repeat;
	height: 30px;
}

#center div.bottom {
	background: url(../images/midbottom.jpg) no-repeat bottom;
	height: 30px;
}

#center .content {
	background: none;
	padding: 0px 30px;
}

#center .worlds {
	background: url(../images/w_back.jpg) no-repeat 0px -20px;
}

#center .world
{
    width: 96px;
    height: 95px;
    background-image: url(../images/world.jpg);
}

.world .title, .world .title a {
	color: #e3cca2;
	line-height: 24px;
	text-align: center;
}

.world .details {
	color: #FFF;
	padding: 0px 3px;
	height: 34px;
	line-height: 17px;
	font-size: 11px;
}

.world .details a {
	color: #FFF;
	padding: 0px 3px;
	height: 34px;
	line-height: 17px;
	font-size: 11px;
}

.world span {
	color: #8fe6ff;
}

.world .login{
	color: #ffbb27;
	line-height: 16px;
	padding: 0px 0px 0px 28px;
}

.world .login a {
	color: #ffbb27;
	line-height: 16px;
	text-decoration: none;
}

.world .register {
	color: #FFF;
	line-height: 19px;
	text-align: center;
	width: 96px;
	height: 19px;
}

.world .register a {
	color: #FFF;
	line-height: 19px;
	text-decoration: none;
	float: left;
	width: 96px;
	height: 19px;
}

.worlds .info {
	width: 530px;
	margin: 0px auto;
}

.worlds .info span {
	color: #5d0000;
	font-weight: bold;
}

#haberler {
	margin: 0px 0px 0px 30px;
}

#haberler li .tarih {
	font-style: italic;
	color: #7c654a;
	font-size: 14px;
	font-weight: bold;
}

#haberler li {
	color: #171513;
	line-height: 20px;
	font-weight: bold;
}

#haberler li span {
	color: #504943;
	font-weight: normal;
}

#footer {
	margin: 0px auto;
	text-align: center;
}