body
{
	background-image:url(../images/master-bg/bg.png);
	background-attachment:fixed;
	background-repeat: no-repeat;
	
}

.header
{
	width: 1124px;
	height: 150px;
	background-image:url(../images/header/header-bg.png);
	margin-right: auto;
	margin-left: auto;
	border-top-left-radius:50%;
	border-top-right-radius:50%;
    background-color: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=60); 
}

.header-left
{
	width:272px;
	height:150px;
	float:left;
	padding-left:28px;
}

.header-right
{
	width:824px;
	height:150px;
	float:right;
}

.header-r-r
{
	width:120px;
	height:150px;
	float:right;
	padding-left:180px;
}

.header-r-l
{
	width:437px;
	padding-left:87px;
	height:150px;
	float:left;
}

.menu
{
	width:850px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	padding-left:274px;
	background-color:#FFFFFF;
	opacity: 0.8;
	margin-top:3px;
	margin-bottom:3px;
	
}
.menu ul {
	list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}
.menu ul li
{
    float: left;
}
.menu ul li a
{
    color:#E20307;
    display: block;
    line-height: 1.35em;
    text-decoration: none;
    white-space: nowrap;
    font-size: 15px;
    font-family: Tahoma ;
    padding-top: 8px;
	padding-bottom:2px;
    padding-right: 20px;
    padding-left: 20px;
	margin-right:20px;
}

.menu ul li a:hover
{
    color: #ffffff;
	background-color:#E20307;
    height: 25px;
	width:auto;
	border-radius:50%;
}


.main
{
	width:1124px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	
}


.main-l-bsl
{
	width:1124px;
	height:34px;
	background-image:url(../images/baslik/baslik-bg.png);
	background-repeat:repeat-x;
	text-align:center;
	font-family: tahoma;
	margin-bottom:3px;
	padding-top:6px;
	margin-left:auto;
	margin-right:auto;
	font-size: 22px;
	color:hsla(0,0%,98%,1.00);
}
.main-r
{
	width:220px;
	height:500px;
	float:right;
	margin-left:4px;
}

.main-r-fcb
{
	width:220px;
	height:100px;
}

.main-r-nxt
{
	width: 220px;
	font-family: tahoma;
	font-size: 14px;
	color: #827979;
	height: auto;
	float: right;
	margin-left: 4px;
	background-color: #FFFFFF;
	opacity: 0.8;
}
.nxt-nxt
{
	width:220px;
	height:250px;
}
.nxt-cpy
{
	width:190px;
	height:22px;
	padding-top:3px;
	padding-left:30px;
}
.footer
{
	width:1124px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	opacity: 0.8;
	border-bottom-left-radius:30%;
	margin-top:3px;
}