@import url(layout.css);
@import url(layout-detail.css);
@import url(chrome.css);

/* ---------- Boxes ---------- */

#header .image {
    height: 80px;
    text-align: center;
}

#header h1 {
    margin-left: 1em;
}

#main-content {
    margin-bottom: 2em;
    margin-top: 2em;
}

img.home-profile {
    margin-left: 2em;
}

/* ---------- Chrome ---------- */

#header .image {
    background-image: url('../images/procata-logo.gif');
    background-position: center left;
    background-repeat: no-repeat;
}

/* ---------- Typeography ---------- */

#header a {
    text-decoration: none;
    font-weight: 600;
}

#header h1 {
    line-height: 80px;
}

#footer {
	text-align: center;
}

