body {
    font-family:            "Lucida Grande",Arial,Helvetica;
    color:                  #777;
}
a {
    outline:                none;
}
a:active {
    position:               relative;
    top:                    1px;
}
a:hover {
    opacity:                1;
}
ul li {
    float:                  left
}
/* classes */
.dim {
    opacity:                0.9;
}
/* corporate elements */
#pre {
    background-color:       #75c5c0;
    height:                 48px;
}
#wrapper {
    margin:                 36px auto 0;
    width:                  720px;
}
/* header */
#header {
    margin-top:             36px;
    padding-bottom:         16px;
}
#header #logo {
    float:                  left;
}
#header #date {
    background:             url(/img/corporate/date.gif) no-repeat 0 0;
    width:                  131px;
    height:                 38px;
    float:                  right;
}
#summary {
    margin-top:             16px;
    width:                  557px;
    height:                 46px;
    background:             url(/img/corporate/phrase.gif) no-repeat 0 0;
}
#header #summary h1 {
    visibility:             hidden;
}
/* body */
#body {
    border-width:           1px 0 0;
    border-color:           #ddd;
    border-style:           solid;
    padding:                8px 0;
}
/* footer */
#footer {
    font-size:              0.7em;
    color:                  #ababab;
    padding-right:          2px;
    text-align:             right;
}
#social ul {
    color:                  #989898;
    float:                  right;
}
#social ul li {
    margin-left:            8px;
}
#social ul li a {
    display:                block;
}
#copyright {
    padding-top:            8px;
}