
body {
    background: #f7edcc url(images/back.jpg) no-repeat top center;
    font-family: Arial, Helvetica, Verdana,  sans-serif; 
    font-size: 13px; 
    font-weight: normal;
    color: black;
    margin: 0; 
    padding: 0; 
    text-align: center;
}

#page {
    position:relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 752px;
    height:auto !important; 
    height:100%;
    min-height:100%;
    text-align: left;
}

#header {
    height: 230px;
    background: url(images/header.jpg) no-repeat;
}
#menu {
    height: 32px;
    background: url(images/top.gif) no-repeat bottom;
}
#content {
    width: auto;
    background: white;
}
#cmenu {
    float: left;
    width: 152px;
    height: 300px;
    background: url(images/cmenu.jpg) no-repeat;
    text-align: left;
    padding: 5px 20px 10px 0px;
}
#cmenu a {
    display: block;
    text-decoration: none;
    padding: 1px;
    color: black;
    font-weight: bold;
    font-size: 12px;
}
#cmenu a:hover {
    padding: 0;
    background: #fbf5e4;
    border: 1px solid #f1dfa5;
}
#cmenu ul {list-style:none;}
#cmenu ul li {margin-bottom:7px;}
#ctext {
    width: auto;
    padding: 10px;
    
}
#ctext2 {
    width: auto;
    padding: 10px 10px 10px 180px;
}
#footer {
    height: 37px;
    padding-top: 7px;
    background: url(images/bottom.gif) no-repeat top;
}


/* menu */
#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu ul li {
    float: left;
    border: 0;
}


a img {
    border: 0;
}
.red {
    color: #FF4646;
    font-weight: bold;
}
b {
    color: #EFE4B2;
    font-weight: normal;
}
.small {
    font-size: 10px;
}
a {
    color: #C2D1E1;
    text-decoration: underline;
}
a:hover {
    color: #A4C1DF;
}
a:visited {
    color: #9AADC2;
}


h1 {
    font-size: 20px;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 16px;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
#kepekdiv {
    padding: 20px 0 0 30px;
}
.kep {
    width: 200px;
    height: 150px;
    background: url(images/kepbg.gif) no-repeat;
    padding: 10px 25px 10px 10px;
    display: table-cell;
}



