﻿html {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}
body {
    background-color: #667c85;
}
#content-holder {
    background-color: white;
    margin: 0 auto;
    width: 800px;
    min-height: 500px;
}
#menu-holder {
    background-color: #667c85;
    text-align:center;
    font-size: large;
    font-weight: bold;
    margin-top: -5px;
}
#body-holder {
    padding:5px;
    color:#000;
}
#footer-holder {
    text-align:center;
    font-size: small;
    margin-top:10px;
}
.float-right {
    color: #ddd;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #667c85;
    float: right;
    width: 250px;
    margin-right: -6px;
    margin-left:5px;
    padding: 0px 3px 0px 8px;

}
.float-right h1 {
    color: #FFF;
}
.WorkCategory {
    min-height:200px;
}
.WorkCategoryImage {
    float: left;
    padding: 3px 3px 0px 3px;
}
.WorkCategoryImage a,.WorkCategoryImage a:visited {
    text-decoration: none;
    color:#666;
}
.WorkCategoryImage div {
    font-size:x-small;
    margin-top:-18px;
    text-align: right;
}

h1, h2, h3,
h4, h5, h6 {
    color:#114;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}