
/************************** '.print.css.' ***************************/
html
{
    height: 100%;
}
body
{
    background:#f2d89d;
    height: 100%;
    line-height: 130%;
}
a
{
    color:#255584;
}
a:hover
{
    text-decoration:none;
}
#wrapper
{
    width:100%;
    height: 100%;
    min-height: 100%;
    position: relative;
    color: #333;
    font-size:14px;
    font-family:Arial;
    transition: all 0.2s;
    /*border-left:3px solid #e2a641;
    border-right:3px solid #e2a641;*/
}
/********************************************************************************/



/********************************** Main Blocks **********************************/
#header
{
    display:none;
}
#main
{
    position: relative;
    height: 100%;
    margin: 0 auto;
    background:#fff;
}
#footer
{
    display:none;
}
/********************************************************************************/



/********************************** General Styles **********************************/
.HSep
{
    width:100%;
    height:4px;
    margin:0;
    display:block;
    border:none;
    background:url(/_src/img/HSep.png) repeat-x top center;
    background-size:contain;
}
/********************************************************************************/




/********************************** main **********************************/
#RightSidebar
{
    display:none;
}
#LeftSidebar
{
    display:none;
}
#Content
{
    width:100%;
    padding: 25px 35px 30px 35px;
}
#Content i
{
    font-style: italic;
}
#Content h1
{
    font-size: 19px;
    font-weight: normal;
    line-height: 110%;
    color: #993300;
    margin-top: 0;
    margin-bottom:13px;
}
#Content h3
{
    font-size: 16px;
    font-weight: bold;
    color: #993300;
    margin:16px 0;
}
#Content h4
{
    font-size: 15px;
    font-weight: bold;
    color: #993300;
    margin:16px 0;
}
#Content p
{
    margin:14px 0;
    line-height: 130%;
}
#Content strong, #Content b
{
    font-weight: bold;
}
#Content .Into
{
    margin-bottom:30px;
}
/********************************************************************************/