html, body {
    margin: 0px;
    padding: 0px;
}
html {}
body {
    /*
    background-image: url(../graphics/bgImage_body.png);
    background-position: center center;
    background-repeat: no-repeat;
    */
    margin: 0% 5%;
    font-family: verdana, sans-serif;
    font-size: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}
h1,
h2 {
    background-repeat: no-repeat;
}
h1 {
    background-image: url(../graphics/bgImage_h1.png);
    background-position: center center;
    font-family: Univers ExtraBlack, sans-serif;
    font-size: 85px;
    font-style: oblique;
    height: 65px;
    margin: 1em 0em;
    text-align: center;
    text-transform: uppercase;
    text-indent: -5000px;
    _background-image: none;
    _text-indent: 0px;
}

h2 {
    font-family: Garamond, Times New Roman, Times, serif;
    font-size: 72px;
    font-weight: normal;
    letter-spacing: -3px;
}

a:link,
a:active,
a:visited {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

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

img {
    border: 0px;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#content {}

#services,
#about,
#portfolio,
#clients {
    width: 48%;
    padding: 1%;
}

#services h2,
#about h2,
#portfolio h2,
#clients h2 {
    margin: 0.1em 0em;
}

#services {
    background-image: url(../graphics/bgImage_content_tl.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    float: left;
    text-align: right;
}
#services h2 {
    background-image: url(../graphics/bgImage_h2_services.png);
    background-position: top right;
    height: 48px;
    overflow: hidden;
    text-align: left;
    text-indent: -5000px;
    width: 100%;
}

#about {
    float: right;
    text-align: left;
}
#about h2 {
    background-image: url(../graphics/bgImage_h2_about.png);
    background-position: center left;
    height: 49px;
    width: 166px;
    text-indent: -5000px;
    _background-image: none;
    _text-indent: 0px;
}

#portfolio {
    float: left;
    text-align: right;
}
#portfolio h2 {
    background-image: url(../graphics/bgImage_h2_portfolio.png);
    background-position: top right;
    height: 49px;
    overflow: hidden;
    text-align: left;
    text-indent: -5000px;
    width: 100%;
}
#portfolio ul {}
#portfolio ul li {
    float: right;
}
#portfolio ul li a {
    border: 1px solid #000000;
    display: block;
    margin: 0px 0px 5px 5px;
}
#portfolio ul li a img {
    margin: 1px;
}

#clients {
    background-image: url(../graphics/bgImage_content_br.gif);
    background-position: top left;
    background-repeat: no-repeat;
    float: right;
    text-align: left;
}
#clients h2 {
    background-image: url(../graphics/bgImage_h2_clients.png);
    _background-image: none;
    background-position: center left;
    width: 165px;
    height: 49px;
    text-indent: -5000px;
    _text-indent: 0px;
}

.clear {
    clear: both;
}
.floatContainer {
    _height:                1%;			/* target ie6 only */
}
div[class$="floatContainer"] {
    display:		        inline-block;
}
div[class$="floatContainer"]:not([class="xxx"]) {
    display:		        block;
}
.floatContainer:after {
    content:                ".";
    display:                block;
    height:                 0;
    clear:                  both;
    visibility:             hidden;
}