@import "general.css";
@import "elements.css";

body {
    background: #222 url("../../img/site/header-bg.gif") repeat-x left top;
    font: normal normal normal 11px Arial;
    color: #888;
    position: relative;
}

#wrapper {
    position: absolute;
    left: 50%;
    margin-left: -499px;
    width: 998px;
    min-height: 100%;
}

#padding {
    margin: 0px 100px;
    position: relative;
    min-height: 100%;
}

#logo {
    position: absolute;
    right: 0px;
    top: 0px;
}

#header {
    position: relative;
}

#content {
    clear: both;
    padding-top: 65px;
}

#container {
    width: 100%;
    float: left;
    margin-left: -196px;
}

#content h2 {
    font: normal normal bold 16px Arial;
    color: #eee;
    border-bottom: 1px solid #333;
}

#inner {
    padding-left: 196px;
    padding-right: 27px;
    color: #888;
    padding-bottom: 150px;
    line-height: 18px;
}

#inner h3 {
    font: normal normal bold 16px Arial;
    color: #aaa;
    margin-top: 11px;
}

#inner a {
    font: normal normal normal 11px Arial;
    color: #888;
    text-decoration: none;
    border-bottom: 1px dashed #414141;
}

#inner a:hover {
    color: #c92f67;
    border-bottom-color: #c92f67;
}

#inner .frame img {
    float: left;
}

#sidebar {
    float: right;
    width: 196px;
}

#footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
    clear: both;
}

#footer div {
    padding: 10px 0px 20px 1px;
    margin: 0 323px 0 100px;
    border-top: 1px solid #333; 
    text-align: center;
    font: normal normal normal 11px;
    color: #444;
    line-height: 18px;
}

#footer a {
    font: normal normal normal 11px;
    color: #444;
    text-decoration: none;
    border-bottom: 1px dashed #414141;
}

#footer a:hover {
    color: #c92f67;
    border-bottom-color: #c92f67;
}