/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 3, 2014, 10:35:18 PM
    Author     : ahmad ahmadpoor
*/
@font-face {
                    font-family: BKoodk;
                    src: url(fonts/BKoodkBd.ttf);
                }
            
                .font{
                     font-family: BKoodk;
                }
body {
    padding: 0;
    margin: 0;
    direction: rtl; 
    font-family: BKoodk;
}
.menu{
    float: right;
}
.content{
    width: 70%;
    float: left;
    background-color: #eee;
}