
/************************************************
 * Stylesheet for icca.se
 * Made by © Emma Lindberg, http://www.tjoller.se
 ***********************************************/

/************************************************
 * Imported stylesheets
 ***********************************************/

@import "css/reset.css";

/************************************************
 * General
 ***********************************************/

body {
    background: #d5d5d5 url(img/bg.png) top center repeat-y;
    color: #333;
    font: 11px Verdana, sans-serif;
}

h2 {
    font-size: 12px;
    font-weight: bold;
    padding-top: 15px;
}

h3 {
    font-weight: bold;
    margin-top: 20px;
}

/************************************************
 * Layout
 ***********************************************/

#wrap {
    margin: 0 auto 0;
    width: 700px;
}

#top {
    background: url(img/top.jpg) no-repeat;
    height: 250px;
    width: 690px;
    margin: 5px;
}

#content {
    margin: 30px 30px 0;
}

#footer {
    border-top: 1px solid #ccc;
    clear: both;
    height: 30px;
    line-height: 30px;
    margin: 20px auto 0;
    width: 500px;
}

/************************************************
 * Contents
 ***********************************************/

#content p {
    line-height: 165%;
    margin: 10px 0;
    text-align: justify;
}

#footer p {
    font-size: 10px;
    text-align: center;
}

#footer p a {
    color: #333;
}

.float_left {
    float: left;
    margin: 0 20px 20px 0;
}
