body {
    background: #333;
}

acronym {
    border-bottom: 1px dotted #999;
}

strong {
    font-weight: bold;
}

a {
    color: #369;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

.clearfix:after {   
    content: ".";  
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wrap {
    width: 984px;
    margin: 0 auto;
    background: #fff url('http://media.text.webfactional.com/img/bg_wrap.gif') repeat-y;
}

#sidebar {
    width: 249px;
    border-right: 1px solid #fff;
    min-height: 500px;
    background: #ccc url('http://media.text.webfactional.com/img/bg_sidebar.gif') no-repeat;
    float: left;
}

#sidebar ul {
    padding: 2px 30px;
}

#sidebar ul li {
    font: bold 12px/18px Georgia;
    color: #333;
    margin-top: 5px;
    text-indent: -15px;
}

#sidebar ul li a {
}

#sidebar ul ul {
    margin: 0 0 0 20px;
    padding: 0;
}

#sidebar ul ul li {
    margin: 0;
}

#main {
    float: left;
    width: 734px;
}

#footer {
    background: #fff url('http://media.text.webfactional.com/img/bg_grey.gif') repeat-x;
    padding: 15px 25px;
    height: 100px;
}

#footer ul {
    padding-left: 0;
    margin: 0;
    float: left;
}

#footer #footeraddress {
    width: 300px;
}

#footer li {
    font: 11px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #666;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}
