#content {
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #504F53;
    position: relative;
}

.left-col {
    float: left;
    display: inline;
    width: 328px;
    
    background-position: left top;
    background-repeat: no-repeat;
    /*padding-left: 33px;*/
    min-height: 400px;
}

.advices-inner-menu {
	margin-top:12px;
	margin-right:40px;
}

.submenu {
	margin-right:40px;
}

.right-col {
    float: right;
    display: inline;
    width: 430px;
    
    padding-top: 77px;
    padding-right: 38px;
}

.home-right-col {
    float: right;
    display: inline;
	margin-top:30px;
}

.right-col h1 {
    margin-bottom: 44px;
    font-size: 25px;
}

.right-col h3 {
    margin-bottom: 14px;
    font-size: 11px;
}

.left-col h1 {
    margin-top: 36px;
    color: #5D6D9E;
    margin-bottom: 18px;
    width: 210px;
}

.left-col .bodytext {
    width: 210px;
	margin-left:34px;
}

.right-col  h3 a {
    text-decoration: underline;
    margin: 0 10px;
}

.header-left-home {
    height: 200px;
    /*padding-left: 33px; */
}

.header-left-home h1{
	margin-top:12px;
	margin-left:82px;
}

/*
.categories-menu-container {
    margin-top: 254px;
}

.categories-menu {
    margin-left: 68px;
}

.categories-menu-title {
    font-weight: bold;
}
*/

.questions-menu {
    font-weight: bold;
}

.questions-menu li {
/*line-height: 26px;*/
margin-bottom: 10px;
}

a.back {
    text-decoration: underline;
    
    position: absolute;
    bottom: 20px;
    right: 75px;
}

