﻿/* ######################## */
/*         DEFAULTS         */
/* ######################## */

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

body {
    background-color: #fff;
    margin: 0 0 20px;
}

.clear {
    clear: both;
    margin-bottom: 30px
}

.clear_margin {
    clear: both;
    margin-bottom: 30px
}

.right {
    float: right;
    margin-left: 10px;
    max-width: 45%
}

.left {
    float: left;
    margin-right: 10px
}

.repeat {
    clear: both;
    background-image: url(../../images/line.gif);
    background-repeat: repeat-x;
    height: 2px;
    margin-bottom: 30px;
    margin-top: 20px;
}