#main-content {
    margin-top: 0.6em;
}

#main-content h2 {
    margin-bottom: 0.5em;
}

#student-budget-check {
    display: block;
    position: absolute;
    top: -154px;
    right: 10px;
    width: 286px;
    height: 132px;
    background: url(../_images-fr/home/student-budget-check.png) no-repeat;
}

* html #student-budget-check {
    background-image: url(../_images-fr/home/student-budget-check.gif);
}

#student-budget-check:hover {
    background-position: -286px 0;
}

#topic-chooser {
    float: left;
    margin: 0 0 0 -19px;
    padding: 8px 0 0 0;
    width: 152px;
}

* html #topic-chooser {
    position: relative;
    margin-left: -22px;
    left: 25px;
}

#topic-chooser li {
    list-style-type: none;
}

#topic-chooser li a {
    display: block;
    width: 152px;
    height: 40px;
}

#topic-chooser li a.borrowing-money {
    background: url(../_images-fr/home/topic-borrowing-money.gif) no-repeat;
}

#topic-chooser li a.covering-the-basics {
    background: url(../_images-fr/home/topic-covering-the-basics.gif) no-repeat;
}

#topic-chooser li a.living-off-campus {
    background: url(../_images-fr/home/topic-living-off-campus.gif) no-repeat;
}

#topic-chooser li a.making-money {
    background: url(../_images-fr/home/topic-making-money.gif) no-repeat;
}

#topic-chooser li a.paying-for-school{
    background: url(../_images-fr/home/topic-paying-for-school.gif) no-repeat;
}

#topic-chooser li a.saving-money {
    background: url(../_images-fr/home/topic-saving-money.gif) no-repeat;
}

#topic-chooser li a.spending-money {
    background: url(../_images-fr/home/topic-spending-money.gif) no-repeat;
}

#topic-chooser li a.travelling {
    background: url(../_images-fr/home/topic-travelling.gif) no-repeat;
}

#topic-chooser li a:hover {
    background-position: -152px 0;
}

.topic-content {
    display: none;
    float: right;
    margin: 18px 12px 0 12px;
    padding-right: 280px;
    width: 272px; /* 562px - 280px padding */
    height: auto !important; /* emulate min-height... */
    height: 348px;           /* ...in IE6             */
    min-height: 348px;
}

* html .topic-content {
    position: relative;
    right: -13px;
}

#borrowing-money.topic-content {
    background: url(../_images-fr/home/photo-borrowing-money.gif) no-repeat right;
}

#covering-the-basics.topic-content {
    background: url(../_images-fr/home/photo-covering-the-basics.gif) no-repeat right;
}

#living-off-campus.topic-content {
    background: url(../_images-fr/home/photo-living-off-campus.gif) no-repeat right;
}

#making-money.topic-content {
    background: url(../_images-fr/home/photo-making-money.gif) no-repeat right;
}

#paying-for-school.topic-content {
    background: url(../_images-fr/home/photo-paying-for-school.gif) no-repeat right;
}

#saving-money.topic-content {
    background: url(../_images-fr/home/photo-saving-money.gif) no-repeat right;
}

#spending-money.topic-content {
    background: url(../_images-fr/home/photo-spending-money.gif) no-repeat right;
}

#travelling.topic-content {
    background: url(../_images-fr/home/photo-travelling.gif) no-repeat right;
}

.topic-content .read-more-link {
	display: block;
	width: 151px;
	height: 28px;
	background: url(/_images-fr/btn-read-more.gif) no-repeat 0 0;
}

.topic-content .read-more-link:hover {
	background-position: -151px 0;
}