/* fiveworks */

html, body {
    margin:0;
    padding:0;
    font-family:'Trebuchet MS';
}
h1, h2, h3, h4, h5, h6, p, pre {
    margin:0;
    padding:0;
}
ul {
    margin:0;
    padding:0;
    list-style:none;
}
li {
    float:left;
    padding-left:26px;
}
a {
    color:#2f2f2f;
    text-decoration:none;
}
#container {
    width:100%;
    background-color:#3c4249;
    text-align:center;
    padding-top:11px;
}
#header {
    width:818px;
    height:259px;
}
#wrapper {
    width:818px;
    min-height:736px;
    background-color:#3c4249;
    margin:0 auto;
}
#menu {
    width:818px;
    height:28px;
    background-color:#ffffff;
    background-image:url('../images/menu-bg.jpg');
    background-repeat:no-repeat;
    background-position:top left;
    margin:1px 0;
}
.menu-holder {
    width:562px;
    line-height:28px;
    font-size:11px;
    font-weight:bold;
    float:right;
}
#menu-hover {
    width:818px;
    height:3px;
    background-image:url('../images/menu-hover.jpg');
    background-repeat:no-repeat;
    background-position:top left;
    margin:1px 0;
}
#content .content-left {
    width:246px;
    min-height:393px;
    background-color:#3c4249;
    padding-top:51px;
    float:left;
}
#content .content-middle {
    width:398px;
    min-height:393px;
    _height:393px;
    background-color:#3c4249;
    padding-top:51px;
    font-size:11px;
    color:#d0d1d2;
    text-align:left;
    float:left;
}
.content-middle p {
    width:370px;
    padding-top:12px;
}
.content-middle h3 {
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
}
.content-middle-bottom {
    width:376px;
    height:6px;
    _height:6px;
    background-color:#9b9b9b;
    margin-top:38px;
}
#content .content-right {
    width:173px;
    min-height:393px;
    _height:393px;
    background-color:#3c4249;
    background-image:url('../images/content-right-bg.jpg');
    background-repeat:no-repeat;
    padding-top:51px;
    padding-left:1px;
    font-size:11px;
    color:#d0d1d2;
    text-align:left;
    float:left;
}
.featured {
    width:149px;
    height:19px;
    background-image:url('../images/featured-bg.gif');
    background-repeat:no-repeat;
    font-size:10px;
    padding-left:24px;
    font-weight:bold;
    color:#ffffff;
    line-height:19px;
}
.content-right-content {
    margin-left:24px;
}
.content-right-content h2 {
    font-size:14px;
    font-weight:bold;
    color:#ffffff;
    margin-top:18px;
}
.content-right-content img {
    padding:10px 0;
}
#footer {
    width:100%;
    min-height:75px;
    _height:75px;
    background-color:#2f2f2f;
}
#wrapper-footer {
    width:818px;
    min-height:75px;
    _height:75px;
    background-color:#2f2f2f;
    margin:0 auto;
}
#wrapper-footer-right {
    width:572px;
    min-height:75px;
    _height:75px;
    background-color:#d0d1d2;
    margin-left:246px;
}
