﻿@charset "utf-8";
/* CSS Document */

/* LEFT-MENU + BODY */
.content-section {
height:auto;
}

/* LEFT MENU */
.content-section .left-area {
height:700px;
}

/* BODY */
.content-section .right-area {
height:auto;
overflow:hidden;
}