body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    font-size: 0.7em;
background-color:#ACC7FE; /*ArkaPlanRengi*/
/*ArkaPlanResmi*/
    
    
    }
    
/* <div> - ORTA BÖLÜM */
#body 
{
    width: 726px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    background:#FFFFFF;
}
    
/* En Üstteki Resim */
#poster
{
    background: url(../images/poster.jpg) no-repeat;
    margin-right: auto;
    margin-left: auto;
    width: 726px;
    height: 139px;
    margin-top: 0px; /*en üste hizaladım. BACKGROUND RESMİNİ  DEĞİŞTİRDİM*/
}
/* Navigation <div> */
#navtop, #navbottom
{
    background: url(../images/background_nav_main.jpg) repeat-x; /* gif i jpg ye çevirdim */
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Helvetica, Helvetica-Narrow, Tahoma, sans-serif;
    margin-right: auto;
    margin-left: auto;
    margin-bottom:0px;
    width: 726px;
    height: 45px;
}
#navbottom
{
    margin-top: 0px; /* 15 */
}

#navtop ul, #navbottom ul
{
    margin: 0px;
    padding-top: 9px;  /* 9 */
    list-style-type: none;
    height: 19px;
    text-align: center;
}
#navtop ul li, #navbottom ul li
{
    display: inline;
    color: #FFFFFF;
    margin-right: 25px;
}
#navtop a:link, #navbottom a:link, #navtop a:visited, #navbottom a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
#navtop a:hover, #navbottom a:hover
{
    color: #F3FF68;    
    text-decoration: underline;
}
#navtop a:active, #navbottom a:active
{
    color: #FEFFBD;
    text-decoration: none;
}

/* 2 column layout */
#columnleft
{
    float: left;
    width: 240px;
   vertical-align: top;
    /*position: relative; */
}

#columnright
{
    margin-left: 245px;
  /*  position:relative; */
}

.leftblock
{
    border: 1px solid #CACACA;
    padding: 10px;
    margin-bottom: 10px;

    /*background: #FEFAAB url(images/background_columnleft.gif) repeat-y; */ 
    vertical-align: top;
}

 .rightblock
{
    border: 1px solid #CACACA;
    padding: 5px;
    margin-bottom: 10px;
    /*background: #FEFFAB url(images/background_columnright.gif) repeat-y;*/
    position: relative;
    width:400px;
}

#footer
{
    width: 726px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 0px;
    color:Black;
}
