/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
}

/** LOGO */

#logo {
    position: relative;
    float: left;
    width: 240px;
    height: 104px;
}

#logo h1, #logo p {
    margin: 0px;
    line-height: normal;
    text-indent: -9999em;
}

#logo h1 a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(images/homepage01.jpg) no-repeat left top;
}

/** MENU */

#menu {
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
}

/** SIDEBAR */

#sidebar {
}

/** FOOTER */

#footer {
}
