/* CSS Document */
#header{
width: 1017px;
height: 139px;
margin: 0 auto 0 auto;
}

h1#toral{
display: none;
}

#menu{
display: none;
}

#layout{
width: 1000px;
height: auto;
margin: 21px auto 0 auto;
}

#left{
display: none;
}

#right{
display: none;
}


#content{
float: left;
text-align: left;
width: 526px;
height: auto;
font-size: 75%;
background: #fff;
margin: 0 0 40px 1px;
padding: 0 0 0 15px;
color: #686868;

}

#content h1{
cursor: text;
width: 100%;
height: auto;
font-weight: normal;
color: #C90707;
font-size: 190%;
padding: 16px 0  9px 0;
margin: 0px;
}

#content p{
width: 500px;
padding: 10px 0 0 0;
font-size: 120%;
color: #2E2E2E;
line-height: 120%;
}

#content span{
display: block;
width: 503px;
margin: 0 7px 0 7px;
padding: 5px 0 0 0;
background: url('../images/linka.png') 130px 9px no-repeat;
}

#content a.button{
float: right;
color: #fff;
background: #CB0808;
font-size: 95%;
padding: 5px;
margin: -5px 0 40px 0;
font-weight: bold;
}

#footer{
clear: both;
width: 1000px;
height: auto;
margin: 52px auto 0 auto;
background: #fff;
}

#footer p{
text-align: left;
color: #2E2E2E;
font-size: 92%;
padding: 19px 0 11px 13px;
}

#footer p a{
color: #2E2E2E;
}

#footer p a:hover{
color: #2E2E2E;
text-decoration: underline;
}

#footer p strong{
color: #686868;
font-weight: normal;
}

#footer span{
float: right;
width: 136px;
height: 37px;
margin: 10px 0 0 0;
border-left: 1px solid #D3D3D3;
}

