/* [Designed by nX design for fant-story.info] */

/* [Бэйсик настройки] */

div {
font-size:medium;
}


body {
    font-family: Tahoma;
    font-size: 100%;
    color:#505050;
    background-color:#fbdb94;
    margin-top:0px;
    margin-left:0px;
}
.menu {
    font-family:Tahoma;
    font-size:20px;
    color:#505050;
    text-decoration:none;
    font-weight:bold;

}
.menu:hover {
    font-family:Tahoma;
    font-size:20px;
    color:#8e7821;
    text-decoration:underline

}
.menu:visited {
    font-family:Tahoma;
    font-size:20px;
    color:#505050;
    text-decoration:none;

}

a {
    font-family:Tahoma;
    font-size:15px;
    color:#505050;
    text-decoration:none;
    font-weight:bold;
}
a:hover {
    font-family:Tahoma;
    font-size:15px;
    color:#8e7821;
    text-decoration:underline
}
a:visited {
    font-family:Tahoma;
    font-size:15px;
    color:#505050;
    text-decoration:none;
}
h4 {
    font-family:Tahoma;
    color:#8e7821;
    font-size:18px;
}
h6 {
    font-family:Tahoma;
    color:#8e7821;
    font-size:15px;
}


/* [Дизайн главной таблицы] */

.main_table {
    width:100%;
    
     border-width:0px;
}
.left_bg {
    
    width:46px;
    background-image:url('images/left_bg.jpg');
    background-repeat:repeat-y
}
.left1 {
    background-image:url('images/corner_l.jpg');
    background-repeat:no-repeat;
    width:46px;
}
.left2 {
    background-image:url('images/corner_l_t.jpg');
    background-repeat:no-repeat;
    width:36px;
    background-position:right bottom;

}


.right_bg {
    
    width:46px;
    background-image:url('images/right_bg.jpg');
    background-repeat:repeat-y
}
.right1 {
    background-image:url('images/corner_r.jpg');
    background-repeat:no-repeat;

    width:46px;
}
.right2 {
    background-image:url('images/corner_r_t.jpg');
    background-repeat:no-repeat;
    background-position:left bottom;
    width:36px;
}

.bot_bg {
    
    height:46px;
    background-image:url('images/bot_bg.jpg');
    background-repeat:repeat-x
}
.top_bg {
    
    height:36px;
    background-image:url('images/top_bg.jpg');
    background-repeat:repeat-x;
    background-position:right
}


.space_td {
    width:12%;
    
}
.bgcolor
{
    background-color:white;
}
.mainframe_l
{
    background-color:white;
    width:27px;
    background-image:url('images/mainframe_l.jpg');
    background-repeat:repeat-y;
     background-position:center top;
}
.mainframe_r
{
    background-color:white;
    width:25px;
    background-image:url('images/mainframe_l.jpg');
    background-repeat:repeat-y;
    background-position:center top;
}
.mainframe_l_t
{
    background-color:white;
    width:27px;
    background-image:url('images/mainframe_l_t.jpg');
    background-repeat: no-repeat;
     background-position:center top;
}
.mainframe_r_t
{
    background-color:white;
    width:25px;
    background-image:url('images/mainframe_l_t.jpg');
    background-repeat: no-repeat;
    background-position:center top;
}

.text_align_left {
    text-align:left;
}
.text_align_center {
    text-align:center
}
