* {
  padding: 0;
  margin: 0;
}

.dd{
    border: 1px solid red;
}


.m_l_6{
    margin-left: 6px;
}
.m_r_6{
    margin-right: 6px;
}

img {

	border: 0;
}

a img, a{
    border: 0;
    color: #535353;
}

html, body {
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 11px;
        background-color: #000;
        /*color: #656565;*/
        position: relative;
        /*background: url('../images/body_bg.jpg') repeat-x scroll top left #C1B094 ;*/
        color:#332B1D;
        font-size:12px;
}


#ramka {
	background-color: #000 ;
        /*float:left;*/
        margin: 0;
        /*float: left;*/

        top: 1px;
        left: 1px;
        height:847px;
        width:100%;
        /*height: 100%;*/
}


#main {
	width: 1000px;
	/*float: right;*/
        height:847px;
        margin: auto;
        /*background-color: #710100 ;*/
        background: url('../images/intro_bg.jpg') repeat-x scroll top center #000 ;
        position: relative;

}

#top{
    float:right;
    height:179px;
    margin:0;
    padding:0;
    position:relative;
    width:949px;
}
#menu{
    padding-left: 50px;
    float: left;
    height: 100px;
    width:400px;
    position: absolute;
    top: 381px;
    left: 297px;
}


.menu_ul{
    /*float:left;*/
    /*height:200px;*/
    list-style:none;
    /*padding:1px 0 0 13px;*/
    display: inline;

}

.menu_ul li{
    list-style: none;
    margin-bottom: 11px;
   /*height: 15px;*/
   /*float: left;
   width: 140px;*/
   display: inline;
}



#footer{
    color:white;
    height:50px;
    left:406px;
    position:absolute;
    top:533px;
}

#footer p{
    margin-right: 30px;
}
